I'm trying to show that given a metric $d(x,y)$ show that $d_0(x,y) =\frac{d(x,y)}{1+d(x,y)}$ is also a metric..
It's trivial to show the first two properties, that is, $d_0\geq 0 $ & for $x=y \Longleftrightarrow$ $d(x,y) =0$ and that $d_0(x,y) = d_0(y,x)$.
However, how would I go about showing that $d_0(x,y) \leq d_0(x,z) +d_0(z,y)$. This is a bit tricky for me.
Here's what I've done so far.
$$d_0(x,y) = \frac{d(x,y)}{1+d(x,y)}\leq \frac{d(x,z)+d(z,y)}{1+d(x,z)+d(z,y)}=\frac{d(x,z)}{1+d(x,z)+d(z,y)}+\frac{d(z,y)}{1+d(x,z)+d(z,y)}$$
I'm not sure where to proceed from here.