I'm stuck on proving the limit of the sequence defined recursively as $x_{n+1}= \frac{x_{n}}{2} + \frac{1}{x_{n}}$, $x_{1} = 2$.
I have proved that the sequence is decreasing and bounded below by $\sqrt{2}$, and found that the limit of the sequence is $\sqrt{2}$ (by letting n go to $\infty$ and getting $L = \frac{L}{2} + \frac{1}{L}$, solving to find $L=\sqrt{2}$) but I'm not satisfied with this solution. Is there a way using the definition of the limit of a sequence (i.e if $x$ is the limit of the sequence, $\forall \epsilon > 0 , \exists N(\epsilon), \forall n \geq N(\epsilon), |x_{n} - x| < \epsilon $) to prove that this is in fact the limit of the sequence? Moreover, how can we use the definition of the limit to prove limits for recursive sequences?
Thank you for your time.