not from in class
The Banach Fixed Point Theorem is a famous result from metric space theory. It states that if you have a complete metric space and a contraction mapping on that space, then there exists a unique fixed point for that mapping.
Formally
Let be a complete metric space. A map is a contraction if there exists such that
for all .
Then has a unique fixed point where .
To use the theorem, you can construct the fixed point iteratively:
Start with any and iterate: . The sequence contracts exponentially and converges to the unique fixed point.
In Plain English
If you have a space where distances are well-defined (metric space) and it’s complete (all Cauchy sequences converge), and have a function bringing points closer together (contraction), then there is exactly one point in that space that remains unchanged when you apply the function. Moreover, you can find this point by repeatedly applying the function starting from any initial point in the space.