I have a sequence $(x_n)$ and some $X_n$, where:
$X_n:=|x_1-x_2|+|x_2-x_3|+\ldots +|x_n-x_{n+1}|\leq M$
where $M>0$.
How do I show that $X_n$ converges? I have some idea that since adding up all the differences of terms in the sequence is less than or equal to some value, I think the sums get less and less... If they got bigger, then they wouldn't fit under some constant $M$ (and would diverge). I'm just not sure how to write this in math...
Also, I have to show that $x_n$ converges, but how do I get this from the $X_n$ result?
We see that $X_n$ is monotone (non-decreasing), since $X_{n+1}-X_n=|x_{n+1}-x_n|\geq 0$. We also got $0\leq X_n\leq M$, and thus, $X_n$ converges.