A metric is defined on $X=(0,1)$ by $d(x,y)=\left|\frac 1x -\frac 1y\right|$.
Is this space complete or not?
My attempt: I have shown that there does not exist any $x_n$ that tends to 0 ($x_n\neq 0$ for all $n$). Because if $x_n$ tends to 0 then $1/x_n$ tends to infinity. Therefore $d(x_n,x_m)=\vert 1/x_n - 1/x_m\vert$ is not less than epsilon. Because keeping $m$ fixed and tending $n$ to infinity we can get $d(x_n,x_m)$ greater than epsilon.
Finally I have to show if $x_n$ tends to $x\neq 0$ then x is in $(0,1)$. $d(1/x_n, 1/x) < \epsilon$ implies $|x-x_n| <x \epsilon$. I can't proceed any further.