ConceptComplete

Well-Orderings and Ordinal Numbers

Ordinal numbers generalize the concept of "position in a sequence" to infinite well-ordered sets, providing canonical representatives for each order type.


Well-Ordered Sets

Definition4.1Well-ordering

A well-ordering on a set AA is a total order \leq such that every nonempty subset of AA has a least element. The pair (A,)(A, \leq) is called a well-ordered set. Equivalently, there are no infinite strictly decreasing sequences a0>a1>a2>a_0 > a_1 > a_2 > \cdots in AA.

ExampleExamples and non-examples
  • (N,)(\mathbb{N}, \leq) is well-ordered.
  • ({0,1,2,,ω},)(\{0, 1, 2, \ldots, \omega\}, \leq) where ω\omega is "after all naturals" is well-ordered.
  • (Z,)(\mathbb{Z}, \leq) is not well-ordered: Z\mathbb{Z}^- has no least element.
  • (Q[0,1],)(\mathbb{Q} \cap [0,1], \leq) is not well-ordered: {1/n:n1}\{1/n : n \geq 1\} has no least element.
  • Any finite totally ordered set is well-ordered.

Von Neumann Ordinals

Definition4.2Ordinal number (von Neumann)

A set α\alpha is an ordinal if:

  1. α\alpha is transitive: xyα    xαx \in y \in \alpha \implies x \in \alpha.
  2. α\alpha is well-ordered by \in.

The class of all ordinals is denoted Ord\mathbf{Ord}. The first few ordinals are:

0=,1={0}={},2={0,1},3={0,1,2},0 = \emptyset, \quad 1 = \{0\} = \{\emptyset\}, \quad 2 = \{0,1\}, \quad 3 = \{0,1,2\}, \quad \ldots

Each ordinal α\alpha equals the set of all ordinals less than α\alpha: α={β:β<α}\alpha = \{\beta : \beta < \alpha\}.

Definition4.3Successor and limit ordinals

An ordinal α\alpha is a successor ordinal if α=β+1:=β{β}\alpha = \beta + 1 := \beta \cup \{\beta\} for some ordinal β\beta. An ordinal α>0\alpha > 0 is a limit ordinal if it is not a successor, i.e., α=sup{β:β<α}\alpha = \sup\{\beta : \beta < \alpha\} with no maximum. The first limit ordinal is:

ω={0,1,2,3,}=N.\omega = \{0, 1, 2, 3, \ldots\} = \mathbb{N}.


The Ordinal Hierarchy

RemarkOrdinals beyond omega

After ω\omega, ordinals continue:

ω,ω+1,ω+2,,ω2,ω2+1,,ω3,,ω2,,ωω,,ωωω,,ε0,\omega, \omega+1, \omega+2, \ldots, \omega \cdot 2, \omega \cdot 2 + 1, \ldots, \omega \cdot 3, \ldots, \omega^2, \ldots, \omega^\omega, \ldots, \omega^{\omega^\omega}, \ldots, \varepsilon_0, \ldots

where ε0\varepsilon_0 is the first ordinal satisfying ωε0=ε0\omega^{\varepsilon_0} = \varepsilon_0. Every countable ordinal is still countable (as a set), but the "positions" extend far beyond N\mathbb{N}. The first uncountable ordinal is ω1\omega_1.

Theorem4.1Trichotomy for ordinals

For any ordinals α,β\alpha, \beta, exactly one holds: αβ\alpha \in \beta (i.e., α<β\alpha < \beta), α=β\alpha = \beta, or βα\beta \in \alpha (i.e., β<α\beta < \alpha). Moreover, every set of ordinals is well-ordered by \in.

ExampleNon-commutativity of ordinal addition

Ordinal addition is not commutative: 1+ω=ωω+11 + \omega = \omega \neq \omega + 1. This is because 1+ω1 + \omega places one element before ω\omega-many elements, giving an order isomorphic to ω\omega. But ω+1\omega + 1 places one element after ω\omega-many elements, giving a new order type.