My book has two adjacent exercises, in which $\partial A$ is the set of boundary points of $A$ (a subset of some metric space $X$) and $\overline{A}$ is the closure of $A$. The first asks me to prove that $\overline{A} = A \cup \partial A$, which was simple and is discussed in this question.
The second exercise asks me to prove that $\partial A = \overline{A} \cap \overline{A^c}$. I proved this one way that matches the book's solution, but I also have another proof that uses the first exercise, the fact that $\partial A = \partial A^c$, and DeMorgan's Laws.
\begin{align*} \overline{A} \cap \overline{A^c} &= \left(A \cup \partial A\right) \cap \left(A^c \cup \partial A^c\right) \\ &= \left(A \cup \partial A\right) \cap \left(A^c \cup \partial A\right) \\ &= \partial A \cup \left(A \cap A^c\right) \\ &= \partial A \cup \varnothing \\ &= \partial A \end{align*}
Is this a correct proof?