I have a sequence: $x_{n+2} = \sqrt{x_{n+1}x_n}$, with $0<a\leq x_1 \leq x_2 \leq b$
I know that $ |x_{n+1}-x_n|=\frac{\sqrt{b}}{\sqrt{a}+\sqrt{b}}|x_n-x_{n-1}| $ or $|x_{n+1}-x_n|=(\frac{\sqrt{b}}{\sqrt{a}+\sqrt{b}})^{n-1}|x_2-x_1|$, and that the limit of this expression $\rightarrow0$ as $n\rightarrow\infty$, but I can't really figure out how to approach the $n>m$ part of this proof. If someone could give some pointers it would be greatly appreciated.
Hint : Firstly, go for m>n and use $|x_m - x_n| \le |x_m - x_{m-1}|+|x_{m-1} - x_{m-2}|+....+|x_{n+1} - x_n|$. Now plug in all the values.