Consider the sequence $x_{n+1} = \frac{1}{2} (x_n + \frac{2}{x_n})$, $x_1 = 2$. Prove that it converges to $\sqrt{2}$.
I want to show that all of $x_n$ is bounded below by $\sqrt{2}$ using induction. However, I can't see how knowing $x_n \geq \sqrt{2}$ helps show that $\frac{1}{2} (x_n + \frac{2}{x_n}) \geq \sqrt{2}$. Namely, it's not clear whether a higher value of $x_n$ produces a lower (or higher) value of $x_{n+1}$.
Edit: I am looking for a solution that does not use AM-GM (which is proven later in the text that I am reading).