Let $a_{n+1}= \sqrt{a_n +1}$ for all natural numbers $n$.
How do you prove $a_n$ is contractive?
Definition of contractive sequence is:
If there exists a constant $C \in (0,1)$ such that $|a_{n+2} - a_{n+1}| \leq C|a_{n+1}-a_n|$ for all natural numbers $n$, then the sequence $a_n$ is contractive.
Here is my thought process:
First, I prove $a_n$ is monotone increasing by induction.
Second, I prove it is bounded above.
Third, I compute what the limit would be.
Last, I try to get the required inequality for contrative sequence. I am stuck on this last step.
In the third step, I solved the quadratic equation $L^2 - L - 1 = 0$, which gives me L = $\frac{1+\sqrt{5}}{2}$
Then,for the fourth step, I do $|a_{n+2} - a_{n+1}|=|\sqrt{a_{n+1}+1} -\sqrt{a_{n}+1} | \leq L + L$. At this point I am not clear how to find the value of $C$.