I want to prove the following: Prove that $d(a, B \cup C):=inf \{d(a,z); z\in 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.
My attempt so far:
$d(a,B \cup C) \leq d(a,B)$ and $d(a,B \cup C) \leq d(a,C)$. Hence $d(a,B\cup C)\leq min \{d(a,B), d(a.C)\}$ Now I want to assume that $d(a,B\cup C)< min \{d(a,B), d(a.C)\}$ and look for a contradiction. Now I am not sure if the following is correct: $\exists$ $z \in(B\cup C)$ s.t. $d(a,z)\leq d(a,B\cup C) + \epsilon $ for all $\epsilon>0$. From there I think I can get the contradiction I want but is the last step above true? If so can anyone convince me it is?