Cauchy sequences and complete spaces

494 Views Asked by At

I'm trying to fully understand the complete metric spaces so I came up with this reasoning: every metric space X can be extended to a complete metric space Y and every Cauchy sequence in X is still Cauchy in Y, but it's also convergent in Y. This means that Cauchy sequences are always convergent, but not always they converge inside the space.

Now, the closure of a set X is the set that contains all limits of all convergent sequences of elements of X, so it should also contain all limits of all Cauchy sequences.
But this is the definition of a complete metric space, so now I'm lost.

Is it true that every closed metric space is complete? I know it's true in Euclidean spaces, but I thought it wasn't true in general.

Edit: I just realised that we know that every closed subset of a complete metric space is complete, but since every metric space can be extended to a complete space, this means that every closed space is complete, right?

So is completeness less strong than closedness?

2

There are 2 best solutions below

5
On

Every metric space is a closed subset of itself, and therefore, since there are non-complete metric spaces, the sentence “every closed metric space is complete” is false.

But, yes, if $X$ is a metric space, you can extend it to a complete metric space $Y$ (its completion), and the closure of $X$ in $Y$ is the whole $Y$.

1
On
  1. When you say : "so it should contain all limits of Cauchy sequences", it seems that you are concluding that the set of convergent sequences is the same as the set of Cauchy sequences. This happens when $X$ is complete, by definition.

  2. In fact, a way to define the completion of $(X,d)$ is precisely to consider an equivalence relation on the set of all Cauchy sequences of $X$, where $(a_n)$ and $(b_n)$ are equivalent iff $\lim d(a_n,b_n)=0$. This will "fill up the holes in $X$". A well known result illustrates this idea : a metric space $(X,d)$ is complete iff any decreasing sequence of nonempty closed sets $F_1\supset ...\supset F_n\supset ...$ with $diam(F_n)\rightarrow 0$ is such that $\bigcap F_n$ is non empty (in fact, a singleton).

  3. If $F\subseteq X$ is a closed subset of a complete metric space, consider any Cauchy sequence $(x_n)$ in $F$. Since the distance is the same in both spaces, the sequence is also Cauchy in $X$, where it converges to some $x$ due to completeness of $X$. But $F$ is closed, so $x\in F$.