In general, what is the relation between the set of all accumulation points of a a subset of a metric space, say $A$, and its closure ?
For any $a \in A$, if $a \in IntA$, then $a \in Accum(A)$. However, I could not derive the same thing for the boundary of $A$
Edit:
These are the definitions that I'm using:
$$\{\text{accumulation points of }A\} = \{ a\in E | \forall \epsilon > 0 \quad (B(a, \epsilon) - \{a\} )\cap A \not = \emptyset\}$$
$$\partial(A) = \{ a \in E | \forall \epsilon >0 , B(a, \epsilon) \cap A \not = \emptyset \quad and \quad B(a, \epsilon) \cap A^c \not = \emptyset \}$$
$$\{\text{accumulation points of }A\} = int(A) \cup \partial (A)$$