Let $a_0$ and $a_1$ be distinct real numbers. Define $a_n=\frac{a_{n-1}+a_{n-2}}{2}$ for each positive integer $n\geq 2$. Show that $\{a_n\}_{n=1}^{\infty}$ is a Cauchy sequence. Hint: You may want to use the facts that $$a_{n+1}-a_n=\biggl(-\frac{1}{2} \biggr)^n (a_1-a_0)$$ and $$1+x+x^2+\cdots+x^n=\frac{1-x^{n+1}}{1-x} \text{ if }x\neq 1.$$
I don't see how those two facts are helpful. I played around with them, but I didn't come up with anything useful. Thanks for your help.
Since you already know that $$|a_{n+1}-a_n|=\left(\frac{1}{2}\right)^n|a_1-a_0|$$,
$$|a_m-a_n|\le|a_m-a_{m-1}|+|a_{m-1}-a_{m-2}|+....+|a_{n+1}-a_n|$$, where $m \gt n$. Hence using the first equality we get $$|a_m-a_n|\le |a_1-a_0|\left[\left(\frac{1}{2}\right)^{m-1}+\left(\frac{1}{2}\right)^{m-2}+....+\left(\frac{1}{2}\right)^{n}\right]$$
$$ \le |a_1-a_0|\left(\frac{1}{2}\right)^n\left[1+\frac{1}{2}+\left(\frac{1}{2}\right)^2+....\right]=|a_1-a_0|\left(\frac{1}{2}\right)^{n-1}$$
Now you can do it