Given the metric space $(X,d)$ with $X := (0,\infty)$ and $d(x,y)=|\ln(x)-\ln(y)|$,
Is $(X,d)$ is complete?
My attempt : N0 . Let $(x_n) $ be a Cauchy sequence then $d(x_n, x_m)<\epsilon$ so $\mid \ln(x_n)-\ln(x_m)\mid \rightarrow 0.$ And $$d(x_n,x_m)=\mid \ln(x_n)-\ln(x_m)\mid=\mid \ln\frac{x_n}{x_m}\mid=0$$ So $\frac{x_n}{x_m} \rightarrow 1$ then subsequencec $(x_n)$ and $(x_m) $ have same limit and the sequence is convergent. But $d(x_n, x_m) = 0 \notin X$
So $(X, d)$ is not complete
Is its true ?
The metric space is complete. One of the major mistakes that caught my attention was when you wrote
$$d(x_n,x_m)=\mid \ln(x_n)-\ln(x_m)\mid=\mid \ln\frac{x_n}{x_m}\mid=0$$
instead of writing
$$d(x_n,x_m)=\mid \ln(x_n)-\ln(x_m)\mid=\mid \ln\frac{x_n}{x_m}\mid<\epsilon$$
as $=0$ does not mean $<\epsilon$.