5 questions to test your understanding
A function g on [0, 1] satisfies |g(x) − g(y)| ≤ 0.9|x − y| for all x, y. Starting from x_0 = 0.5, what does the Banach fixed-point theorem guarantee about the sequence x_{n+1} = g(x_n)?
A student claims: 'With Lipschitz constant L = 0.999, the iteration x_{n+1} = g(x_n) will barely converge — L is so close to 1 that the theorem barely applies.' Is this correct?
A contraction mapping on a complete metric space always has exactly one fixed point.
A function satisfying |g(x) − g(y)| = |x − y| for most x, y (Lipschitz constant L = 1) is a contraction, and the Banach theorem guarantees convergence of iteration to a fixed point.
Why does the Contraction Mapping Theorem require the metric space to be complete? What could go wrong without completeness?