7

I need an example for a compact, Hausdorff, separable space which is not first-countable. I tried to look for it for some time without success...

RyArazi
  • 379

1 Answers1

11

The space $I^I$ (i.e., product of $\mathfrak c$-many copies of the unit interval $I=[0,1]$ is a compact Hausdorff space.

It is not first-countable, see here: Uncountable Cartesian product of closed interval

It is separable by Hewitt-Marczewski-Pondiczery theorem, see here: On the product of $\mathfrak c$-many separable spaces

As pointed out in a comment, we could also prove separability by directly showing that polynomials with rational coefficients form a countable dense subset. See also this answer for a similar approach in a slightly different space.

  • No big theorem is needed to show this space is separable. For example, polyomial functions with rational coefficients do the job. Given $\epsilon > 0$ and finitely many points $a_i,b_i$ in $I$, there exists a rational polynomial $p$ with $p(a_i) \approx_\epsilon b_i$. – Mike F Apr 17 '18 at 13:44