I need to prove that $d(y,z) + d(x,y) \geq d(x,z)$.
With $d(x,y) = \sqrt{(x_1-y_1)^2 + (x_2-y_2)^2}$.
I'm struggling to figure out how to work with the square roots especially when they're over an addition problem. Any help is appreciated.
Edit: to make this simpler. I think all I need to do is figure out how to add $\sqrt{(x_1-y_1)^2 + (x_2-y_2)^2}$ + $\sqrt{(y_1-z_1)^2 + (y_2-z_2)^2}$. Then I can do the a + b proof method. But I just can't figure out how to add those equations so it ends up equalling $\sqrt{(x_1-z_1)^2 + (x_2-z_2)^2}$.
Show this first when one of the points is the origin. Then reduce all other cases to this case by using a suitable translation.