Let X and Y be topological spaces, and let $f$ : $X$ → $Y$ be a function. I need to prove that the following definitions are equivalent:
(1) $f$ is continuous
(2) $∀A⊆X$, $f(Cl_X(A)) ⊆ Cl_Y(f(A))$
(3) $∀C⊆Y$ closed, $f^{-1}(C)$ is closed in $X$
(4) $∀V ⊆ Y$ open, there exists $U$ ⊆ $X$ open such that $f(U) ⊆ V$
I've proved the following equivalences: (1) = (3), (1) = (4). I want to show that (2) = (3) to complete the problem, but I don't quite get how to demonstrate the equivalence. I tried to use proof by contradiction but was unsuccessful, and I haven't been able to come up with a direct proof. Any advice?
(Note: $Cl_X(A)$ denotes the closure of $A$ in $X$).