Let $(X, d_x)$ and $(Y, d_y)$ be metric spaces. I was given distance functions:
$d_1((x_1,y_1),(x_2,y_2)) = d_x(x_1, x_2)+d_y(y_1,y_2)$ $d_\infty ((x_1,y_2), (x_2, y_2) = max \{d_x(x_1, x_2), d_y((y_1, y_2)\}$.
I'm trying to prove that these are metric spaces by proving they meet the three axioms (positivity, symmetry and triangle law). The first two conditions are quite trivial. I'm having difficulty proving the third one, where $d(x,y) \leq d(z,y) + d(x,z)$. Help would be very much appreciated.