Definition

A well-ordering on a set is a total order such that every non-empty subset of has a least element:

A set equipped with a well-ordering is called a well-ordered set. The least element of a non-empty subset is unique, by anti-symmetry.

Relationship to Well-Founded Relations

A total order is a well-ordering iff its strict part (defined by ) is a well-founded relation. That is, there is no infinite strictly descending sequence

The well-foundedness formulation is often more convenient in type theory, where it is expressed via the accessibility predicate rather than by quantifying over subsets.

Transfinite Induction

Every well-ordering supports transfinite induction: to prove a property holds for all , it suffices to show that for every , if holds for all , then holds:

For finite ordinals this recovers ordinary mathematical induction; for and beyond it requires reasoning about limit stages as well as successor stages.

Transfinite Recursion

Dually, well-orderings support transfinite recursion: a function can be defined by specifying in terms of for all . This is the well-ordered analogue of well-founded recursion.

Examples

  • with the standard ordering is the smallest infinite well-ordering.
  • Any finite totally ordered set is well-ordered.
  • The ordinals under form a well-ordering (in fact they are the canonical well-ordered sets).
  • is not well-ordered: the subset itself has no least element.
  • is not well-ordered: the open interval has no least element.

Relationship to Ordinals

Every well-ordered set is order-isomorphic to a unique ordinal. This is the order type of the well-ordered set. Consequently, the theory of well-orderings is equivalent to the theory of ordinals.

Given two well-ordered sets, exactly one of the following holds (trichotomy for ordinals):

  • they are isomorphic,
  • one is isomorphic to an initial segment of the other.

An initial segment of determined by is the set .

Well-Ordering Theorem

The well-ordering theorem states that every set can be well-ordered. This is equivalent to the Axiom of Choice over ZF. Other equivalents include Zorn’s lemma and the Hausdorff maximal principle.

References