Suppose that $(x_n)$ is a decreasing sequence of non-negative real numbers that converges to 0. Prove, using the definition, that the sequence $(y_n)$ where $y_n = x_1 - x_2 + x_3 - x_4 + \cdots + (-1)^{n{+1}}x_n$ is a Cauchy sequence.
I understand that a Cauchy sequence is a sequence that, for all $\epsilon < 0$ there exists a $p \in \mathbb{N}$ such that for all $m,n \in p$ $|x_m-x_n|< \epsilon$. However, I'm confused as to how to actually go about proving something is a Cauchy sequence and how in this case the sequence is built up from a different sequence. Any hints or suggestions would be appreciated, thank you!
Take $\varepsilon>0$. If $n$ is large enough, you have $x_N<\varepsilon$. Pick such a $N$. Now, if $m,n\geqslant N$, you want to prove that $\lvert y_m-y_n\rvert<\varepsilon$. This is trivial if $m=n$. If $m>n$, then$$y_m-y_n=\begin{cases}x_{n+1}-x_{n+2}+\cdots+\pm x_m&\text{ if }n+1\text{ is odd}\\-x_{n+1}+x_{n+1}-\cdots+\pm x_m&\text{ otherwise.}\end{cases}$$But, if $n+1$ is odd,$$y_m-y_n=x_{n+1}-(x_{n+2}-x_{n+3})-\cdots<x_{n+1}<\varepsilon$$and$$y_m-y_n=(x_{n+1}-x_{n+2})+(x_{n+3}-x_{n+4})+\cdots>0.$$Therefore, $\lvert y_m-y_n\rvert<\varepsilon$. The case in which $n+1$ is even is similar.