The given sequence is defined as $x_1 = 0$, $x_2 = 1$ and $x_{n+2} = \frac{1}{3}x_{n+1} + \frac{2}{3}x_n$ for $n \geq 1$. I seek to show that it is Cauchy.
So how I planned on showing this was to first find a recurrence relation between the distance of $x_n$ and $x_{n+1}$. That is $|x_n - x_{n+1}| = \lambda$ for some $\lambda$. Then show that knowing this, for $m \geq n$, by grouping terms, we can show that it is bounded, convergent and hence Cauchy.
Approach jumps out to me because I've seen a similar sequence defined before where the distance was $|x_n - x_{n+1}| = \frac{1}{2^{n-1}}$.
Would appreciate tips on defining the recurrence and whether my idea on solving this is even correct / a different approach.
You can find $\alpha$ and $\beta$ such that $$x_n = \alpha^n C_1+ \beta^n C_2.$$ From this you can conclude that $|x_m-x_n| = |(\alpha^m-\alpha^n)C_1 +(\beta^m-\beta^n)C_2 |\leq C\gamma^m$ for a suitable $\gamma$ and constant $C.$
See how to find $\alpha$ and $\beta$ here:
http://discretetext.oscarlevin.com/dmoi/sec_recurrence.html