What is an example of a sequence in $\mathbb R$ with this property that is not Cauchy?
I know that Cauchy condition means that for each $\varepsilon>0$ there exists $N$ such that $d(x_p,x_q)<\varepsilon$ whenever $p,q>N$.
What is an example of a sequence in $\mathbb R$ with this property that is not Cauchy?
I know that Cauchy condition means that for each $\varepsilon>0$ there exists $N$ such that $d(x_p,x_q)<\varepsilon$ whenever $p,q>N$.
On
The standard example is the sequence $(s_n)$ of partial sums of the harmonic series. Formally, $$s_n=\sum_{k=1}^n \frac{1}{k}.$$
Note that $d(s_n,s_{n+1})=\frac{1}{n+1}$. It is clear that $d(s_n, s_{n+1})\to 0$ as $n\to\infty$.
But the sequence $(s_n)$ is not Cauchy. For given any $m$, we can find $n$ such that $d(s_m,s_n)$ is arbitrarily large. This is because the sequence $(s_n)$ diverges to infinity. We omit the proof, since you have likely already seen a proof that $\sum_{k=1}^\infty \frac{1}{k}$ diverges.
Let $$ s_{n}:= \sum_{i=1}^{n} \frac{1}{i}. $$ Then $$ s_{n+1}-s_{n} = \frac{1}{n+1} \to 0 $$ as $n\to \infty$. However, this sequence is not Cauchy, as for any $\varepsilon > 0$, there is no $N$ such that $ |s_{m}-s_{n}| < \varepsilon $ for all $n,m\ge N$. In fact, $$ \lim_{m\to\infty} |s_{m}-s_{n}| = \infty, $$ for any $n$.
The "for all" quantifier on $m$ and $n$ is what confuses people about Cauchy sequences.