$a_1,\:b_1>0$
$a_{n+1}=\frac{a_n+b_n}{2},\:b_{n+1}=\sqrt{a_n\cdot b_n}$
The question asks to prove that: $\lim _{n\to \infty }\left(a_n\right)=\lim \:_{n\to \:\infty \:}\left(b_n\right)$.
Proving it once I show that both sequences converge is obviously the easy part. However, I can't get to that point.
By the AM-GM inequality we have: $$ b_n \leq b_{n+1} \leq \ldots \leq a_{n+1}\leq a_n $$ so both the sequences $\{a_n\}_{n\in\mathbb{N}}$ and $\{b_n\}_{n\in\mathbb{N}}$ are converging since they are monotonic and bounded. Since: $$ a_{n+1}-b_{n+1} = \frac{1}{2}(\sqrt{a_n}-\sqrt{b_n})^2 \leq \frac{1}{2}(a_n-b_n)$$ the limit is the same.