Consider the sequence $\{x_n\}$ defined as $x_1:=2, x_{n+1} = \sqrt{1+x_n}$. It can be shown fairly easily that $\lim\limits_{n\to\infty} x_n = \frac{1+\sqrt{5}}{2}$ by first showing that $x_n$ is a bounded, monotonically decreasing sequence, then passing to the limit of $x_n$. However, I have to demonstrate this using the $\epsilon-N$ definition. By using this thread as a reference, I have attempted a proof. Brief outline of my steps so far:
- Show $\{x_n\}$ is bounded and monotone decreasing via induction. Hence, $\{x_n\}$ converges to a limit $L \in \mathbb{R}$.
- Note that $\lim\limits_{n\to\infty} x_{n+1} = \lim\limits_{n\to\infty} x_n = L$.
- Fix $\epsilon>0$. Then for $n>N_0, N_0 \in \mathbb{N}$ we have $\left| x_{n+1} - L \right| < \epsilon$.
- Rewrite as $\left|\frac{\sqrt{1+x_n}-L}{x_n-L}\right|\cdot\left|x_n-L\right|<\epsilon$.
- Show that $\left|\frac{\sqrt{1+x_n}-L}{x_n-L}\right| \leq 1 \forall n\in\mathbb{N}$.
Then this is where I'm stuck. I know I should claim that $L:=\frac{1+\sqrt{5}}{2}$, but I'm not sure where to go from there. Any help is appreciated. Thanks.