In mathematics, the contraction mapping principle is considered one of the most valuable tools used in studying nonlinear equations, such as algebraic equations, integral equations or differential equations. This mapping principle is a fixed point theorem that ensures that a contraction mapping of a complete metric space contains a unique fixed point that. Thus, we may get this fixed point as the limit of an iteration method described by replicated images under the mapping of a random starting point in the metric space. It is also called a constructive fixed point theorem, and it can be used for the numerical calculation of the fixed point.
Learn: Metric space
Banach Contraction Mapping Principle
In real analysis, the contraction mapping principle is often known as the Banach fixed point theorem.
Statement: If T : X → X is a contraction mapping on a complete metric space (x, d), then there is exactly one solution of T(x) = x for x ∈ X.
Furthermore, if y ∈ T is randomly chosen, then the iterates {xn}∞n=0, given by x0 = y and xn = T(xn−1), n ≥ 1, have the property that limn→∞ xn = x.
Alternatively, we can state the contraction mapping theorem as follows.
Let (X, d) be a complete metric space and f : X → X be a map such that d(f(x), f(x’)) ≤ cd(x, x’) for some 0 ≤ c < 1 and for all x, x’ ∈ X., then f has a unique fixed point in X.
Moreover, for any x0 ∈ X the sequence of iterates, say x0, f(x0), f(f(x0)), . . . converges to the fixed point of f.
If d(f(x), f(x’)) ≤ cd(x, x’) for some 0 ≤ c < 1 and all x and x’ in X, then f is called a contraction.
A contraction shrinks spaces by a constant factor c < 1 for all pairs of points.
Contraction Mapping Theorem Proof
Let x0 be any point in X, i.e., x0 ∈ X.
Let us define a sequence (xn) in X as given below.
xn+1 = Txn for all n ≥ 0
Let’s avoid the parentheses around the argument of a map to simply the notation.
Let Tn be the nth iteration of T.
So, xn = Tn x0
Let us prove that (xn) is a Cauchy sequence.
Suppose n ≥ m ≥ 1 then from the contraction and triangle inequality theorems, we can write as:
d(xn, xm) = d(Tn x0, Tm x0)
≤ cm d (Tn-m x0, x0)
≤ cm [d (Tn-m x0, Tn-m-1 x0) + d (Tn-m-1 x0, Tn-m-2 x0) + d (Tn-m-2 x0, Tn-m-3 x0) + …. + d (Tx0, x0)]
This can be simplified as:
Thus, we can say that (xn) is a Cauchy sequence.
As X is complete, (xn) converges to a limit x ∈ X.
Tx = T limn→∞ xn = limn→∞ Txn = limn→∞ xn+1 = x
Thus, for any two fixed points c and y, we have
0 ≤ d(x, y) = d(Tx, Ty) ≤ cd(x, y)
As we know, c < 1.
Then, d(x, y) = 0.
From this, we can write x = y.
That means the fixed point is unique.
|
Read more: |
Contraction Mapping Solved Example
Question:
Prove that every contraction mapping is continuous.
(or)
Show that every contraction mapping on a metric space is uniformly continuous.
Solution:
Let T : X → X be a contraction on a metric space (X, d), with modulus β and x ∈ X.
Let y ∈ X and ε > 0.
Also, assume that δ = ε.
Then, d(x, y) < δ
⇒ d(Tx, Ty) ≤ βδ < ε.
Thus, T is continuous at y since y was arbitrary.
Therefore, T is uniformly continuous on X.
Hence, it is proved that every contraction mapping is continuous.
Frequently Asked Questions – FAQs
What is contraction mapping principle?
The contraction mapping theorem states that every contraction mapping on a complete metric space contains a unique fixed point. This theorem or principle is also called the Banach fixed point theorem.
Which mapping is used in fixed point theorem?
What is meant by contraction mapping in real analysis?
In real analysis, a contraction mapping on a metric space (X, d) is a function f from M to M, i.e., f : M → M, such that there exists some non-negative real number for all x, y ∈ X, which means x and y are in X.
Comments