Banach Fixed-Point Theorem Proof
📂Banach SpaceBanach Fixed-Point Theorem Proof
Definition
Let (X,∥⋅∥) be a Banach space. A T:X→X that satisfies ∥T(x)−T(x~)∥≤r∥x−x~∥ for all x,x~∈X and 0≤r<1 is defined as a contraction mapping.
A α∈X that satisfies T(α)=α is called a fixed point.
Theorem
The fixed point of T exists uniquely.
Explanation
The Banach fixed-point theorem is also called the contraction mapping theorem, and it can be usefully applied in the solution of partial differential equations assuming a Hilbert space, mainly in numerical analysis dealing with methods on Rn.
In fact, the norm itself is not necessary for the proof, so X can be generalized to a complete metric space instead of a Banach space. If the distance of (X,d) in a metric space is defined as d(x,y):=∥x−y∥, the exact same proof works.
Proof
Part 1. Continuity of T
If we assume δ:=2ε,
∥x−x~∥<δ=2rε
⟹∥T(x)−T(x~)∥≤r∥x−x~∥=2ε<ε
Therefore, T is a continuous function in X.
Part 2. Existence of α
Define a sequence {xn}n∈N as xn+1:=T(xn). Then,
∥xn−xn−1∥=∥T(xn−1)−T(xn−2)∥=r∥xn−1−xn−2∥
Expanding recursively,
∥xn−xn−1∥==⋮=r∥xn−1−xn−2∥r2∥xn−2−xn−3∥rn−1∥x1−x0∥
Now, if we let n=m+k for n,m,k∈N, by the triangle inequality,
∥xn−xm∥=≤≤≤≤≤∥xm+k−xm∥∥xm+k−xm+(k−1)∥+⋯+∥xm+k−xm+(k−1)∥∥xm+1−xm∥(1+r+⋯+rk)∥xm+1−xm∥1−r1−rk∥xm+1−xm∥1−r11−rrm−1∥x1−x0∥
Therefore, {xn}n∈N is a Cauchy sequence. Since X is a Banach space, when n→∞ then xn converges to some α∈X. From Part 1., since T is continuous,
T(α)===T(n→∞limxn)=n→∞limT(xn)n→∞limxn+1α
Hence, α is a fixed point of T.
Part 3. Uniqueness of α
Let β∈X also be a fixed point of T.
∥α−β∥≤∥T(α)−T(β)∥≤r∥α−β∥
⟹(1−r)∥α−β∥≤0
⟹∥α−β∥≤0
⟹α=β
Therefore, the fixed point α∈X of T is unique.
■
Or it can also be said that since a Banach space is a metric space, it is a Hausdorff space, and in a Hausdorff space, a sequence converges uniquely.