Suppose $f: \mathcal{P}(X) \to \mathcal{P}(X)$ is a function that
satisfies, for every set $A,B \subseteq X$
$(I_1): f(X) = X$
$(I_2): f(A) \subseteq A$
$(I_3): f(A \cap B) =f(A) \cap f(B)$
$(I_4): f(f(A)) = f(A)$
Prove that there exists a unique topology $\mathcal{T}$ on $X$ such that for all $A \subseteq X$, $int(A) = f(A)$, where $intA := \{a \in A \mid A \in \mathcal{V}(a)\}$ denotes the interior of the set $A$, with respect to the topology $\mathcal{T}$
My attempt:
I defined $\mathcal{T}:= \{A \subseteq X \mid f(A) = A\}$
and I managed to prove with $I_1, I_2, I_3$ that this set is a topology, and that it is unique, if it exists. So I only need to show that it exists, for which I have to prove that $int(A) = f(A)$ whenever $A \subseteq X$
I know that $I_4$ will be crucial to show this, as I did not use it yet. How would I complete the proof?
Edit: I can show that $int(A) \subseteq f(A)$. I just need the other inclusion and I'm done!
For the other direction, let $B \subseteq X$ and let $y \in f(B)$. By definition of interior, it suffices to find a $U \subseteq B$ such that $y \in U$ and $f(U)=U$. Take $U=f(B)$.