Proof that a contractive function has a fixed point

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
7 replies · 2K views
fluidistic
Gold Member
Messages
3,934
Reaction score
286

Homework Statement


I must understand the proof that if [itex]F:[a,b] \to [a,b][/itex] and [itex]F[/itex] is contractive then there exist a unique [itex]x \in [a,b][/itex] such that [itex]F(x)=x[/itex].

Homework Equations


Definition of a contractive function: F is contractive over [a,b] if and only if there exist [itex]\lambda[/itex] such that [itex]0<\lambda <1[/itex] and [itex]|F(y)-F(x)| \leq \lambda |y-x| \forall x[/itex] and [itex]y \in [a,b][/itex]. That's from my memory.

The Attempt at a Solution


I'm almost done understanding the existence (I already have the uniqueness proof and I understand it).
I'm stuck at understanding the latest part.
Here is the -watered down- proof:
Let [itex]x_{n+1}=F(x_n)[/itex] for [itex]n \geq 1[/itex].
[itex]\exists \lambda \in (0,1)[/itex] such that [itex]|x_n-x_{n+1}|=|F(x_{n+1})-F(x_{n+2})| \leq \lambda |x_{n+1}-x_{n+2}| \leq ... \leq \lambda ^{n-1} |x_1-x_0|[/itex].
I can take [itex]x_n=x_0+S_n[/itex] where [itex]S_n=\sum _{j=1}^{\infty } (x_j-x_{j-1})[/itex].
If [itex]\{ S_n \}[/itex] converges, then so do [itex]\{ x_n \}[/itex].
But [itex]\{ S_n \}[/itex] does converge, since it's lesser than [itex]|x_1-x_0|\sum _{j=0} \lambda ^{j-1}[/itex] which is convergent.
Thus [itex]\lim _{n \to \infty} x_n=x[/itex].
Now I must show that [itex]x=F(x)[/itex].
[itex]x=\lim _{n \to \infty} x_n=\lim _{n \to \infty} F(x_{n-1})=F(\lim _{n \to \infty} x_{n-1}) =F(x)[/itex]. Thus [itex]x=F(x)[/itex]. Notice here that the proof used the fact that F is continuous without ever demonstrating it. So it seems that if F is contractive over an interval, it is continuous.
Now the proof wants to show that [itex]x \in [a,b][/itex].
And here comes the part that doesn't make any sense to me.
"Furthermore, since [itex]x\in [a,b][/itex], it follows that [itex]x_n \in [a,b] \forall n[/itex], for [itex]F([a,b])[/itex] is included in [itex][a,b][/itex].
Since [itex][a,b][/itex] is closed in [itex]\mathbb{R}[/itex], F is continuous and [itex]\lim _{n \to \infty} x_n =x[/itex], it follows that [itex]x\in [a,b][/itex]."
My problem is:
The first line assumes what it wants to prove and I don't see the point of the comment that follows.
For the second line, I do not understand the implication. Is there any theorem that justifies the implication? It's not at all intuitive to me.
I'd like an explanation on how to end the proof. I mean, how to show that [itex]x \in [a,b][/itex].
Thanks in advance.
 
Physics news on Phys.org
The first line sets up a sequence for you, the point [itex]x_{n+1}[/itex] and [itex]x_{n}[/itex] are different points. The second line just shows that the distance between tow consecutive point is less than the distance between the first two points, so the points are getting closer together. The important thing to realize is that as the real line is complete, cauchy sequences converge.

Does that help at all?
 
hunt_mat said:
The first line sets up a sequence for you, the point [itex]x_{n+1}[/itex] and [itex]x_{n}[/itex] are different points. The second line just shows that the distance between tow consecutive point is less than the distance between the first two points, so the points are getting closer together. The important thing to realize is that as the real line is complete, cauchy sequences converge.

Does that help at all?

Thanks for your help. Yeah I understood this part and I understand what you mean. A Cauchy sequence does converge in R.
My problem resides in that at the end of the proof we want to show that [itex]x \in [a,b][/itex]. And the proof states
Furthermore, since [itex]x \in[a,b][/itex], it follows that [itex]x_n \in[a,b] \forall n[/itex], for [itex]F([a,b])[/itex] is included in [itex][a,b][/itex].
Since [a,b] is closed in [itex]\mathbb{R}[/itex], F is continuous and [itex]\lim _{n \to \infty } x_n=x[/itex], it follows that [itex]x \in [a,b][/itex].
I still don't understand this part. It assumes what it wants to prove as true and at the end it states that it's true. Eh?
 
hunt_mat said:
Okay, as [a,b] is a compact set, then any sequence in [a,b] will converge to a point in [a,b].

Thanks a lot! Now I know how and understand to end the proof.
The sequence [itex]\{ x_n \}[/itex] is inside [a,b] because [itex]x_{n+1}=F(x_n)[/itex] and the image of F is [itex][a,b][/itex].
Since I've already proven that [itex]\{ x_n \}[/itex] converges, it does it in [a,b].

By the way, did you mean "Okay, as [a,b] is a compact set, then any converging sequence in [a,b] will converge to a point in [a,b]."? But I get what you mean.
 
hunt_mat said:
Yes, like that.

Thanks, problem solved. I now fully understand the proof. :biggrin: