The distance between a point $x$ and a set $A$ is defined as $\operatorname{dist}\left(x,A\right)=\inf\left\{d\left(x,a\right):a\in A\right\}$.
Assume that $x\notin A$. My question is, if $\operatorname{dist}\left(x,A\right)=0$, then does that mean for some $a\in A$, that $d\left(x,a\right)=0$ and that $x=a$, from the definition of a metric? But then that would mean $x\in A$? Or would it be more like that $a$ is in the open ball $B\left(x,\epsilon\right)$ for all $\epsilon>0$?