[Question] $$ \left|\sqrt {x^2+y^2}-\sqrt {x^2+z^2}\right| \le |y-z| $$
[My Effort] $$ \begin{align} &I_1=\sqrt {x^2+y^2} \le |x|+|y|\\ &I_2=\sqrt {x^2+z^2} \ge \left||x|-|z|\right|\\ \implies\\ &I_1-I_2 \le |x|+|y|-\left||x|-|z|\right|=\begin{cases} |y|+|z|, &\mbox {if }(|x|\ge|z|)\\ 2|x|+|y|-|z|,&\mbox {if }(|x|<|z|) \end{cases} \end{align} $$ Either way, I can't reduce to $|y-z|$.
Thanks in advance!
This is exactly the (so called inverse) triangle inequality in $\mathbb R^2$ applied to the vectors $(x,y)$ and $(x,z)$: $$\left|\sqrt {x^2+y^2}-\sqrt {x^2+z^2}\right|=\left|\|(x,y)\|_2-\|(x,z)\|_2\right|\leq \|(x,y)-(x,z)\|_2\\ =\|(0,y-z)\|_2=\sqrt{0^2+(y-z)^2}=|y-z|$$