Show that the pair $(\mathbb{N}, d)$, where $d:\mathbb{N}\times\mathbb{N}\rightarrow\mathbb{R}$ is defined by $$ d(u,v)=\frac{|u-v|}{uv} $$ for $u,v\in\mathbb{N}$, is a metric space.
I have managed to prove the first two conditions of a metric (equality and symmetry). I have trouble with proving the triangular condition. Here is what I came up with $$ d(x,y) + d(y,z) = \frac{|x-y|}{xy} + \frac{|y-z|}{yz} = \frac{z\,|x-y| + x\,|y-z|}{xyz} $$ and $$ d(x,z) = \frac{|x-z|}{xz} = \frac{|x-y+y-z|}{xz} \leq \frac{|x-y|+|y-z|}{xz} $$
We can clearly see from that the following inequation is true: $$ \frac{|x-z|}{xz} \leq \frac{|x-y|+|y-z|}{xz} $$
I do not know if there is a way to continue the further prove. Am I doing it in the right way? How can I prove this third condition?
Note that \begin{eqnarray} d (n_1, n_2) & = & \left| \frac{1}{n_1} - \frac{1}{n_2} \right| . \nonumber \end{eqnarray} Therefore, for every $n_1,n_2,n_3\in\mathbb{N}^+$ one has \begin{eqnarray} d (n_1, n_2) & = & \left| \left( \frac{1}{n_1} - \frac{1}{n_3} \right) + \left( \frac{1}{n_3} - \frac{1}{n_2} \right) \right| \nonumber\\ & \leqslant & \left| \frac{1}{n_1} - \frac{1}{n_3} \right| + \left| \frac{1}{n_3} - \frac{1}{n_2} \right| \nonumber\\ & = & d (n_1, n_3) + d (n_3, n_2) \nonumber .\end{eqnarray}