Is there a divergent sequence such that $\lim_{k\rightarrow\infty}(x_{k+1}-x_k)=0$?
Asked
Active
Viewed 193 times
0
-
3Take the partial sums of the Harmonic series. – David Mitra May 28 '13 at 00:36
-
1See this post and its "linked" section (on the right side of the page) also. – David Mitra May 28 '13 at 00:39
-
1This question is equivalent to asking whether there exist diverging series whose general term tend to $0$. Such sequences and such series are in bijection. – Julien May 28 '13 at 00:58
-
@Jonas Yup, just realized that as you posted your comment. – Nick Strehlke May 28 '13 at 01:03
-
@Minimus: That is what julien's comment says, 8 minutes earlier. – Jonas Meyer May 28 '13 at 01:13
3 Answers
3
We know that $1/k \to 0$ so pick $x_k$ such that $x_{k+1} - x_{k} = 1/k$.
So start with $x_1 = 0$ and then define $x_{k+1} = 1/k + x_{k}$ now you can see this diverges since $\sum_{k = 1}^\infty 1/k$ does.

albatross
- 443
3
Let $f:(0,\infty)\to\mathbb R$ be any function such that $\lim\limits_{x\to\infty}f(x)=\infty$ and $\lim\limits_{x\to\infty}f'(x)=0$. Then $(f(1),f(2),f(3),\ldots)$ is an example. In particular, you could take $f(x)=\log(x)$ or $f(x)=\sqrt x$.

Jonas Meyer
- 53,602
1
Define $x_k:=\log k\ (k \ge 1)$, and then $x_{k+1}-x_k=\log(1+\frac{1}{k})\to 0$ as $k\to \infty$

Coiacy
- 1,640
-
If only...and only if...it had not already been mentioned in the comments and in another answer. – Julien May 28 '13 at 01:04
-
@julien Sorry about that, and I found it's equivalent to the first one as $\sum_{i=1}^{n}\frac{1}{n} \sim \log n$ – Coiacy May 28 '13 at 01:06
-
2
-
1@Coiacy: In any case, you describe a different way to see that it is an example. Regarding the last part of your comment, this property is not preserved under asymptotic equivalence. For example $\log n +(-1)^n\sim\log(n)$. – Jonas Meyer May 28 '13 at 01:11
-
@Jonas Meyer Yeah, I agree and thanks. Actually you provide a more general answer. Well, next time before I post an answer, I'd better look at the posted answers carefully. – Coiacy May 28 '13 at 01:19