0

If $|a_{n+1}-a_n|\rightarrow0~(n\rightarrow\infty)$, the sequence itself does not necessarily have a limit (or not necessarily Cauchy). But must the sequence be bounded?

bof
  • 82,298

2 Answers2

2

No, the sequence does not need to be bounded.

Consider, for example, $a_n=\sqrt{n}$. We have $$a_{n+1}-a_n=\sqrt{n+1}-\sqrt{n}=\frac{1}{\sqrt{n+1}+\sqrt{n}} < \frac1{2\sqrt{n}}\to 0$$ Of course, $\sqrt{n}\to \infty$. This sequence is not bounded.

jmerry
  • 19,943
2

Another, easy to remember example is $\log (n)$. $\log (n)$ tends to infinity, hence is not bounded. However, we have:

$$ |\log(n + 1) - \log (n)| = \left|\log \left( \frac{n+1}{n}\right)\right| $$ Which tends to $0$ as $n \to \infty$ .

rubikscube09
  • 4,185
  • 3
  • 21
  • 55