looserlama
- 29
- 0
Homework Statement
Let f: ℝ→ℝ be a function such that there exists a constant 0<c<1 for which
|f(x) - f(y)| ≤ c|x - y|
for every x,y\inℝ.
Prove that there exists a unique a\inℝ such that f(a) = a.
Homework Equations
There's a hint that says: Consider a sequence {xn} defined recurrently by xn+1 = f(xn). Prove that it converges and its limit a satisfies f(a) = a.
The Attempt at a Solution
So I did what the hint said, I defined {xn} and proved that it was Cauchy and therefore converges. The problem is after that, I'm not sure if what I did was right, here's what I said:
{xn} converges
Therefore \existsa s.t. lim_{n→\infty}xn = a
Therefore if xm = a, then xm+1 = a
Therefore xm+1 = a = f(xm) = f(a)
Therefore \existsa s.t. lim_{n→\infty}xn = a and f(a) = a
We know that lim_{n→\infty}xn is unique
Therefore there exists a unique a such that f(a) = a.I'm not sure if the limit being unique actually implies that a will be the only number such that f(a) = a ?
Also, I'm not sure if, after I state that there exists a limit, I'm allowed to just say that if xm = a, then xm+1 = a ? Or is there something I should add in there that I'm not explaining?