nLab
well-order

Contents

Idea

A well-order on a set S is a relation that allows one to interpret S as an ordinal number α and as the relation < on the ordinal numbers less than α. In particular, one can do induction on S over (although the more general well-founded relations also allow this).

The well-ordering theorem states precisely that every set may be equipped with a well-order. This theorem follows from the axiom of choice, and is equivalent to it in the presence of excluded middle.

Definition

A binary relation on a set S is a well-order if it is transitive, extensional, and well-founded. A set equipped with a well-order is called a well-ordered set, or (following ‘poset’) a woset. Actually, the term ‘well-ordered’ came first; ‘well-order’ is a back formation, which explains the strange grammar.

Other definitions of a well-order may be found in the literature; they are equivalent given excluded middle, but the definition above seems to be the most powerful in constructive mathematics. Specifically:

  • a well-order is precisely a well-founded linear order;
  • a well-order is precisely a well-founded total order;
  • (assuming also dependent choice) a well-order is precisely a linear order with no infinite descending sequence x 2x 1x 0;
  • (assuming also dependent choice) a well-order is precisely a total order such that every infinite descending sequence x 2x 1x 0 has x i=x i + for some i (and hence for infinitely many i);
  • a well-order on S is precisely a linear order with the property that every inhabited subset U of S has a least element (an element U such that no xU satisfies x U;
  • a well-order on S is precisely a total order with the property that every inhabited subset U of S has a least element (an element U such that every xU satisfies Ux.

The really interesting thing here is that every well-order is linear; it is a constructive theorem that every linear order is weakly extensional (and so extensional if well-founded) and transitive. (For a weak counterexample, take the set of truth values with xy iff y is true and x is false; this is a well-order that's linear iff excluded middle holds.) For the other equivalences, we're simply using well-known classical equivalents for well-foundedness and the classical correspondence between a linear relation and its reflexive closure? .

For reference, a classical well-order is any order satisfying the last definition (a total order that is classically well-founded). A classically well-ordered set is a choice set, and so if any set with at least 2 elements has a classical well-order, excluded middle follows.

Well-orders are linear

As stated above, well-founded extensional transitive relations on a set X are linear, assuming classical logic.

Proof

Order X×X lexicographically: (a,b)(a,b) if either aa in X or a=a and bb in X. It is not hard to see that the lexicographic order is well-founded (and in fact a well-order, although we do not need this). Now let AX×X be the set of pairs (x,y) of non-equal elements x and y that are incomparable in X, and suppose A is inhabited. Then A has a minimal element (a,b) (using excluded middle). Then, for every xb, either ax or xa. If the former holds for some x, then ab follows by transitivity, contradiction. Hence xa for every xb. Now let a be minimal such that xaa for every xb.

Claim:

{x:xa}={x:xb}.\{x: x \prec a'\} = \{x: x \prec b\}.

We know already the right side is contained in the left. In the other direction, suppose xa. Since xa and (a,b) was chosen minimal in the lexicographic order, x and b are comparable. If bxa, this contradicts minimality of a. Thus xb, i.e., the left side is contained in the right.

But now, by extensionality, a=b, whence ba, contradiction. Therefore A was empty, so that X is connected and therefore (being already transitive and irreflexive and using excluded middle again) a linear order.

Examples

  • Any finite linearly ordered set {x 1<<x n} is well-ordered.

  • The set of natural numbers is well-ordered under the usual order <.

  • More generally, any set of ordinal numbers (or even the proper class of all ordinal numbers) is well-ordered under the usual order < (which, constructively, may not be linear).

  • The cardinal numbers of well-orderable sets (the well-orderable cardinals), forming a retract of the ordinals, are well-ordered. So by the well-ordering theorem, the class of all cardinal numbers is well-ordered.

  • A special case of the well-ordering theorem is the existence of a well-order on the set of real numbers; this is enough for many applications of the axiom of choice to analysis.

Interpretation as an ordinal number

Any well-ordered set S defines an ordinal number α and an order isomorphism r between S and the set of ordinal numbers less than α; as such, S may be identified (up to isomorphism of wosets) with the von Neumann ordinal α. The idea is that the minimal element of S itself (if any) is mapped to the ordinal number 0, the minimal element of S{} (if any) is mapped to 1, and so on; after which the next element of S (if any) is mapped to ω, and so on; and so on.

This may be defined immediately (and constructively) as a recursively defined function from S to the class of all ordinal numbers:

r(x)=sup txr(t) +;r(x) = \sup_{t \prec x} r(t)^+ ;

the validity of this sort of recursive definition is precisely what the well-foundedness of allows. Here, β + is the successor of the ordinal number β, and sup is the supremum operation on ordinal numbers (which is the union of von Neumann ordinals).

Since S is a set, the image of r in the class of all ordinals is also a set (by the axiom of replacement), and one can now prove that r is an order isomorphism between S and the set of ordinals less than the next ordinal, α(imr) +.

Simulations

Given two well-ordered sets S and T, a function f:ST is a simulation of S in T if

  • f(x)f(y) whenever xy and
  • given tf(x), there exists yx with t=f(y).

Note that any simulation of S in T must be unique. Thus, well-ordered sets and simulations form a category that is in fact a (large) poset, in fact the poset of ordinal numbers.

Successor

A well-ordered set S comes equipped with a successor, which is a partial map succ:SS that sends aS to the lowest element of the subset S a:={sS,as}, whenever this set is inhabited.

Definition

A limit well-order is a well-order S whose successor map is a total function.

Similarly, one may define a successor functor on the category of well-ordered sets, taking S to the well-order obtained by freely adjoining a (new) top element to S. Since this category (which is thin) can be regarded as itself a well-ordered proper class, this is a special case of the successor operation above. (Hence the ordinal of all ordinals is a limit ordinal.)

Revised on September 10, 2012 00:08:01 by Todd Trimble (67.81.93.25)