$(X,d)$ is a metric space. $x,y,z \in X$
Now I have to proof that $(X,d_2)$ is also a metric space. To show that $d_2(x,y)=0 \leftrightarrow x=y $ and $d_2(x,y) = d_2(y,x)$ are correct was quite trivial. But with the 'triangle inequality' ($d_2(x,y) \leq d_2(x,z)+ d_2(z,y)$) I have my problems.
I have started like this:
$$ d_2(x,y) = \frac{d(x,y)}{d(x,y)+1} = 1-\frac{1}{d(x,y)+1} \leq 1-\frac{1}{1+d(x,z)+d(z,y)}$$
But I don't know how to get further. Hints are welcome :)