4

Let $(\mathbb{R}, \tau)$ be the countable complement topology on the real numbers. I want to know if: (i) $(\mathbb{R}, \tau)$ is metrizable, and if (ii) $(\mathbb{R}, \tau)$ is compact.

I think I have (ii) completed. Let $K_q=\mathbb{R}\setminus\mathbb{Q}\cup\{q\}$ where $q \in \mathbb{Q}$. Then $\bigcup\limits_{q \in \mathbb{Q}} K_q$ is an open cover of $(\mathbb{R}, \tau)$ that does not have a finite subcover.

Does (i) follow from the fact that $(\mathbb{R}, \tau)$ does not have a countable base?

emka
  • 6,494

1 Answers1

4

If $(\mathbb R, \tau)$ is metrizable, then it is must be Hausdorff, since every metrizable space is Hausdorff. However the space is not even Hausdorff.

Proof: for any distinct points $x, y \in \mathbb R$, and any open nbhd $U$ of $x$, and $V$ of $y$. Then $\mathbb R \setminus U$ and $\mathbb R \setminus V$ are both countable. Then $\mathbb R \setminus U \cup \mathbb R \setminus V$ is countable. However $\mathbb R$ is uncountable, so $\mathbb R \setminus (\mathbb R \setminus U \cup \mathbb R \setminus V)\not= \emptyset$, i.e., $U \cap V \not=\emptyset$, which witnesses that $(\mathbb R, \tau)$ is not Hausdorff, hence not metrizable.

It may be helpful for you.

Paul
  • 20,553
  • I'm not sure it follows that $\mathbb{R} \setminus U$ is countable for open $U$. For example, take $U = \mathbb{R} \setminus [0,1]$, which is open since it's complement is the uncountable, compact set $[0,1]$. – Austin Mohr May 12 '15 at 17:19
  • 1
    U is defined to be open if its complement is countable! – user202542 May 24 '17 at 18:45