Given positive $a$ and $b$ with $a < b$, define two sequences recursively with $x_0 = a$, $y _0 = b$, $y_{n+1} = G(x_n, y_n)$, $x_{n+1} = H(x_n, y_{n+1})$. Prove that both sequences converge. $G$ and $H$ are the geometric mean and harmonic mean, respectively.
Probably need to start off with proving both sequences are monotone and have an upper bound, but have no idea where to take the proof from that point. Any hints would be greatly appreciated.
You can show, by induction, that both sequences are bounded : they stay between $a$ and $b$. Hence, both sequences converge, up to a subsequence. You can then try to prove that there is only one possible limit to each of these sequences. Haven't tried it on paper though.