1

If $Y$ is compact and $f : X \rightarrow Y$ is a map whose graph $G = \{ (x,f(x) : x \in X\}$ is closed in $X \times Y$ , then $f$ is continuous.

Let $C \subseteq Y$ be a closed. Let $x \in X - f^{-1}(C)$. We want to show that there is an open neighborhood $U$ of $x$ in $X - f^{-1}(C)$.

For each $c \in C$, that there is an open neighborhood $U_c \times V_c$ of $(x,c) \in (X \times Y)-G$, since the graph is closed. Since $Y$ is compact, a finite number of the $V_c$ cover $C$. Denote them as $V_{c_1}, ... , V_{c_N}$ for some $N \in \Bbb{N}$. We claim that $\bigcap_{i=1}^N U_i$ is an open neighborhood of $x \in X - f^{-1}(C)$.

Suppose, for contradiction, that we have $f^{-1}(c) \in \bigcap_{i=1}^N U_i$ for some $c \in C$. We know that $c \in V_i$ for some $1 \leq i \leq N$. Since $f^{-1}(c) \in \bigcap_{i=1}^N U_i$, $f^{-1}(c) \in U_i \implies (f^{-1}(c), c) \in U_i \times V_i$ contradicting the fact that $U_i \times V_i \subseteq (X \times Y) - G$.

Is my answer correct?

Artus
  • 973
  • Say: "We claim that $\cap_{i=1}^N U_i$ is an open neighbourhood of $x$ that is disjoint from $f^{-1}[C]$", which is what you proceed to show. Also, $f^{-1}(c)$ is not unique, so say: suppose there is some $p \in \cap_{i=1}^N U_i$ with $f(p) \in C$, then $f(p) \in V_i$ etc. The other ideas are essentially OK. – Henno Brandsma Jun 11 '14 at 12:27

3 Answers3

1

Your answer is al(most)right just a few things to mention :

  • Choose C such that the complement of the pre image is non empty.
  • you don't want to show that the pre image of the intersection is a neighborhood of x (this holds by definition) but that it is contained in the complement of the pre image of C
  • you write that the pre image of $c \in C $ is an element but this is rather a set. You can choose a point $y \in f^{-1} $ which then maps to c.

(Sorry for typos I'm writing from my mobile phone)

Daniel Valenzuela
  • 6,305
  • 12
  • 20
  • The first point is irrelevant. We need $f^{-1}[C]$ to be closed in $X$ so we need to show something for all $x$ in its complement. If it is empty, we don't care, then it's true anyway! So starting with let $x \in X \setminus f^{-1}[C]$ etc. is fine. – Henno Brandsma Jun 11 '14 at 13:28
  • That is precisely what it means. But you could also say it in two sentences, rather than one - you are right! – Daniel Valenzuela Jun 11 '14 at 14:07
1

As $Y$ is compact, the projection $\pi: X \times Y \rightarrow X$ is a closed (and continuous) map. E.g this is proven here, among other places.

Let $C$ be closed in $Y$, we need (for continuity of $f$) that $f^{-1}[C]$ is closed in $X$.

Note that $$f^{-1}[C] = \pi[(X \times C) \cap G]$$

As $X \times C$ is closed in $X \times Y$ and $G$ is closed as well, we have that $f^{-1}[C]$ is the image of a closed set under the closed map $\pi$, so is closed, as required.

Henno Brandsma
  • 242,131
1

You may also be interested in another approach to this theorem based on nets and subnets rather than on open covers, see Chapter 3 in http://www.apronus.com/math/MRWojcikPhD.htm.