4
$\begingroup$

How do you show, assuming the Axiom of Choice and the Continuum Hypothesis, that there exists a well-ordering on $[0,1]$ such that for all $x$, there are only countably many $y$ such that $y \leq x$?

  • 0
    I think that is not possible. Given any $x=0,a_1a_2a_3a_4\dots a_n$, any $y=0,a_1a_2a_3a_4\dots a_na_j$ will do the job. Am I wrong?2012-04-30
  • 4
    Perhaps giving it the order type of $\omega_1$?2012-04-30
  • 0
    Could you explain further?2012-04-30
  • 0
    Are you familiar with infinite ordinal numbers? If you are, the construction is very easy; if not, it will take a bit more explanation.2012-04-30
  • 0
    I'm familiar with the 'basic' infinite ordinals like $\omega$, less so with $\omega_1$.2012-04-30
  • 0
    Good; then you can probably make sense of Arturo's answer, though you may need to give it a bit of thought.2012-04-30

2 Answers 2

8

If CH holds and AC both hold, then $[0,1]$ (which is bijectable with $\mathbb{R}$, hence with $2^{\aleph_0}$) is bijectable with $\omega_1$, the first uncountable ordinal. Let $f\colon [0,1]\to\omega_1$ be a bijection, and define the order with $x\leq y\iff f(x)\preceq f(y)$ (the right hand side is the usual ordering of ordinals).

Since $\omega_1$ is the first uncountable ordinal, every element of $\omega_1$ has only countably many elements strictly smaller than it, so for every $\alpha\in\omega_1$, $\{a\in\omega_1\mid a\preceq\alpha\}$ is countable. Thus, for any $x\in [0,1]$, only countably many reals can be strictly smaller than $x$ in this ordering.

  • 0
    So I can see how you need CH to show that $\omega_1$ can be bijected with $\mathbb{R}$ (otherwise you just know that $\omega_1$ is uncountable), but I'm not sure how AC comes into play.2012-04-30
  • 2
    @Patrick: without some choice, you might not have a well ordering of $[0,1]$, so you couldn't have the bijection with $\omega_1$.2012-04-30
  • 2
    @Patrick: You need AC to be sure that $[0,1]$ ($\mathbb{R}$) is bijectable with a cardinal. In some models of ZF without Choice, $\mathbb{R}$ is a countable union of countable sets, and so cannot be bijected with a cardinal (since such a cardinal would necessarily be countable, but we know that $\mathbb{R}$ is not countable).2012-04-30
  • 0
    Ah, ok. Thanks!2012-04-30