Banach’s Fixed Point Theorem
Theorem: The theorem also known as the contraction mapping theorem, states that if a function \(\tau\) is a contraction mapping on a complete metric space \((X,d)\), then \(\tau\) has a unique fixed point in \(X\).
We approach the proof by first defining the contraction mapping, and then using an iterative method to show the existence of a fixed point.
Some Preliminaries
Contraction: A function \(\tau: X \mapsto X\) is a contraction mapping on a metric space \((X,d)\) if there exists a constant \(0 < k < 1\) such that \(\forall\) \(x,y \in X\):
Complete Metric Space: A metric space \((X,d)\) is complete if every Cauchy sequence in \(X\) converges to a point in \(X\).
Cauchy Sequence: A sequence \((x_n)\) in a metric space \((X,d)\) is a Cauchy sequence if \(\forall\) \(\epsilon > 0\), \(\exists\) \(N \in \mathbb{N}\) such that \(\forall\) \(m,n \geq N\):
Proof
Let \((X,d)\) be a complete metric space and \(\tau: X \mapsto X\) be a contraction mapping on \(X\). We will show that \(\tau\) has a unique fixed point in \(X\) ie. \(\exists\) \(x^* \in X\) such that \(\tau(x^*) = x^*\).
We can define an iterative process as follows:
$ x^{(0)} \in X \ x^{(n+1)} = \tau(x^{(n)}) \quad \forall n \in \mathbb{N}\ $
Hence we obtain asequence {\(x^{(n)}\)} in \(X\). We need to show that this sequence converges. Since the sequence is in a complete metric space, it is enough to show that this sequence is Cauchy.
Now by the triangular inequality we can see that:
Since \(0 < K < 1\) we can choose \(m\) sufficiently large such that \(d(x^{m}, x^{n})\) is small, and hence the sequence is Cauchy.
Finally, since the sequence is Cauchy, it converges to a point \(x \in X\), ie. \(x^{(n)} \xrightarrow{} x\)
We now need to show that this point is a fixed point.
Since the sequence converges to \(x\), \(d(x,\tau(x)) \leq 0\) and hence \(x = \tau(x)\).
Finally, we need to show that this fixed point is unique. Suppose there exists another fixed point \(y \in X\) such that \(y = \tau(y)\). Then:
This implies \(d(x,y) = 0\) and hence \(x = y\) since \(0 < K < 1\)
Hence we have shown that the sequence of approximations converges to a point that is the fixed point, and that this fixed point is unique.
This completes the proof.