4
$\begingroup$

So we have to prove (axiom of choice is given) that $\aleph_1$ which is the next aleph after $\aleph_0=\omega$ satisfies $$\aleph_1\leq A$$ given that $A$ is uncountable.

Here was my reasoning. The axiom of choice is equivalent to saying that any two cardinalities are comparable. Thus, assume that $A<\aleph_1$, by definition of the alephs, we must have that $|A|=\omega$ which means that $A$ is equinumerous with the naturals, the definition of countable. Hence, by contrapositive we are done.

Is this argument right? The professor said on the midterm we need to use transfinite recursion, but I dont see how.

  • 1
    That should be all there is to it (except that $|A|=\omega$ is not quite necessary; it could also be that $A$ is finite). Perhaps the intention of the professor's statement was that you need transfinite induction to prove that any set is equinumerous to an aleph number?2012-03-03
  • 2
    It reads: Use the Transifinite Recursion Theorem and the Axiom of Choice (but none of the consequences of Choice) to show that $\aleph_1\leq_c A$ for every uncountable set $A$.2012-03-03
  • 0
    Maybe you're meant not to use the fact that (assuming AC) any two cardinals are comparable.2012-03-03
  • 0
    But that is not a consequence, is something equivalent... Oh geez...I have a bad feeling about this. I did it on my midterm :(2012-03-03
  • 0
    It’s equivalent, but that means that it’s also a consequence: it was proved from AC. (AC was also proved from it, but that’s beside the point.) By *Axiom of Choice* in the problem statement your instructor evidently meant whatever form of AC you were given as the basic axiom.2012-03-03
  • 0
    How is it possible to use Axiom X in a proof without using any consequences of Axiom X? (At least the instructor should have written "_proper_ consequences".)2012-03-03

3 Answers 3

4

The fact any two cardinalities are comparable is probably one of the consequences of Choice that you're supposed not to use.

It looks more like the expected solution is to use transfinite induction up to $\omega_1$ to explicitly construct an injection $\omega_1\to A$.

With details depending on the exact formulation of AC and transfinite recursion you're using, it would look something like:

  1. Fix a choice function $\chi: \mathscr P(A)\setminus\{\varnothing\}\to A$.
  2. Define by transfinite recursion a function $f:\omega_1\to A$: $$ f(\alpha) = \chi(A\setminus\{f(\beta)\mid \beta\in\alpha\})$$
  3. Every $\alpha<\omega_1$ is at most countable, so $\{f(\beta)\mid\beta\in\alpha\}$ is at most countable, so $A\setminus\{f(\beta)\mid \beta\in\alpha\}$ must be nonempty, and the definition makes sense.
  4. $f$ is an injection, because if $\beta<\alpha<\omega_1$ then $f(\alpha)$ has explicitly been constructed to differ from $f(\beta)$.
  • 0
    How would I do that?2012-03-03
  • 0
    Answer extended with proof sketch (and proof sketch then simplified in a later edit).2012-03-03
  • 0
    Several things aren't clear to me but perhaps it's just the notation. What is $f_0$?2012-03-03
  • 0
    Okay, I see it now.2012-03-03
  • 0
    Intuitively I see why $A\backslash \{f(\beta)|\beta\in\alpha\}$ is non-empty, because uncountable is bigger than countable, but would I need proof of it?2012-03-03
  • 0
    @Daniel: Perhaps. But that's easy: It is clear by construction that $\{f(\beta)\mid \beta\in\alpha\}\subseteq A$ -- but if they are equal then $f$ restricted to $\alpha$ must be a _bijection_ $\alpha\to A$, and since $\alpha<\omega_1$ it is by definition at most countable.2012-03-03
2

Here's a proof that doesn't use the fact that (in the presence of AC) any two cardinals are comparable.

Using transfinite recursion, define a map $f\colon\omega_1\to A$ as follows. By AC, there is a choice function $C$ for the set of nonempty subsets of $A$. Put $f(0) = C(A)$. Suppose $\alpha>0$; assuming $f(\beta)$ is defined for every $\beta<\alpha$, put $f(\alpha) = C(A\smallsetminus\{f(\beta) : \beta<\alpha\})$. Then $f$ is an injection $\omega_1\to A$. $\square$

This is very similar to the proof from AC that every set can be well-ordered: at each stage the choice function $C$ provides a new value for your function $f$.

  • 0
    Where do I use the fact that $A$ is uncountable and that $\omega_1$ is the first cardinal after $\omega$?2012-03-03
  • 0
    The set $A\smallsetminus \{f(\beta) : \beta<\alpha\}$ is only guaranteed to be nonempty when $\alpha$ is countable. So the induction only works up to $\omega_1$, the first uncountable ordinal.2012-03-03
2

Zach’s version is what you’d normally find in practice. Here, in case you need it, is a version that uses the recursion theorem (in one of its common forms) a bit more explicitly:

Let $\xi:\wp(A)\setminus\{\varnothing\}\to A$ be a choice function. Define $\psi:{^{<\omega_1}A}\to A:g\mapsto\xi(A\setminus\operatorname{ran}g)$. The recursion theorem then says that there is a function $f:\omega_1\to A$ such that for each $\alpha<\omega_1$, $f(\alpha)=\psi(f\upharpoonright\alpha)$, and it’s easy to verify by transfinite induction that $f$ is injective.

Here ${^{<\omega_1}A}$ is the set of functions from ordinals less than $\omega_1$ to $A$.