Prove that the sequence $\sqrt{2}, \sqrt{2+\sqrt{2}}, \sqrt{2+\sqrt{2+\sqrt{2}}},...$ converges and find its limit. Prove this without using derivatives (Source: Based on Abbot's Analysis).
Proof (partial)
Let $f$ be an increasing function with fixed point $k$, such that $x \leq k \implies x \leq f(x) \leq k$. Let $a$ be a sequence $a_1 \leq k, a_{n+1} = f(a_n)$. By induction, $a$ is bounded and increasing, and therefore converges. Furthermore, if $x < k \implies f(x) > x$, $a$ converges to $k$.
Let $g(x) = \sqrt{x+2}, g > 0$. $g$ is increasing, with fixed point $g(2) = 2$. By properties of ordered fields, $x < 2 \implies g(x) < 2$. It remains to show that $x < 2 \implies g(x) > x$. This can be proven by taking the derivative of $x - \sqrt{x+2}$, but I'm not able to prove it without derivatives.
$a_1 = \sqrt{2} < 2, a_{n+1} = g(a_n)$, QED.
Questions
- Can you help me fill in the missing part?
- Critique what I've done (both the proof and the writing).
- It seems that functions with the property $f(x) > x$ would be very important for studying series. Is there a name for them? Do they have any other salient properties?
- Instead of simply tackling the problem locally, in terms of $\sqrt{2}$, I abstracted it to more general series. Is that advisable? What are your thoughts on that?