[Math] How to prove there exists an uncountable well-ordered set without using axiom of replacement

set-theorywell-orders

It seems we must use the fact that every well-ordered set is isomorphic to a unique ordinal, which depends on the axiom of replacement, to prove the existence of an uncountable well-order set. Can anyone provide an alternative proof?

Best Answer

Yes, we can prove the existence of an uncountable well-ordered set without Replacement.

In Z alone (= ZF without Replacement), we can prove the existence of the set $X$ of equivalence classes of well-orderings of $\omega$ modulo order-isomorphism. It's easy to prove that $X$ is uncountable; the only remaining task is to show that $X$ is well-ordered by "$[x]\triangleleft[y]$ iff $x$ order-embeds as an initial segment of $y$" (this relation is clearly well-defined).

It's worth taking a bit of care here, however: the linearly-ordered-ness of $X$ depends on the ability to compare well-orderings, and this is a accomplished via transfinite recursion, but often arguments via transfinite recursion rely on Replacement. This is a reasonable source of worry, but it turns out to not be an issue here: since the "target" of our recursion is a set already, we don't actually need Replacement (see Eric's comment below).

Let me sketch how we can prove that $X$ is linearly ordered by $\triangleleft$ without relying on Replacement:

  • Say that $\alpha:A\rightarrow B$ is an initial segment embedding (where $A, B$ are linear orders) if it is order-preserving and has range an initial segment of $B$ (possibly all of $B$). We can show without Replacement that if $A, B$ are well-orderings, then there is at most one initial segment embedding from $A$ to $B$. (Think about the least element of the domain on which the two embeddings disagree ...)

  • Now suppose $A, B$ are well-orderings of $\omega$ and there is no initial segment embedding of $B$ into $A$ (that is, $B\not\trianglelefteq A$); we want to show that there is an initial segment embedding of $A$ into $B$ with range a proper subset of $B$ (so $A\triangleleft B$).

  • Let $S$ be the set of $a\in A$ such that there is an initial segment embedding from $(a)_A:=\{a'\in A: a'\le_Aa\}$ to $B$. Each $a\in S$ corresponds to a unique element $\hat{a}$ in $B$ by the observation two bulletpoints above; it's easy to see that the (a priori partial) map $m:\alpha\mapsto\hat{\alpha}$ exists and is an initial segment embedding.

  • Note that $m$ can't be surjective; otherwise, inverting $m$ would give an initial segment embedding of $B$ into $A$.

  • Now suppose $dom(m)$ is not all of $A$. Let $s$ be the $A$-least element of $A\setminus S$ and (by the above bulletpoint) let $t$ be the $B$-least element of $B\setminus ran(m)$. Then we can extend $m$ to a strictly larger partial initial segment embedding by sending $s$ to $t$, which is a contradiction.

  • So $dom(m)=A$; that is, $A\triangleleft B$.

It now only remains to show that $X$ has no $\triangleleft$-descending sequences, but this proceeds exactly as usual.


So the existence of big ordinals is much murkier than the existence of big well-orderings (indeed, ZC doesn't even prove that $\omega+\omega$ exists!). You should think of ordinals as being "normal forms" of well-orderings: in general, we need Replacement to show that an arbitrary well-ordering has a normal form.