Limit of Cauchy Sequence

2.9k Views Asked by At

Let $(X,d)$ be a metric space and $(x_n)$ be a Cauchy sequence in $X$. Is there a limit $x$ for $(x_n)$ whether $x$ in X or not ?

In general, does every Cauchy sequence has a limit, if that limit point lies in the same metric space which Cauchy sequence defined, then that Cauchy sequence converges otherwise it's divergent?

2

There are 2 best solutions below

0
On

I'm not really sure what your question even means. The way it's written is dubious.

However, there is a short answer to this. No. Not every cauchy sequence converges. They only do if they are in a complete metric space.

Take, for example, the sequence $\frac{1}{n}$ in the metric space (open interval) $(0,1)$. It is obviously Cauchy, however, it has no limit in such a space.

For the sake of completeness, you should read on this subject on wikipedia if it is new to you:

http://en.wikipedia.org/wiki/Complete_metric_space

1
On

A Cauchy sequence in a metric space $(X,d)$ is not necessarly convergent. for example, consider the metric space $(\mathbf{Q},d)$ where d is the usual absolute value. And consider the sequence $x_{n}$, $x_{1}=1$, $x_{n+1}=\frac{1}{2}(x_{n}+\frac{2}{x_{n}})$. One can check that $x_{n}$ is a Cauchy sequence in $\mathbf{Q}$ but has no limit in $\mathbf{Q}$.