Prove that $$x_n+y_n$$ is Cauchy without using the theorem: A sequence is Cauchy iff it converges to some point.
My attempt:
Assume that $x_n$ and $y_n$ are convergent. That is by definition $$\vert x_n - a \vert \lt \frac{\epsilon}{2}$$ $$\vert y_n - a \vert \lt \frac{\epsilon}{2}$$
$$\vert x_n -a \vert + \vert y_n - a \vert \lt \frac{\epsilon}{2} + \frac{\epsilon}{2} = \epsilon$$ By definition of convergence $$x_n + y_n$$ is Cauchy
We have that
$\vert x_n - L_1 \vert \lt \frac{\epsilon}{2}$
$\vert y_n - L_2 \vert \lt \frac{\epsilon}{2}$
then by triangle inequality
$$\vert x_n+y_n-(L_1+L_2)\vert\le \vert x_n -L_1 \vert + \vert y_n - L_2 \vert \lt \frac{\epsilon}{2} + \frac{\epsilon}{2} = \epsilon$$
and $x_n+y_n$ converges.