Given a sequence $(s_n)$ in $\mathbb R$ such that $$\lim \limits_{n \to \infty}( s_{n+1}-s_n)=0,$$ I am asked to prove $(s_n)$ converges.
I know all Cauchy sequences converge in $\mathbb R^k$. So I want to prove that $(s_n)$ is Cauchy.
I am stuck as to how to show the given sequence is a Cauchy. Thank you.
It’s not surprising you’re stuck, because the claim is false.
Consider $s_n=\sqrt{n}$. Then $$ \lim_{n\to\infty}(s_{n+1}-s_n)= \lim_{n\to\infty}(\sqrt{n+1}-\sqrt{n})= \lim_{n\to\infty}\frac{1}{\sqrt{n+1}+\sqrt{n}}=0 $$