I had a question on what exactly I need to show in proving that the interior of the interior of a set is equal to the interior of a set.
I'm given a set $A\subset X$, where $X$ is a topological space, and I want to show $int(A) = int(int(A))$, where $int(A)$ is defined as the union of all open sets contained in $A$. Is the following proof valid?
Let $\mathcal{O}$ be the set of all open sets $O\subset A$ and $\mathcal{G}$ be the set of all open sets $G\subset int(A)$. We will show that if $S\in \mathcal{O} \implies S\in \mathcal{G}$. Suppose $S$ is open, $S\subset A$. Then $\forall x\in S, \exists \epsilon > 0$ s/t $N_{\epsilon}(x)\subset S$. By definition of $int(A)$, $int(A) = \cup_{O\in \mathcal{O}} O$, so in particular $S\subset int(A)$. But then $N_{\epsilon}(x)\subset S$ still holds so $S$ is open in $int(A)$, and therefore if $O\in \mathcal{O} \implies O\in \mathcal{G}$. Then the union of all $O$ in $\mathcal{O}$ is in the union of all $G\in \mathcal{G}$, so that $int(A) \subset int(int(A))$
Going the other way, if $S\subset int(A)$ and $S$ is open, then $\forall x\in S, \exists \epsilon > 0$ s/t $N_{\epsilon}(x)\subset S$. Since $int(A) \subset A$, $S\subset A$ and so $N_{\epsilon}(x)\subset S$ still holds, so $S$ is open in $A$, then $G\in \mathcal{G} \implies G\in \mathcal{O}$, so the union of all $G\in \mathcal{G}$ is in the union of all $O\in \mathcal{O}$, so $int(int(A))\subset int(A)$, and each is a subset of the other so they are equal.
Any help would be great.
Thanks!