Consider the metric $$d(m,n) = \frac{|m-n|}{mn}$$
Is this metric on the natural numbers $(1,2,\ldots)$ complete?
I'm struggling but heres an idea I have from reading other similar questions.
The sequence given by $n^2 = \{1,4,9,16,\ldots\}$ is Cauchy in this metric space but the only way it converges is if there exists a natural number $m$ such that $d(n^2,m)=0$. But this implies $n=m=1$. This is a contradiction, right? So it is not a complete metric space?
Thanks for your time.
It is true that $(\mathbb N,d)$ is not a complete metric space. Consider the sequence $1,2,3,4,\ldots$, which is a Cauchy sequence. However, it doesn't converge. Fix $N\in\mathbb N$. Then the distance from $N$ to any other $M\in\mathbb N$ (distinct from $N$) is at least $\frac1{N(N+1)}$. So, no injective sequence can possible converge to $N$.
Of course, the same argument shows that your sequence doesn't converge. However, your argument is not correct.