Exercise 3.11

Show that an element in an ordered set has at most one immediate successor and at most one immediate predecessor. Show that a subset of an ordered set has at most one smallest element and at most one largest element.

Answers

Lemma 1. Suppose that A is a set with order < and that a and b are two elements of A. Then a < b if and only if it is not true that b a.

Proof. (⇒) Suppose that a < b. If it were the case that a = b then we would have a < b = a, which would violate the nonreflexivity property of the order. If it were the case that b < a then we would have a < b and b < a so that a < a by the transitive property of the order. This again violates nonreflexivity. Hence neither a = b nor b < a so that it is not true that b a.

( ) Now suppose that it is not true that b a. Then neither b = a nor b < a. Since ba, it must be that either a < b or b < a by the comparability property. However, we know that cannot be that b < a, so it must be that a < b. □

Main Problem.

Proof. In what follows Suppose that A is a set with order <.

First let a be an element of A and suppose that b1 and b2 are both immediate successors of a, which of course means that a < b1,b2. Then by definition the open intervals (a,b1) and (a,b2) are both empty. Now, suppose that b1 and b2 are distinct so that they must be comparable since < is an order. Without loss of generality we can assume that b1 < b2, but then we have a < b1 < b2 so that b1 (a,b2). This is a contradiction since we know that (a,b2) is empty, so it has to be that b1 = b2. This of course shows that the immediate successor is unique. An analogous argument shows that the immediate predecessor, if it exists, is also unique.

Now suppose that A0 is a subset of A with smallest elements a1 and a2. If a1 and a2 were to be distinct then they must be comparable so that we can assume a1 < a2. However, then it is not true that a2 a1 by Lemma, but this means that a2 cannot be a smallest element of A0 since a1 A0. As this is a contradiction, it must be that a1 = a2, which shows that the smallest element is unique if there is one. An analogous argument shows any largest element is also unique. □

User profile picture
2019-12-01 00:00
Comments