Problem:
Let $x$ and $y$ be positive real numbers. Let $a_0 =y$. Show that $$a_n = \frac12\left(\frac{x}{a_{n-1}} + a_{n-1}\right)$$ is a decreasing sequence.
Solution Attempt:
I have tried showing that the difference is positive $$a_{n-1} - a_{n} > 0,$$ that the ratio is greater than 1 $$\frac{a_n}{a_{n-1}} < 1,$$ and I have tried to use induction by considering $a_0$ and $a_1$. Somewhere, I must be doing something wrong. I keep getting the result $a_n > \frac{1}{2}a_{n-1},$ which doesn't seem very useful.