Let $(X,d)$ be a metric space and $A$ is a subset of $X$.
$A^c$ is complement of $A$ in $X$.
Use only the following characterization of closed sets: $$A \text { is closed if it contains all it's limit points}$$ and show that $A^c$ closed $\Rightarrow$ for all $a\in A$ there exists $r>0$ such that $B(a,r)$ is contained in A.
My attempt: Suppose $a\in A$. Then $a\notin A^c$.
So $a$ is not the limit of any sequence in $A^c$. So we have that there exists $\epsilon>0$ such that $d(a,x)>\epsilon$ for all $x\in A^c$ so we can choose $r = \epsilon/2$.
Is this correct?