Problem: Given a metric space $(X, d)$, prove that $\mid d(x,z) - d(y,u)\mid \leq d(x,y) + d(z,u) , (x,y,z,u \in X)$.
The only thing I could think to use was the triangle inequality for each of $d(x,z)$ and $d(y,u)$, which gave me $d(x,z) + d(y,u) \leq d(x,y) + d(z,u) + 2d(y,z)$. I tried a few different things from that point, nothing worked however. I'm probably missing something fairly straightforward, can anyone help?