Let $X$ be an nonempty set. Consider a topological space $(X,T)$, let $A$ be a set. Prove that $A \in T $ iff $A = Int(A)$ where $Int (A)$ means the set containing all interior points.
My attempt: $(\Leftarrow)$ $\forall x \in A, \exists V_x \in T$ containing $x$ s.t. $V_x \subset A$. Then $A=\bigcup_{x\in A}V_x$ and by definition $A \in T$
But how can I prove the reverse direction?
Thank you!