The standard topological definition of continuity is as follows:
Definition: Continuity
Let $(X, \mathcal{T}_X)$ and $(Y, \mathcal{T}_Y)$ be topological spaces. A function $f : X \to Y$ is said to be continuous if for each open subset $V$ of $Y$, the set $f^{-1}(V)$ is an open subset of $X$.
In other words $f$ is continuous if for each $V \in \mathcal{T}_Y$, we have $f^{-1}(V) \in \mathcal{T}_X$.
But can we alternatively define continuity in the following way:
Possible Alternate Definition?: $f$ is continuous if for each $W \in \mathcal{T}_X$, we have $f(W) \in \mathcal{T}_Y$
But if we take $W = f^{-1}(V) \in \mathcal{T}_X$, then $f(W) = f(f^{-1}(V)) \subset V \in \mathcal{T}_Y$, but I don't think that $f(f^{-1}(V))$ needs to be open in $Y$ (as $f(f^{-1}(V)) \subset V$) , which leads me to believe that we cannot define continuity in the proposed way above.
Am I correct, or can we define continuity in the following way? If we cannot define continuity in the following way, are there any other (perhaps more intuitive) reasons why we cannot define continuity in arbitrary topological spaces in the proposed way above.
Let $f:X \to Y$. Then
$f$ is continuous $\iff$ for all $A \subseteq X$, $f(\overline{A}) \subseteq \overline{f(A)}$. This is theorem 18.1 in munkres
– Andres Mejia Jan 16 '17 at 20:45