Definition. Let (X, d) be a
metric space with metric d(x,y). Then a map T : X \to X is called a
contraction mapping on X if there exists a nonnegative constant q such that :d(T(x),T(y)) \le q\, d(x,y) for all x, y \in X.
Banach fixed-point theorem. Let (X, d) be a non-empty
complete metric space with a contraction mapping T : X \to X. Then T admits a unique
fixed point x^* \in X , meaning T(x^*) = x^*. Furthermore, x^* can be found as follows: start with an arbitrary element x_0 \in X and define x_n = T(x_{n-1}) for n \geq 1. Then \lim_{n \to \infty} x_n = x^*.
Remark 1. The following inequalities are equivalent and describe the
speed of convergence: \begin{align} d(x^*, x_n) &\leq q^n d(x^*,x_0), \\[5pt] d(x^*, x_n) & \leq \frac{q^n}{1-q} d(x_1,x_0), \\[5pt] d(x^*, x_{n+1}) & \leq \frac{q}{1-q} d(x_{n+1},x_n), \\[5pt] d(x^*, x_{n+1}) & \leq q\, d(x^*,x_n). \end{align} The value q is called a
Lipschitz constant for T, and a minimal such q is sometimes called "the best Lipschitz constant" of T.
Remark 2. The condition d(T(x),T(y)) for all x \neq y is in general not enough to ensure the existence of a fixed point, as is shown by the map T : [1,\infty) \to [1,\infty), \,\, T(x)=x+\tfrac{1}{x}\,, which lacks a fixed point. However, if X is
compact, then this weaker condition does imply the existence and uniqueness of a fixed point which can be easily found as a minimizer of d(x,T(x)): indeed, a minimizer exists by compactness, and must be a fixed point. It then easily follows that the fixed point is the limit of any sequence of iterations of T.
Remark 3. When using the theorem in practice, the most difficult part is typically to define X properly so that T(X)\subseteq X. ==Proof==