We have some sequence $(a_{n})$ such that, $\lim_{N \rightarrow \infty}\sum_{n=1}^{N} |a_{n} - a_{n+1}| = L$, then $(a_{n})$ is cauchy.
Here is the begining of an attempt
So given the sum has a limit, we can say:
$\forall \epsilon >0 \space \exists \phi \space natural \space s.t. \space \forall n>\phi, |\sum_{n=1}^{N} |a_{n} - a_{n+1}| - L| < \epsilon$
This allows us to know that $lim_{n \rightarrow \infty}|a_{n} - a_{n+1}| = 0$
Therefore $0 \le|a_1 - a_N|=|\sum_{n=1}^{N} (a_{n} - a_{n+1})| \le \sum_{n=1}^{N} |a_{n} - a_{n+1}| < \epsilon +L$
However I do not quite see how to proceed, any hints?