I recently read something and I can't wrap my head around it:
For a given divergent sequence $a_n$, we have the following property: $$\lim \limits_{n \to\infty} |a_{n+p} - a_n| = 0$$ for a fixed value $p\in\mathbb{Q}$. To me it seems like this violates the cauchy sequence for convergent sequences, since we are considering a divergent series here. What is it that I am missing?
Another nice example is $a_n = \sqrt{n}$. Of course $a_n \to \infty$. But for a fixed $p$ we have as $n \to \infty$ $$ \sqrt{n+p} - \sqrt{n} = \sqrt{n}\left(\sqrt{1+\frac{p}{n}} - 1\right) = \sqrt{n}\left(1+\frac{p}{2n}+O(n^{-2})-1\right) = \frac{p}{2\sqrt{n}} + O(n^{-3/2}) $$ and therefore $$ \lim_{n\to\infty}\big(a_{n+p}-a_n\big) = 0 . $$