$X$ is called metrizable Lindelöf space if $X$ is a metrizable space and every open covering of $X$ contains a countable subcovering. Would you help me prove that $X$ has a countable basis? Thanks
-
This question from Munkres book exercise 30 – beginner Nov 10 '12 at 06:26
-
1Note that every compact space is Lindelöf, so this result implies the one in your other question. – Brian M. Scott Nov 10 '12 at 06:27
3 Answers
HINT: Essentially the same hint that I gave for this question works here. For each positive integer $n$ let $\mathscr{U}_n=\left\{B\left(x,\frac1n\right):x\in X\right\}$; this is an open cover of $X$, so it has a countable subcover $\mathscr{B}_n$. Consider $\mathscr{B}=\bigcup_{n\in\Bbb Z^+}\mathscr{B}_n$.
- 616,228
In the metrizable space $X$, the following conditions are equivalent, cf. General Topology by Engelking Page 255:
$X$ is separable
$X$ is second countable
$X$ is Lindelöf
$X$ has countable extent
$X$ is star countable
$X$ is CCC
I didn't want to start a new thread but wanted to see if my proof is kosher.
Note: This proof requires the assumption that every metrizable space with a countable dense subset has a countable basis.
Let $X$ be a metrizable Lindelhof space.
(Then as above)
For each positive integer $n$ let $\mathscr{U}_n=\left\{B\left(x,\frac1n\right):x\in X\right\}$; this is an open cover of $X$, so it has a countable subcover $\mathscr{B}_n$. Consider $\mathscr{B}=\bigcup_{n\in\Bbb Z^+}\mathscr{B}_n$.
I want to show $\mathscr{B}$ is dense in $X$.
Let $x\in X$, then let $B(x,\epsilon)$ be a basis element containing $x$. Then there exists an $n$ s.t. $x\in B(x', n)$ for some $x'$. But this implies that $x' \in B(x,\epsilon)$. So $x$ $\in \overline{\mathscr{B}}$, therefore $\overline{\mathscr{B}} = X$. Therefore $X$ has a countable basis since it contains a countable dense subset.
- 2,538