Exercise 4.3.11

[Contraction Mapping Theorem] Let f be a function defined on all of R , and assume there is a constant c such that 0 < c < 1 and

| f ( x ) f ( y ) | c | x y |

for all x , y R .

(a)
Show that f is continuous on R .
(b)
Pick some point y 1 R and construct the sequence ( y 1 , f ( y 1 ) , f ( f ( y 1 ) ) , ) .

In general, if y n + 1 = f ( y n ) , show that the resulting sequence ( y n ) is a Cauchy sequence. Hence we may let y = lim y n .

(c)
Prove that y is a fixed point of f (i.e., f ( y ) = y ) and that it is unique in this regard.
(d)
Finally, prove that if x is any arbitrary point in R , then the sequence ( x , f ( x ) , f ( f ( x ) ) , ) converges to y defined in (b).

Answers

(a)
Let δ = 𝜖 c to get | f ( x ) f ( y ) | c | x y | < 𝜖 whenever | x y | < δ . (This is the general proof, we could make it shorter by letting δ = 𝜖 since 0 < c < 1 )
(b)
We want | y n y m | < 𝜖 . Since 0 < c < 1 we have | y n + 1 y m + 1 | c | y n y m | , implying | y n y m | c m | y n m + 1 y 1 | . Thus if we can bound | y k y 1 | M for some constant M (which may depend on y 1 ) we will be done, by choosing m large enough so that c m 𝜖 M .

In general, | y a + 1 y a | c | y a y a 1 | , so

| y k y 1 | | y 1 y 2 | + | y 2 y 3 | + + | y k 1 y k | | y 1 y 2 | + c | y 1 y 2 | + + c k 2 | y 1 y 2 | = | y 1 y 2 | i = 0 k 2 c i < | y 1 y 2 | i = 0 c i = | y 1 y 2 | 1 c

which is bounded, hence proved.

(c)
Since f is continuous, f ( lim n y n ) = lim n f ( y n ) which is just the same as y shifted one element forward, so clearly lim f ( y n ) = y , showing that y is a fixed point.

Now, consider two similar sequences ( a n ) a and ( b n ) b where a 1 , b 1 R , a n + 1 = f ( a n ) , and b n + 1 = f ( b n ) . By the Algebraic Limit Theorem b = a + lim n b n a n . Now note

lim n b n a n lim n | b n a n | lim n c n 1 | b 1 a 1 | = 0

Therefore a = b ; this implies that regardless of our starting choice of y 1 we will end up at the same fixed point y . In particular, for a given fixed point z , if we start at z 1 = z then clearly lim n z n = z but also lim n z n = y and therefore z = y and y is a unique fixed point.

(d)
See (c)
User profile picture
2022-01-27 00:00
Comments