Prove that $f:X \rightarrow Y$ is open iff $f(Int(A)) \subset Int(f(A)), \ A \subset X.$
Right direction:
If $f$ is open then it transforms open sets into open sets. Let $A \subset X$. $Int(A)$ is open in $X$, so $f(Int(A))$ is open in $Y$, which means $f(Int(A))=Int(f(Int(A))) \subset Int(f(A))$.
I can't get to prove the other direction.
Suppose that $f(Int(A))\subset int(f(A))$. Let $U$ be an open subset, $int(U)=U$, we have $f(U)=f(int(U))\subset int(f(U))$, since $int(f(U))\subset f(U)$, we deduce that $f(U)=int(f(U))$ and henceforth $f(U)$ is open.