$x_n^2 > 2,$ how to show that $x_{n+1}^2 > 2$? I have tried using induction on this but haven't been able to solve this for a while.
The sequence is defined as $x_1 = 2,$ $x_{n+1} = \frac{1}{2}(x_n + \frac{2}{x_n}).$ All I got by induction was that 2 > 1.5, which is not sufficient (I just squared and expanded the terms). How can I solve this problem?