$a_n$ is a sequence that satisfies the following contractive condition;
$|a_{n+2}-a_{n+1}| \le c|a_{n+1}-a_n|, n\ge 1 $ for some $ 0 \lt c \lt 1.$ Show the sequence $a_n$ is a Cauchy sequence and converges.
Consider the sequence $x_n$ given by $x_1=2$ and $x_{n+1} = 2+ \frac{1}{x_n}$
- Show that $x_n$ is bounded below by 2
- Show that $x_n$ satisfies the contractive condition in the first part and converges
- Find lim $x_n$
Not looking for the answers. Just strong hints to guide me to the answer. The first part of the problem itself, makes sense. I'm unsure on the steps needed to prove this though. The second part for (1), would I want to use induction to show that it keeps getting closer to 2 but never reaches it. For part (2), I may be way off, but as simple as plugging into the contractive condition above? I am confused on part 3.
A lot here, I appreciate any sort of help. Thanks
The hypothesis ensures by induction that $|a_{n+p} - a_n|\leq \sum_{k=0}^p c^k |a_1 - a_0| = |a_1 - a_0| \frac{a^n-c^{p+1}}{1-c}$, and the latter can be made $\leq \varepsilon$ when $p\geq 0$ and $n\geq N$ for a well chosen $N$. This is the exact Cauchy criterion.
Hope this helps.