Possible Duplicate:
Why doesn't $d(x_n,x_{n+1})\rightarrow 0$ as $n\rightarrow\infty$ imply ${x_n}$ is Cauchy?
If we have a sequence $(x_n)_n$ that satisfies this rule:
$\forall \varepsilon > 0, \exists n_0 : \forall n > n_0 : |x_{n+1} - x_n| < \epsilon$
Does is always converge? The criterion is less strict than that of a Cauchy sequence, but I fail to find an example of a sequence which doesn't converge.
$\forall \varepsilon > 0, \exists n_0 : \forall n > n_0 : |x_{n+1} - x_n| < \epsilon$.
Where is the second 'such that' should be a 'implies' . I would write $\forall \epsilon>0;;\exists n_{0}\in\mathbb{N}:(n>n_{0})\Rightarrow |x_{n+1}-x_{n}|<\epsilon$
– Paulo Henrique Feb 20 '12 at 20:05