Consider a bounded subset $A$ of a metric space $(X,d)$. Define the function $d_{A}:X \rightarrow \mathbb{R}$ as follows: $d_{A}(x)= \inf \{ d(x,a)| a \in A \}$. This function thus gives the distance from the set $A$. Now consider bounded sets $A$ and $B$. Show that for every $x \in X$: $d_{A \cup B}(x)= \min(d_{A}(x),d_{B}(x))$, $d_{A \cap B}(x) \geq max(d_{A}(x),d_{B}(x))$.
I find the first equality easy to prove, but I'm a little stuck on the second one. Can someone give me a hint? Thanks!