Let $X$ be a normed space over the field $\mathbb{K}$.
Use the triangle inequality to prove that if a sequence $\{x_n\}$ in $X$ converges in the norm to an element $x \in X$ then $x_n$ is a Cauchy sequence in $X$
This is the proof:
If $u$ is the limit of $\{u_n\}$ then $$||u_n -u_m|| \leq ||u_n -u|| + ||u-u_m|| \to 0$$ as $$M,n \to 0$$
Why does $||u_n -u_m|| \leq ||u_n -u|| + ||u-u_m||$ hold?
It's a common little 'trick' to add and subtract the same value from something to prove a result.
In this case - as sinbadh points it out in the comments- you have $$ u_n -u_m = u_n - u + u -u_m$$ and so $$ \| u_n -u_m \| = \| u_n - u + u -u_m \| \leq \| u_n - u\| + \|u -u_m \|$$ Where the last step is just the triangle-inequality applied to the vectors $(u_n - u)$ and $(u-u_m)$.