One has now shown that the natural numbers are totally ordered according to the canonical order. Believe it or not, one can go even further! The natural numbers are also well-ordered i.e. every non-empty subset of the naturals have a smallest/least element. Thus, one cannot have "bottomless chasms" in the natural numbers. At some point, as one descends down a non-empty natural subset according to canonical order, one must reach the bottom in a finite number of steps.

Definition LE

Least Element: Let XNX\subseteq\mathbb{N}. Then, an element nXn \in X is called the least element of XX iff for any xXx \in X, it is the case that nxn \leq x.

Lemma ULE

Uniqueness of the Least Element: If XNX\subseteq\mathbb{N} has a least element nn, then it is unique.

Proof: Suppose nn' is some other least element of XX. Then, as nXn \in X, nnn' \leq n. At the same time, since nn is also a least element and nXn' \in X, nnn \leq n'. So, n=nn=n' by antisymmetry.

Theorem Well-Ordering

Well Ordering of N\mathbb{N}: If XNX\subseteq\mathbb{N} and XX\neq\emptyset, then XX has a least element.

Proof: Do induction with Σ={nN: if XN and nX , then X  has a least element}\Sigma=\{n\in\mathbb{N}:\ \text{if}\ X\subseteq\mathbb{N}\ \text{and}\ n \in X\ \text{, then}\ X\ \text{ has a least element}\}.

  1. 0Σ0\in\Sigma because it is already the least natural number.
  2. Now suppose that nΣn\in\Sigma. One now has to show that S(n)ΣS(n)\in\Sigma also. To that end, consider any XNX\subseteq\mathbb{N} such that S(n)XS(n) \in X. Now, if nXn \in X, then one is done because by the initial hypothesis, any subset with nn must have a least element. Otherwise, consider X=X{n}X'=X\cup\{n\}. Clearly, nXn \in X', so that XX' has some least element ll. Now
    • If lnl \neq n, then lXl \in X. It is easy to see in this case that ll is the least element of XX. For, fix any sXs \in X; then certainly sXs \in X' also. But then as ll is the least element of XX', lsl \leq s.
    • Otherwise, l=nl=n. In this case, one can show that S(n)S(n) is the least element of XX. Well, for starters, fix any sXs \in X. Since sXs \in X' also and l=nl=n is the least element of XX', nsn \leq s i.e. there is some kNk\in\mathbb{N} such that n+k=sn+k=s. Now, k0k \neq 0 as otherwise, s=n+0=nXs=n+0=n \notin X. Thus, there is a kNk'\in\mathbb{N} such that S(k)=kS(k')=k. So, s=n+k=n+S(k)=S(n)+ks=n+k=n+S(k')=S(n)+k' (using Lemma SSwap). Hence, S(n)sS(n) \leq s.

Because least elements are unique by the previous lemma, one can unambiguously denote the least element of XX, as given by this theorem, as min(X)\text{min}(X).

 

One can also flesh out well-ordering in terms of greatest elements in bounded subsets of N\mathbb{N}.

Definition GE

Greatest Element: Let XNX\subseteq\mathbb{N}. Then, an element nXn \in X is called the greatest element of XX iff for any xXx \in X, xnx \leq n.

Lemma UGE

Uniqueness of the Greatest Element: If XNX\subseteq\mathbb{N} has a greatest element nn, then it is unique.

The proof of this is entirely analogous to the proof that least elements are unique.

Definition Upper Bound

Upper Bound on a Subset of N\mathbb{N}: Let XNX\subseteq\mathbb{N}. A natural number nn is called an upper bound on XX iff for any xXx \in X, xnx \leq n.

 

Thus, the greatest element of a subset of N\mathbb{N} is precisely an upper bound which is in the subset itself.

Definition Bounded Subset

Bounded Subsets of N\mathbb{N}: Let XNX\subseteq\mathbb{N}. Then one says that XX is bounded above iff an upper bound on it exists.

Lemma SxLESGx

S(x)S(x) is the Least Element Strictly Greater Than xx: For any x,yNx,y\in\mathbb{N}, if x<yx<y, then S(x)yS(x) \leq y.

Proof Sketch: If x<yx<y, then there is a natural kk' such that x+S(k)=S(x)+k=yx+S(k')=S(x)+k'=y i.e. S(x)yS(x) \leq y.

The above lemma is sometimes used in its contrapositive form: For any x,yNx,y\in\mathbb{N}, if not S(x)yS(x) \leq y, then not x<yx<y. By alternative totality, this is equivalent to: For any x,yNx,y\in\mathbb{N}, if y<S(x)y<S(x), then yxy \leq x.

Theorem Well-Ordering-Alt

Well-Ordering on N\mathbb{N} (Alternative Form): If XNX\subseteq\mathbb{N} is non-empty and bounded above, then XX has a greatest element.

Proof: Form the set of all upper bounds on XX, X~\tilde{X}. This is non-empty since XX is bounded above. Hence, by well-ordering, X~\tilde{X} has a least element ll. Now, clearly as ll is an upper bound on XX, for any xXx \in X, xlx \leq l. The only thing that remains to be shown, to conclude that ll is the greatest element of XX, is that lXl \in X.

If l=0l=0, since 00 is the least element period, for any xXx \in X, lxl \leq x. Hence, by antisymmetry, x=lx=l. Now, as XX is non-empty, there is at least one natural xXx \in X and by the previous sentence, l=xXl=x \in X.

Otherwise, l0l \neq 0. Hence, there is some lNl' \in \mathbb{N} such that S(l)=lS(l')=l. Since l<S(l)l'<S(l') (lS(l)l' \neq S(l') as SS has no fixed points and lS(l)l' \leq S(l') by an earlier lemma), it cannot be that l=S(l)ll=S(l') \leq l' by alternative totality. Hence, lX~l' \notin \tilde{X}; otherwise, ll would no longer be the least element of X~\tilde{X}. Thus, ll' is not an upper bound on XX. In other words, there is an xXx \in X such that xlx \leq l' is not true; hence, l<xl'<x by alternative totality. So, by the previous lemma, l=S(l)xl=S(l') \leq x. But then, by antisymmetry, l=xXl=x \in X.

Because greatest elements are unique by the Lemma UGE, one can unambiguously denote the greatest element of XX, as given by this theorem, as max(X)\text{max}(X).

results matching ""

    No results matching ""