7

Suppose that a real sequence $u_n$ is such that $$u_{n+1}-u_n \rightarrow0$$

That is not enough to prove that $u_n$ is convergent (take $u_n=ln(n)$)

Now what if $u_n$ is bounded ? I guess it does converge, but how to prove this ? I tried to show that it had only one accumulation point...

Gabriel Romon
  • 35,428
  • 5
  • 65
  • 157

4 Answers4

5

Bounded does not help. Use the sequence made up of partial sums from the sequence $$1, -\frac{1}{2},-\frac{1}{2}, \frac{1}{4},\frac{1}{4},\frac{1}{4},\frac{1}{4}, -\frac{1}{8}, -\frac{1}{8},-\frac{1}{8},-\frac{1}{8},-\frac{1}{8},-\frac{1}{8},-\frac{1}{8},-\frac{1}{8},\dots.$$

André Nicolas
  • 507,029
3

The sequence $$0, 1, \frac{1}{2}, 0, \frac{1}{4}, \frac{2}{4}, \frac{3}{4}, 1, \frac{7}{8},\frac{6}{8},\frac{5}{8}, ..., \frac{1}{8}, 0 , \frac{1}{16}, \frac{2}{16}, ..., 1 , \frac{31}{32}, ...$$

is not convergent and it has infinitely many accumulation points (every $x\in [0,1]$ is accumulation point).

Antoine
  • 3,439
3

Hint: Consider $$ u_n=\sin(\log(n)) $$ Show that $|u_{n+1}-u_n|\lt\frac1n$ yet $\limsup\limits_{n\to\infty}u_n=1$ and $\liminf\limits_{n\to\infty}u_n=-1$.

robjohn
  • 345,667
3

In $\mathbf R$ it won't be a sufficient condition. But if you want to see spaces where this condition is really useful, you can look about ultrametric spaces. It's the name for metric spaces $(X,d)$ where $\forall (x,y,z)\in X^3, d(x,y)\leq\sup(d(x,z),d(z,y))$ (an stronger inequality of triangle). In this spaces a sequence is a Cauchy sequence if and only if $d(u_n,u_{n+1})\rightarrow 0$. So in a complete ultrametric space, a sequence is convergent if and only if $d(u_n,u_{n+1})\rightarrow 0$.

I notice now, that in $\mathbf R$, the sequence $u_n$ is convergent if and only if the serie $\sum (u_n- u_{n-1})$ is convergent (for example if $u_n-u_{n-1}=O(1/n^a)$ where $a>1$.

D.L.
  • 1,306
  • $d$ is a distance on $X$ i.e a fonction from $X\times X$ to $R^+$ such as : -d is symmetric ($d(x,y)=d(y,x)$) -$\forall(x,y,z)\in X^3, $d(x,y)<d(x,z)+d(z,y)$ – D.L. Oct 10 '13 at 20:20
  • And in ultrametric spaces, you want also that $d$ verifies the ultra metric inequality : $\forall (x,y,z)\in X^3, d(x,y)<sup(d(x,z),d(y,z))$ – D.L. Oct 10 '13 at 20:23