Exercise 8.1.10

Let ( A , < ) be a linearly ordered set. A sequence a n n ω of elements of A is decreasing if a n + 1 < a n for all n ω . Prove that ( A , < ) is a well-ordering if and only if there exists no infinite decreasing sequence in A .

Answers

Proof. (→) We show the contrapositive of this implication. So suppose that there is a decreasing sequence a n n ω in A , and let X be the range of the sequence so that clearly X A and X . Now consider any x X so that there is a n ω such that x = a n . We then have that x = a n > a n + 1 since the sequence is decreasing, noting that clearly a n + 1 X . Since x was arbitrary this shows that X has no least element (since we have shown that x X y X ( x > y ) and this is logically equivalent to ¬ x X y X ( x y ) , noting that ¬ ( x > y ) is equivalent to x y since the ordering is linear). Thus, since there is a nonempty subset of A that has no least element, it follows that ( A , < ) is not a well-ordering.

(←) We show the contrapositive of this implication as well. So suppose that ( A , < ) is not a well-ordering. Then there exists a nonempty subset X of A such that X has no least element. By the Axiom of Choice the set 𝒫 ( X ) has a choice function g . For any x X we define the set X x = { y X y < x } .

First we claim that X x for any x X . Suppose to the contrary that there is some x X such that X x = . Consider any other y X . Then it cannot be that y < x for then y X x so that X x . So, since the ordering is linear, it has to be that y x . But, since y was arbitrary, this would mean that x is the least element of X , which we know cannot be since X has no least element! Therefore it has to be that indeed X x for any x X .

Now we construct a sequence a n n ω by recursion:

a 0 = g ( X ) a n + 1 = g ( X a n ) ,

noting that the recursive step is always valid since X a n is never empty, as was just shown. It is easy to see that this is a decreasing sequence. Take any n ω so that we have that a n + 1 = g ( X a n ) . Hence a n + 1 X a n since g is a choice function. By the definition of X a n it then follows that a n + 1 < a n , which shows that the sequence is decreasing since n was arbitrary. Hence we have constructed an infinite decreasing sequence in A . □

User profile picture
2024-07-15 11:42
Comments