I'm to check if:
$$p(x,y) = d(x, y) \cdot r(x,y)$$
is a metric, where $d(x, y)$, $r(x, y)$ are metrics and $x, y \in X$.
It is easy to prove for all $x, y \in X$ that:
1) $p(x,y) \ge 0$
2) $p(x,y) = 0 \iff x = y$
3) $p(x, y) = p(y, x)$
However it's not so easy to check the triangle inequality:
$$ p(x, y) \le p(x, z) + p(z, y)\;\text{ for }x, y, z \in X $$
I would appreciate any help!