The question I am stuck on is that there is a sequence $(x_n)$ with
$$\forall n \in \mathbb{N}: |x_{n+1} - x_n| \leq \frac{1}{n(n+1)} $$
It asks to prove that
$$\forall m \in \mathbb{N}:\forall n \in \mathbb{N}: |x_{m} - x_n| \leq |\frac{1}{m} - \frac{1}{n}| $$
I thought of using the triangle inequality and induction, but I'm not sure how to do it.
Part 2 asks to prove that the sequence $(x_n)$ is convergent.
The question was from a past exam paper that I am using to study for my upcoming exam. Thanks in advance for any help.
Just a hint: Assuming $m>n$ use a telescopic sum to write $$|x_m-x_n| = | \sum_{i=n}^{m-1} (x_{i+1}-x_i) |$$
Tell me if you need more help ;)