I am supposed to prove that: $d(x,y)=\left\{\begin{matrix} 0 & x=y \\ \frac{1}{x+y} & x\neq y \end{matrix}\right.$
is not a metric space, $\forall x,y \in \mathbb{N}$
The first two properties for the metric space holds, also the triangle inequality, if the two elements are equal. But how to prove that it if:
$x\neq y \neq z $, then $d(x,z)\nleqslant d(x,y)+d(y,z)$?
Thank for any help.