We know that if $X,Y$ are topological spaces, then $f: X \to Y$ is continuous if and only if $f(\overline{E}) \subseteq \overline{f(E)}$, for all $E \subseteq X$.
I started studying nets by myself properly, and I think that the best way to get used to it is proving stuff using it. So I want to prove that assertion using nets. I am not interested in another proofs of the fact now.
I am having trouble in one of the implications.
- $\implies$: Suppose that $f$ is continuous. Let $E \subseteq X$ be any set. If $\overline{E} = \varnothing$, there is nothing to do. If $\overline{E} \neq \varnothing$, take $y \in f(\overline{E})$. Write $y = f(x)$, with $x \in \overline{E}$. Then we can take a net $(x_\alpha)_{\alpha \in A} \subseteq E$ such that $x_\alpha \to x$. Since $f$ is continuous, $f(x_\alpha)\to f(x) = y$. But $f(x_\alpha) \in f(E)$ for all $\alpha \in A$ will give us $y \in \overline{f(E)}$, so $f(\overline{E})\subseteq \overline{f(E)}$ and we're done.
So far, so good.
- $\impliedby$: Let $(x_\alpha)_{\alpha \in A} \subset X$ such that $x_\alpha \to x$. If we check that $f(x_\alpha)\to f(x)$, we're done. Let $V \subseteq Y$ be a neighbourhood of $f(x)$. Since $x_\alpha \to x$, we have $x \in \overline{\{x_\alpha \in X \mid \alpha \in A\}}$, so that the hypothesis gives: $$f(x) \in f(\overline{\{x_\alpha \in X \mid \alpha \in A\}})\subseteq \overline{f(\{x_\alpha \in X \mid \alpha \in A)}.$$Hence $V \cap f(\{x_\alpha \in X \mid \alpha \in A\})\neq \varnothing,$ and we obtain $\alpha_0 \in A$ such that $f(x_{\alpha_0}) \in V$. Since I just followed my nose so far, I'd expect that $\alpha \succeq \alpha_0$ would imply $f(x_\alpha) \in V$, ending the proof. But I couldn't show that.
Can someone help me? Thanks.