prove triangular inequality for $$ d(x,y)= \frac{||x-y||}{1+||x-y||}$$ that is $d(x,y) \leq d(x,z)+d(z,y)$ ofcourse ||.|| is a norm and has properties of norms
this usually works $$ \begin{aligned} d(x,y) = &\frac{||x-z+z-y||}{1+||x-y||} \\ & \leq \frac{||x-z|| +|| z-y||}{1+||x-y||} = \frac{||x-z||}{1+||x-y||} +\frac{||z-y||}{1+|x-y|} \\& \vdots \\ & =\frac{||x-z||}{1+||x-z||} +\frac{||z-y||}{1+|z-y|}=d(x,z)+d(z,y) \end{aligned}$$ therefore $d(x,y) \leq d(x,z)+d(z,y)$
but this dosent work. the next thing to do for mylself is try to go the other way start with right side of $\leq $ and get the other side. thiniking need to use schartz inequality. if this was on a quiz or test it would be taking too much time for me
second way attempt (I think it is closer) $$ \begin{aligned} d(x,z)+d(z,y) &= \frac{||x-z ||}{1+|x-z||}+\frac{||z-y ||}{1+||z-y||} \\ & = \frac{||x-z ||}{1+|x-z||} * \frac{1+||z-y||}{1+||z-y||} +\frac{||z-y ||}{1+||z-y||} * \frac{1+|x-z||}{1+|x-z||} \\&=\frac{||x-z||+||x-z|||z-y||}{1+||z-y||+||x-z||+||x-z|||z-y||} +\frac{||z-y||+||z-y||||x-z||}{1+||z-y||+||x-z||+||x-z|||z-y||} \\&=\frac{||x-z||+||x-z|||z-y||+_||z-y||+||z-y||||x-z||}{1+||z-y||+||x-z||+||x-z|||z-y||} \\&= \frac{2||x-z|| ||z-x||}{1+||z-y|| ||x-z||} \\& \vdots (missing steps, ) \geq \frac{||x-y|||}{1+||x-y||}=d(x,y) \end{aligned}$$ stuck, im going to be stubborn and still try to finish this proof later hopefully and think is done diff from the "duplicate"excersises (but I just glanced at them). after some thinking, The duplicate does answer the question way elegantly and I did a stupid mistake on my second attempt on second to last line.