I'm stuck trying to understand part (ii) of the following question;
Fix a positive real number a > 0 and generate a sequence by setting $x_0 = 1$ and, $$x_n = \dfrac{1}{2}\bigg(x_{n-1}+\frac{a}{x_{n-1}}\bigg),$$ for $n = 1, 2, 3....$
(i) The arithmetic mean - geometric mean inequality says that $(\dfrac{x+y}{2}) \geq \sqrt{xy}$ for all $x, y \geq 0.$ Use this to show $x_n-x_{n+1}\geq0$ for all $n= 1, 2, 3,....$
Answer is just := $x_n=\dfrac{1}{2}(x_{n-1}+\dfrac{a}{x_{n-1}}) \geq \sqrt{x_{n-1}(\frac{a}{x_{n-1}})}=\sqrt{a}$
(ii) Use part (i) to show that $x_n - x_{n+1} \geq0$ for $n= 1, 2, 3...$
Solution = $x_n-x_{n+1} = x_n-\dfrac{1}{2}(x_n+\frac{a}{x_n})=\dfrac{(x_n)^2-a}{2x_n} \geq0.$
The solution tells me that $x_n -\dfrac{(x_n)^2-a}{2x_n} \geq0,$ but I don't understand why this has to be a positive number.
Thanks.