PROBLEM
Suppose $a_1>a_2>0$. For $n\geq2$, set $a_{n+1}=\frac{1}{2}(a_n+a_{n-1})$. Prove that
(a) $\{a_{2k+1}\}$ is monotone decreasing.
(b) $\{a_{2k}\}$ is monotone increasing.
(c) $\{a_n\}$ converges.
For (a), $a_{2k+1}=\frac{1}{2}(a_{2k}+a_{2k-1})$. And I tried to show this is decreasing by substracting $a_{2k-1}$ from $a_{2k+1}$, $a_{2k+1}-a_{2k-1}=\frac{1}{2}(a_{2k}+a_{2k-1})-\frac{1}{2}(a_{2k-2}-a_{2k-3})$. But I'm not sure if this is right method to compare $a_{2k+1}$ and $a_{2k-1}$..
(a) First, observe $$a_{2k}-a_{2k-1}=-\frac{1}{2}(a_{2k-1}-a_{2k-2})=\frac{1}{4}(a_{2k-2}-a_{2k-3}).$$ Therefore since $a_2-a_1<0$, for all $k$, $a_{2k}-a_{2k-1}<0$. Then, for all $k$ $$a_{2k+1}-a_{2k-1}=\frac{1}{2}(a_{2k}-a_{2k-1})<0,$$ i.e. $\{a_{2k+1}\}$ is monotone decreasing.
(b) Similar to (a).
(c) Note that $\{a_{2k+1}\}$ and $\{a_{2k}\}$ are bounded from below and above, respectively. This is because $$a_{2k}<a_{2k-1},$$ hence $$a_2<a_{2k-1},\quad\text{and }\quad a_{2k}<a_1,$$ for all $k$. Therefore, each $\{a_{2k+1}\}$ and $\{a_{2k}\}$ converges with $k\rightarrow \infty$, i.e. there exists $\alpha,\beta\in\mathbb{R}$, such that $$\lim_{k\rightarrow\infty}a_{2k+1}=\alpha,\text{ and }\lim_{k\rightarrow\infty}a_{2k}=\beta.$$Then, $$\alpha=\lim_{k\rightarrow\infty}a_{2k+1}=\lim_{k\rightarrow \infty}\frac{a_{2k}}{2}+\frac{a_{2k-1}}{2}=\frac{\beta}{2}+\frac{\alpha}{2}\Rightarrow \alpha=\beta,$$ which means $\{a_n\}$ converges.