3

Setup: Suppose that $X$ and $Y$ are topological spaces with the co-finite topology. Show that the product topology on $X\times Y$ need not be the co-finite topology.

Recall that the co-finite topology on $X$ is $\tau_x=\{\emptyset , A\subseteq X$ such that $A^c$ is finite$\}$. We also define the product topology as $\{\bigcup U\times V$ $|$ $U\in \tau_x,V\in\tau_y\}$.

Thoughts: I fail to see how the product topology need not be finite. For any example I think up, I keep trying to find some union of co-finite sets whose complement is infinite, but I can't seem to drum it up. Any hints are appreciated.

3 Answers3

2

Consider $X=Y=\mathbb{R}$ and $A=B=(-\infty,0)\cup (0,\infty).$ We have that

$$(A\times B)^c=\{(x,y)\in\mathbb{R}^2|xy=0\}$$ is not finite.

mfl
  • 29,849
  • 1
  • 31
  • 52
  • Thank you for your answer! That makes sense. For some reason, I was thinking that $(A\times B)^c = {(0,0)}$ (when working with examples like this), which is of course not the case. –  Oct 12 '17 at 18:54
  • I like this answer. Slick. – Randall Oct 12 '17 at 19:16
1

If $X$ and $Y$ are infinite and $y \in Y$, then $X\times\{y\}$ is an
infinite proper closed subset. Thus $X\times Y$ is not cofinite.

0

If $X$ and $Y$ are infinite, you can take a cofinite set of $A \in Y$ and check that $X \times A$ is not cofinite. Because $(X \times A)^{c} = X \times (Y - A)$ which is infinite.

Jordi
  • 748