PlanetMath (more info)
 Math for the people, by the people. Sponsor PlanetMath
Encyclopedia | Requests | Forums | Docs | Wiki | Random | RSS  
Login
create new user
name:
pass:
forget your password?
Main Menu
Owner confidence rating: Very high Entry average rating: No information on entry rating
[parent] constructing well ordered sets (Example)

A set $A$ well-orderable if there is a well-ordering on $A$ . For example, the empty set $\varnothing$ , is well-orderable, the well-ordering itself is $\varnothing$ . Similarly, any singleton has $\varnothing$ as the unique well-ordering, and is therefore well-orderable. More generally, every finite set is well-orderable. To construct a well-ordering on a finite set, pick any element from the set and designate the element to be the smallest element of the set. Then, pick an element from the remaining collection, and make this element the next smallest element. Keep doing this until every element has been picked and assigned. Obviously, this process will not go on forever. If there are $n$ elements in the set, there are $n!$ well-orderings on the set (since every well-ordering is a linear ordering).

By the axiom of choice, every set is well-orderable. However, this does not provide us with an explicit way to construct the well-order. For example, how does one well-order $\mathbb{R}$ , the set of real numbers? Nevertheless, given two well-ordered sets $(A,<_A),(B,<_B)$ , one can explicitly construct well-orderings on the following sets, without AC.

Proposition 1   $A\cup B$ is well-orderable.
Proof. We may assume $A\cap B=\varnothing$ , since $A\cap B=A \cap (A-B)$ , and any subset of an well-ordered set is well-ordered. Define a binary relation $<_{(A,B)}$ on $A\cup B$ as follows: for $x,y\in A\cup B$ ,

