$$ \def\R{\mathbb R} \def\N{\mathbb N} \def\Q{\mathbb Q} \def\Z{\mathbb Z} \newcommand{\st}{~:~} \newcommand{\cee}{\mathsf{C}} \newcommand{\bee}{\mathrm{B}} \def\mathhlyellow#1{\bbox[##fff3bf,2px,border:1px solid ##b7791f]{#1}} \def\mathhlgold#1{\bbox[##ffe8a3,2px,border:1px solid ##b7791f]{#1}} \def\mathhlorange#1{\bbox[##ffddb3,2px,border:1px solid ##c05621]{#1}} \def\mathhlgreen#1{\bbox[##d9f7d7,2px,border:1px solid ##3f8f46]{#1}} \def\mathhlmint#1{\bbox[##d4f5e9,2px,border:1px solid ##2c7a7b]{#1}} \def\mathhlblue#1{\bbox[##dceeff,2px,border:1px solid ##2b6cb0]{#1}} \def\mathhlpurple#1{\bbox[##eadffd,2px,border:1px solid ##6b46c1]{#1}} \def\mathhlpink#1{\bbox[##ffdbe8,2px,border:1px solid ##b83280]{#1}} \def\mathhlred#1{\bbox[##ffd6d6,2px,border:1px solid ##c53030]{#1}} \def\mathhlgray#1{\bbox[##e8ecef,2px,border:1px solid ##64748b]{#1}} \def\mathhlgrey#1{\bbox[##e8ecef,2px,border:1px solid ##64748b]{#1}} $$

Appendix D — The Well-Ordering Property

One of the basic assumptions we make about the number system \(\N\) that underwrites our ability to use mathematical induction is what’s known as the Well-Ordered Axiom.

Axiom 4.1 (The Well-Ordering Axiom) Let \(S\) be any nonempty subset of \(\N\). Then \(S\) has a least element.

We treat this as an axiom, which means we assume it without proof. While not true as written for \(\Z\), we can adapt it to integers with an additional assumption.

Theorem 4.2 Let \(S\) be any nonempty subset of \(\Z\) that is bounded below by an element of \(\Z\). Then \(S\) has a least element.

Proof. Suppose \(n\in\Z\) is a lower bound on \(S\). Then define \[T=\{1-n+s\st s\in S\}\]

Then if \(t\in T\), \(t=1-n+s\) for some \(s\in S\), \[t=1-n+s\geq 1-n+n=1.\]

Thus all elements of \(T\) are positive integers, so \(T\subseteq\N\). So by Axiom 4.1, \(T\) has a least element \(m\); that is \(m\in T\) and \(m\leq t\) for all \(t\in T\). Thus \(m=1-n+k\) for some \(k\in S\), so \(m+n-1=k\in S\). And if \(s\in S,\) then \(1-n+s\in T,\) so \(m\leq1-n+s,\) and therefore \(k=m+n-1\leq s.\) Thus \(k\) is the least element of \(S.\)

Exercise 4.3 Would Theorem 4.2 be true if we replaced \(\Z\) with \(\Q\)? or \(\R\)? Give a proof or counterexample for each.