Banach Fixed-Point Theorem
The Banach Fixed-Point Theorem (also called the Contraction Mapping Theorem) guarantees that every contraction on a complete metric space has a unique fixed point. This powerful result is the foundation for proving existence and uniqueness of solutions to differential equations, integral equations, and iterative algorithms.
Statement
Let be a complete metric space and a contraction mapping: there exists such that
Then:
- has a unique fixed point : .
- For any , the sequence converges to .
- The error satisfies .
Proof
Existence: Fix and define . We show is Cauchy.
For ,
As , , so is Cauchy. By completeness, for some . By continuity of ,
Uniqueness: If , then . Since , this implies , so .
Applications
The initial value problem , has a unique solution if is Lipschitz in . Proof: rewrite as and show the integral operator is a contraction on with appropriate norm.
Define on . This is a contraction (with small enough ), and its fixed point satisfies , i.e., . Starting with , the iteration converges to (Newton's method).
Summary
The Banach Fixed-Point Theorem is a cornerstone of analysis:
- Contractions on complete spaces have unique fixed points.
- Provides constructive proof via iteration.
- Applications: ODEs, PDEs, integral equations, numerical methods.
See Completeness for background.