For $x,y\in \mathbb R^n$ define $$d(x,y)={\|x-y\| \over \sqrt{1+\|x\|^2} \sqrt{1+\|y\|^2}}$$ Here $\|x\|$ is the euclidean norm of a vector. How to prove that $d$ (the spherical metric) is indeed a metric?
Progress so far:
- $d(x,y)\ge 0$ is obvious.
- $d(x,y) =0 \iff \|x-y\|=0 \iff x=y$, so the positivity holds.
- $d(x,y) = d(y,x)$ is clear from the formula, so symmetry holds.
But I am having difficulties with the triangle inequality. Writing it out in coordinates leads to a complicated inequality with square roots all over the place in denominators. Is there a better way?