8

For a continuous function $f:X\longrightarrow Y$ of topological spaces with subsets $A$ and $B$ of $X$ satisfying $\overline{A}=\overline{B}$, is it true that $\overline{f(A)}=\overline{f(B)}$? Intuitively it seems so, but if someone could walk me through how this could be proved, I would be very grateful, regards.

Mathmo
  • 4,883

3 Answers3

6

You might also observe that

PROPOSITION $f:(X,\mathcal I)\to (Y,\mathcal L)$ is continuous if and only if for each $A\subseteq X$, $f(\bar A)\subseteq \overline{f(A)}$

PROOF Suppose that $f$ is continuous. Given a subset $A$, we have $f(A)\subseteq \overline{f(A)}$, which means $A\subseteq f^{-1}f(A)\subseteq f^{-1}\overline{f(A)}$. This last set is closed, so $\bar A\subseteq f^{-1}\overline{f(A)}$, which means $f(\bar A)\subseteq \overline{f(A)}$.

Conversely, suppose that $f(\bar A)\subseteq \overline{f(A)}$ for each $A\subseteq X$. Let $F$ be closed in $Y$. Then $f(\overline{f^{-1}(F)})\subseteq \overline{f({f^{-1}(F)})}\subseteq \bar F=F $. Thus $\overline{f^{-1}(F)}\subseteq f^{-1}(F)$. Since the converse always holds, we have $f^{-1}(F)=\overline {f^{-1}(F)}$, so this set is closed and $f$ is continuous.

NOTE From the above proposition, we can see the condition $f(\bar A)\subseteq \overline{f(A)}$ for each $A\subseteq X$ can be taken as the definition of continuity in closure spaces.

Pedro
  • 122,002
5

Here is a hint/partial answer. Because $\bar{A}=\bar{B}$, we have $A \subseteq \bar{B}$ and $B \subseteq \bar{A}$. Hence $\overline{f(A)} \subseteq \overline{f(\bar{B})}$ and $\overline{f(B)} \subseteq \overline{f(\bar{A})}$. If $\overline{f(\bar{B})} = \overline{f(B)}$ and $\overline{f(\bar{A})} = \overline{f(A)}$ then we are done.

Therefore, it is sufficient to prove that, for every set $C \subseteq X$, $\overline{f(C)} = \overline{f(\bar{C})}$. The left to right inclusion for these two sets is immediate because $C \subseteq \bar{C}$. The right to left inclusion $\overline{f(\bar{C})} \subseteq \overline{f(C)}$ is all that's left.

Carl Mummert
  • 81,604
5

Pick $y\in \overline {f(A)}$ and a let $U$ be an open neighbourhood of $y$. We must show that $U\cap f(B)\ne \emptyset$. Since $f(A)\cap U\ne\emptyset$ there is a $x_0\in A$ so that $f(x_0)\in U$. Now, $x_0\in \overline B$ and $f^{-1}(U)$ is an open neighbourhood of $x_0$. Hence there exists $x_1\in B\cap f^{-1}(U)$. Therefore $f(x_1)\in U\cap f(b)$ which implies that $y\in \overline {f(B)}$.

azarel
  • 13,120