Show that the sequence $a_1=1$, $a_2=2$, $a_{n+2} = (a_{n+1}+a_n)/2$ converges by showing it is Cauchy.
My work :
Need to show that for every $\epsilon \gt 0$ there exist $N$ such that $n,m\ge N \implies | a_n - a_m| \lt\epsilon$.
$$|a_n-a_m| = \dfrac{1}{2}|(a_{n-1} + a_{n-2}) - ( a_{m-1} + a_{m-2})|$$
I feel triangle inequality might be helpful here, but really not sure how to link it to the $\epsilon$. Appreciate any help...