Question: Show that for a sequence $\{x_m\}$ of real numbers to be a Cauchy sequence, it is necessary, but not sufficient that $|x_{m+1}-x_m|$ converges to zero.
This is how I proved that it is necessary: for $\{x_m\}$ to be cauchy, for all $\epsilon \gt 0$ there exists $n_o \in \mathbb{N}$ such that $|x_a-x_b| \lt \epsilon$ for all $a,b \ge n_o$. Now we can choose $a=m+1$ & $b=m$ such that both $a,b \ge n_o$. and by increasing or decreasing $m$ we can always ensure that for all $\epsilon$, $|x_{m+1}-x_m| \lt \epsilon $. Is this proof correct?
How to prove that it is not sufficient condition?