Let $(X,\mathcal{T})$ be a topological space, and $A\in\mathcal{T}$.
I'm trying to prove that the interior of the boundary of an open set $A$ is empty.
Note: We define the boundary of $A$ as $\partial A = (\text{cl}\,A) \setminus \text{int}A$
What I've tried is:
$$\text{int}(\partial A) = \text{int}(\text{cl}\,A \setminus\text{int}\,A) = \text{int}(\text{cl}\, A) \setminus A \quad(A \text{ is an open set} \Rightarrow \text{int}\,A = A)$$
Now my question is: $\text{int}(\text{cl}\,A) \subset A$ ? If that's true then $\text{int}(\partial A) = \text{int}(\text{cl}\, A) \setminus A \subset A\setminus A = \varnothing$ and that's it.
If not, how can I approach this problem?