$\displaystyle x<_{(A,B)} y$   iff\begin{displaymath}\quad \left\{ \begin{array}{ll} x,y \in A \mbox{ and } x<_A y... ...\mbox{ or }\ x \in A \mbox{ and } y\in B. \end{array}\right. \end{displaymath}
So $<_{(A,B)}$ is a (strict) linear ordering on $A\cup B$ . Furthermore, $<_{(A,B)}$ extends both $<_A$ and $<_B$ . If $X\subseteq A\cup B$ , then the least element of $X$ with respect to $<_{(A,B)}$ is the least element of $X$ with respect to $<_B$ if $X\subseteq B$ , or the least element of $X\cap A$ with respect to $<_A$ , if $X\cap A\ne \varnothing$ . Hence $(A\cup B, <_{(A,B)})$ is a well-ordered set. $ \qedsymbol$
Proposition 2   $A\times B$ is well-orderable.
Proof. We may assume that $A,B$ are both non-empty, since the empty set is well-orderable. Define $<_{A\times B}$ on $A\times B$ as follows:

$\displaystyle (x_1,x_2) <_{A\times B} (y_1,y_2)$   iff\begin{displaymath}\quad \left\{ \begin{array}{ll} y_1 <_B y_2, \mbox{ or }\ y_1=y_2 \mbox{ and } x_1 <_A x_2. \end{array}\right. \end{displaymath}
Again, it is easy to see that $<_{A\times B}$ is a strict linear ordering on $A\times B$ . Next, let $X\subseteq A\times B$ . Define $X[A]:=\lbrace y\in B\mid (x,y)\in X \mbox{ for some }x\in A\rbrace$ . Let $b$ be the least element of $X[A]$ . Define $X^{-1}(b):=\lbrace x\in A\mid (x,b)\in X\rbrace$ . Let $a$ be the least element of $X^{-1}(b)$ . Then $(a,b)\in X$ . For any $(c,d)\in X$ distinct from $(a,b)$ , since $d\in X[A]$ , either $b<_B d$ or $b=d$ . In the first case, $(a,b)<_{A\times B} (c,d)$ . In the second case, $c\in X^{-1}(b)$ , either $a <_B c$ or $a = c$ . In the first case, $(a,b) <_{A\times B} (c,d)$ , and the second case is impossible for otherwise $(a,b)=(c,d)$ . Therefore $<_{A\times B})$ is a well-ordering on $A\times B$ . $ \qedsymbol$

Remarks.

  • The ordering constructed in Proposition 2 is called the Hebrew lexicographic ordering. It is similar to the usual lexicographic ordering, except that the second coordinates are ordered first before the first coordinates. The reason for choosing this ordering is to make the ordering on $A\times 2$ compatible with the ordering on $A \coprod A$ , the disjoint union of $A$ with itself. Had we chosen the lexicographic ordering instead, on, say, $\omega \times 2$ , then every initial segment of it would be finite, whereas the initial segment of $(0,1)$ on $\omega \coprod \omega = (\omega \times \lbrace 0\rbrace) \cup (\omega \times \lbrace 1\rbrace)$ is infinite.
  • The above constructions parallel the ordinal arithmetic: if $\alpha,\beta$ are ordinals such that $(A,<_A)\cong \alpha$ and $(B,<_B)\cong \beta$ , then
    1. $(A\cup B,<_{(A,B)})\cong \alpha+\beta$ , provided that $A\cap B=\varnothing$ ,
    2. $(A\times B,<_{A\times B}) \cong \alpha\cdot \beta$ ,
    where $\cong$ denotes order isomorphism between well-ordered sets.
  • One would hope that for well-ordered sets $A,B$ , the set $B^A$ is well-orderable without resorting to AC. However, this is not possible, and the best one can do is the following: if $B$ is linearly ordered, and $A$ well-ordered, then one can linearly order $B^A$ without AC:
    Proof. Let $C:=B^A$ . For $f,g: A\to B$ , let $[f,g]:=\lbrace a\in A\mid f(a)<_B g(a)\rbrace$ . If $[f,g]\ne \varnothing$ , it has a least element $\min[f,g]$ . Define $<_C$ on $C$ as follows, for any $f,g\in C$ : $$f <_C g \quad \mbox{iff} \quad [f,g]\ne \varnothing \mbox{ and } f(a)= g(a)\mbox{ for all }a <_A \min[f,g].$$ If $f\ne g$ , then $[f,g]\cup [g,f]\ne \varnothing$ so that $f <_C g$ or $g <_C f$ . To show that $<_C$ is transitive, suppose $f <_C g$ and $g <_C h$ . Let $b=\min[f,g]$ and $c=\min[g,h]$ . Then:
    • if $b \le_A c$ , then $f(b)<_B g(b) \le_B h(b)$ , which implies $[f,h]\ne \varnothing$ and $\min[f,h]\le_A b$ .
    • if $c <_A b$ , then $f(c) = g(c) <_B h(c)$ , which implies $[f,h]\ne\varnothing$ and $\min[f,h]\le_A c$ .
    In either case, $\min[f,h]\le_A \min(b,c)$ . Now, suppose $a<\min[f,h]$ . Then $f(a)=g(a)=h(a)$ . As a result, $f <_C h$ . $ \qedsymbol$
  • In fact, it can be shown that the following are all equivalent to AC in ZF:
    1. the well-ordering principle,
    2. if $A,B$ are well-orderable, so is $B^A$ ,
    3. if $A$ is well-orderable, so is $P(A)$ , the powerset of $A$ .




"constructing well ordered sets" is owned by CWoo.
(view preamble | get metadata)

View style:

Also defines:  well-orderable, Hebrew lexicographic ordering

This object's parent.

Attachments:
canonical ordering on pairs of ordinals (Definition) by CWoo
Log in to rate this entry.
(view current ratings)

Cross-references: powerset, well-ordering principle, ZF, equivalent, implies, transitive, linearly ordered, isomorphism, ordinals, ordinal arithmetic, parallel, infinite, finite, initial segment, disjoint union, compatible, coordinates, lexicographic ordering, similar, proposition, ordering, easy to see, least element, strict, binary relation, subset, well-ordered sets, real numbers, axiom of choice, linear ordering, collection, finite set, singleton, empty set, well-ordering
There are 4 references to this entry.

This is version 6 of constructing well ordered sets, born on 2009-02-14, modified 2009-02-18.
Object id is 11622, canonical name is ConstructingWellOrderedSets.
Accessed 664 times total.

Classification:
AMS MSC06A05 (Order, lattices, ordered algebraic structures :: Ordered sets :: Total order)
 03E25 (Mathematical logic and foundations :: Set theory :: Axiom of choice and related propositions)

Pending Errata and Addenda
None.
Discussion
Style: Expand: Order:
forum policy

No messages.

Interact
post | correct | update request | add example | add (any)