Prove that every set for the trivial metric is complete.

350 Views Asked by At

Given is the trivial metric : $$d(x,y) = \left\{ \begin{array}{ll} 0 & \text{if} & x=y \\ 1 & \text{if} & x \neq y \end{array} \right.$$ I have to proof that for any set $X$, $(X,d)$ is complete. This means that every Cauchyserie has to converge. Say that $(x_n)$ is a Cauchy and that $a$ is it's limit for large $n$. For every $\epsilon > 0$ then there exist a $n_0$ such that for all $n$ greater than $n_0$ : $d(x_n, a) < \epsilon$.

When $x_n \rightarrow a$ it is obvious that $d(x_n, a) < \epsilon$. But I can't seem to prove it for $x \neq y$ because the distance will always be $1$, not depending on how large you take $n_0$.

I am probably overlooking something simple, so if you could push me in the right direction that would be appreciated. Thanks.

2

There are 2 best solutions below

6
On

You are making a mistake: when you say “and that $a$ is its limit”, you are assuming that there is a limit. You must prove it.

Note that there is natural $n_0$ such that $m,n\geqslant n_0\implies d(x_m,x_n)<1$. But then $d(x_m,x_n)=0$, that is $x_m=x_n$. So, the limit is $x_{n_0}$.

0
On

Let $(x_n)$ be a Cauchy sequence, there exists $N$ such that $n,m\geq N$ implies that $d(x_n,x_m)<1/2$, this implies that $x_n=x_m=x_N$ and $(x_n)$ converges.