The problem I'm trying to solve is
Prove that $d(a, B \cup C)$ is the smaller of $d(a,B)$ and $d(a,C)$ for a point $a$ and subsets $B, C$ of a metric space.
So I think what I need to show is that $d(a, B\cup C) = \min(d(a,B), d(a,C))$
It's obvious that $d(a, B\cup C) \le d(a,B), d(a,C)) $
So I suppose without loss of generality that $d(a, B)$ is less than $d(a, C)$ and try to show that $d(a, B) \le d(a,B\cup C)$ . This way I can show that the two are equal and I'm done.
I'm trying to prove this using the definition of infimum but have been unsuccessful so far. Any advice on the approach I should be taking? Maybe this isn't the right approach in the first place.
Hint: Try to prove $\inf (X\cup Y) = \min(\inf X, \inf Y)$ for $X,Y\subseteq\mathbb R_{\ge 0}$ first.