I have the two recursively-defined following sequences:
$u_0 = a$, $v_0 = b > a$, $u_{n+1} = \sqrt{u_nv_n}$, $v_{n+1} = \frac{u_n+v_n}2$.
I want to show that $u_n$ is increasing and $v_n$ is decreasing.
I was thinking that I should show it recursively. First starting off with $u_n$, we can say that $u_{1} = \sqrt{u_0v_0} = \sqrt{ab} \ge \sqrt{a^2}$, since $b>a$.
Now, I have to show that it's true for any $n$. I couldn't get anywhere from here. Am I doing this right, or is there a better way? Thanks.
The possible duplicate is indeed the almost same question, but OP states that he/she has already solved it, and only asks about the another part of the question.
Hint:
First observe that for any $n$, one has $u_n<v_n$ (use the AM-GM inequality).
Supposing $b>a>0$, you easily prove $0<u_n<v_n$. So all you have to prove is