1

I tried $|d(x, z) - d(y, z)| \leq d(x, z) + d(y, z)$, but the the triangle equation goes the wrong side. Is there an analogue to the reverse triangle inequality with metrics? The reason I want to know this is to proof that $d(x, A)$ is continious where $A$ is a set. (Let $|x - y| < \delta$, then after some algebra $|d(x, A) - d(y, A)| = \inf(\{|d(x, a) - d(y, a)| \ | \ a \in A \})$.

user388557
  • 2,544

1 Answers1

1

$d(x,y) + d(y, z) \geq d(x, z)$ so $d(x,y) \geq d(x,z) - d(y,z)$. Similarly, $d(y,x) + d(x,z) \geq d(y,z)$ so $d(x,y) \geq d(y,z) - d(x,z)$. Hence, $d(x,y) \geq |d(y,z) - d(x,z)|$.

B. Mehta
  • 12,774