This is a follow up to a well known question
Showing $\rho (x,y)=\frac{d(x,y)}{1+d(x,y)}$ is a metric
A general proof is as follows: Let $x,y,z \in (X, \rho)$
\begin{align} \rho(x,z) &= \dfrac{d(x,z)}{1+d(x,z)}\\ & \leq \dfrac{d(x,y)+d(y,z)}{1+d(x,y)+d(y,z)}\\ &= \dfrac{d(x,y)}{1+d(x,y)+d(y,z)} + \dfrac{d(y,z)}{1+d(x,y)+d(y,z)} \\&\leq \rho(x,y) + \rho(y,z) \end{align}
This might be very simple but how do you rigorously argue that
$$\dfrac{d(x,z)}{1+d(x,z)}\leq \dfrac{d(x,y)+d(y,z)}{1+d(x,y)+d(y,z)}$$
If only the numerator guy got bigger due to triangle inequality, then I would have no problem. However, the thing in the denominator also got bigger. How do we know that this inequality holds?