Given $(X,d)$ a metric space for subsets $A,B$ of $X$, define $$d(A,B)=\inf\{d(a,b):a\in A,b\in B\}$$
could any one confirm me with logic which of the following are/is true and false?
if $\bar{A}\cap\bar{B}=\phi$, then $d(A,B)>0$
if $d(A,B)>0$ then there exists open sets $U\supsetneq A,V\supsetneq B$, $U\cap V=\phi$
$d(A,B)=0$ iff there exist a sequence of points $\{x_n\}$ in $A$ converging to a point in $B$.
well, I took several example from $\mathbb{R}$ and found that $1$ is true, as any metric space is normal $2$ is also true, $3$ is true as in that case $x\in \bar{A}\cap\bar{B}$ and hence by the definition it is true. Thank you.