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.
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}$.