2

Let $f:X\to Y$ be a map between first countable Hausdorff spaces for which $f^{-1}(K)$ is compact, for all compact $K\subseteq Y$. Show that $f$ is a closed map.

My attempt:

Let $F\subseteq X$ be closed in $X$. I want to show that $Y\backslash f(F)$ is open in $Y$. Take $y\in Y\backslash f(F)$, then $\forall z\in f(F)\subseteq Y: z\ne y. $ Since $Y$ is Hausdorff, there exist $U_z, V_z \in \tau_Y$ such that $z\in U_z, y\in V_z, U_z \cap V_z =\emptyset$ (as this holds for all $z\in f(F)$, we will specify this $z$-dependency when writing down the Hausdorff sets). Now, I believe that $$ Y\backslash f(F) = \bigcup_{z\in f(F)} V_z \in \tau_Y.$$ Proof of the equality: Let $y\in Y\backslash f(F)$, then $y\in V_w$ for some $w\in f(F)$ because $Y$ is Hausdorff and $y\ne w$, which proves the $\subseteq$-inclusion. Now let $y$ be an element of the union, then there is some $z\in f(F)$ for which $y\in V_z\subseteq Y$. It remains to show that $y$ cannot be an element of $f(F)$. Suppose it is, then $V_z \cap f(F)\ne \emptyset$. Note that $U_z\cap f(F)$ is an open neighborhood of $z$ (in $f(F)$), for which the intersection with $V_z$ is empty (as $V_z$ and $U_z$ are disjoint, Hausdorff). Now, I'm stuck. I can't find an argument to show that this assumption will result in a contradiction. I haven't used the first countability and the compactness property of $f$ yet, but I can't find a good application for them.

I would like to know if my approach is correct, if so, how to finish the proof?

Thanks.

Sahiba Arora
  • 11,065
MyWorld
  • 2,478
  • 1
    You had first fixed $y \in Y \setminus f(F)$ and your $V_z$ was such that $y \in V_z$ for all $z.$ But this certainly need not be true for any other element of $Y \setminus f(F).$ So the $\subseteq$ inclusion is incorrect. – Sahiba Arora May 20 '20 at 08:56
  • 1
    By the way, you have only used Hausdorff conditions in your proof. In fact, the result is not true if merely $X$ and $Y$ are Hausdorff. – Sahiba Arora May 20 '20 at 09:01

2 Answers2

4

A correction of Sahiba's answer:

Suppose $F$ is closed and let $y \in \overline{f[F]}$. As $Y$ is first countable there is a sequence $y_n \in f[F]$ such that $y_n \to y$ in $Y$.

Then $K=\{y_n: n \in \Bbb N\} \cup \{y\}$ is compact (in any open cover some element covers $y$, and thus almost all $y_n$, by convergence, etc.). This holds in any space. Write $y_n = f(x_n), x_n \in F$.

Then $f^{-1}[K]$ is compact by assumption and so $(x_n)_n \subseteq f^{-1}[K]$ has a convergent subsequence $(x_{n_k})_k$ convergent to $x \in f^{-1}[K]$. (In $X$ compactness and sequential compactness are equivalent.) As $F$ is closed and all $x_n \in F$ we have that $x \in F$.

By continuity $y_{n_k}= f(x_{n_k}) \to f(x) \in f[F]$ but also $y_{n_k} \to y$ and so by Hausdorffness of $Y$ (this is where we use it) $y=f(x)$ so $y \in f[F]$. This shows that $f[F]$ is closed.

Henno Brandsma
  • 250,824
1

As mentioned in the comments, the $\subseteq$ inclusion need not be true. Moreover, you only used the Hausdorff property in your attempt which is in general not sufficient as illustrated by Eric Wofsey.

Proof: Suppose $f(F)$ is not closed, then there exists $y \in \overline{f(F)}\setminus f(F).$ Thus there exists a sequence $(y_n)$ in $f(F)$ such that $y_n \to y.$ Then $B=\{y_n:n \in \mathbb{N}\}\cup \{y\}$ is compact which gives $f^{-1}(B)$ is compact. Choose $x_n \in f^{-1}\{y_n\}\subseteq F.$ Then $x_n$ has a convergent subsequence $x_{n_k} \to x,$ say. Moreover $f \in F$ since $F$ is closed. So $$y=\lim f(x_{n_k})=f(x)\in f(F),$$ which is a contradiction.

Sahiba Arora
  • 11,065