Exercise 1.20

Exercise 20: Suppose that we omitted property (III) from the definition of a cut. Keep the same definitions of order and addition. Show that the resulting set has the least-upper-bound property, that addition satisfies axioms (A1) to (A4) (with a slightly different zero element!) but that (A5) fails.

Answers

(Jack Gallagher)
Proof is omitted whenever the proof in the book does not use property (III).

In this case, a cut is defined as any inhabited set α Q such that α Q If p α , q Q , and q < p , then q α I’ll adopt the same convention as the book, labelling rationals with Roman letters and cuts with Greek.

The proof that R has the least-upper-bound property is the same as that given in the book.

The proofs of axioms (A1-3) are again the same. For (A4), we define

0 R = { n | n Q , n 0 }

(A4). For any a α and s 0 r , we have either that

a + s = a  or  a + s < a

In either case we have that a + s α , either by equality or by (II). Thus α + 0 R α .

Similarly, if b α + 0 R , we have that b = a + s for some a α and s 0 R , and the same analysis applies. □

Finally, to negate (A5), we shall first show that any addition with an open cut will produce another open cut.

Proof. Consider two cuts α R , β R . For any r α + β , we have that r = a + b for some a α , b β . But, because α is open, we can pick some a α such that a > a , and therefore we have a + b > a + b α + β . □

(A5) fails! Suppose we had a valid negation operation. Then we would have

0 0 = 0 R

But this leads to a contradiction, as with the given definition of addition we cannot add any number to the open 0 to produce the closed 0 R . □

User profile picture
2023-08-07 00:00
Comments

Definition 1. The members of our set X will be certain subsets of , called cuts. Our version of the cut is any set α with the following two properties.

(I)
α is not empty, and α .
(II)
If p α , q , and q < p , then q α .

Note p , q , r , and α , β , γ , denote these cuts.

Definition 2. α < β means α β ( α is a proper subset of β ).

Lemma 1. X is an ordered set, with the order as defined above.

Proof of Lemma. By Definition 1.6, we must prove that the order as defined above meets Definition 1.5. Definition 1.5(ii) holds since α < β and β < γ implies α < β since α β and β γ implies α γ . By (II) and the properties of sets, at most one of the three relations α < β , α = β , β < α is true for any pair α , β . To show that at least one holds, assume that the first two fail. Then α β . Hence there is a p α where p β . If q β , q < p by (II) since p β , and so q α . Thus, β α . Since β α , β < α . Thus Definition 1.5(i) holds. □

Proof of least-upper-bound. Let A X where A , and let β X such that α < β for all α A . Let

γ = α A α .

First prove γ X . Since A , there is an α 0 A such that α 0 . α 0 γ , so γ . γ β since α β for all α A , so γ and (I) is met. For some p γ , p α 1 for some α 1 A . If q < p , then q α 1 , so q γ and (II) is met, and so γ X . Now prove γ = sup A . By construction, α γ for all α A . Suppose δ < γ is an upper bound of A . Then there is an s γ such that s δ . Since s γ , s α 2 for some α 2 γ . Thus, δ < α 2 , which is a contradiction. □

Definition 3. If α , β X , α + β denotes the set of all r + s where r α , s β .

Remark 1. Omitting property (III) from the definition of a cut on page 17, which is that if p α , then p < r for some r α , allows α to contain a largest member r such that for all p α , p r , since r < p would contradict (II), and r p would contradict (I).

Definition 4. 0 is the set of all negative rational numbers and 0 , justified by the remark above. 0 is a cut since 0 and 0 , satisfying (I), and if p 0 , q , and p < q , then q 0 , satisfying (II).

Addition as defined above satisfies axioms (A1) to (A4), but (A5) fails, with 0 as defined above serving as our identity.

Proof of (A1). We have to prove α + β X . Since α , β , α + β . Take r α , s β . Then, r + s > r + s for all r α , s β by (II). Thus, r + s α + β , and (I) is met. If we take p α + β , p = r + s for some r α , s β by the definition of addition above. If q < p , then q s < r , so q s α by (II), and q = ( q s ) + s α + β , and (II) is met. □

Proof of (A2). We have to prove α + β = β + α . By the definition of addition above, α + β is the set of all r + s where r α , s β . Likewise, β + α is the set of all s + r . Since r + s = s + r for all r , s by Remark 1.13 ( b ) , α + β = β + α . □

Proof of (A3). We have to prove ( α + β ) + γ = α + ( β + γ ) . By the defintion of addition above, ( α + β ) + γ is the set of all ( r + s ) + t where r α , s β , t γ . Likewise, α + ( β + γ ) is the set of all r + ( s + t ) . Since ( r + s ) + t = r + ( s + t ) for all r , s , t by Remark 1.13 ( b ) , ( α + β ) + γ = α + ( β + γ ) . □

Proof of (A4). We have to prove 0 + α = α . If r α and s 0 , then r + s r , hence r + s α by our remark above. Thus α + 0 α . Now pick p α , and pick r α , r p . Then p r 0 by definition of 0 , and p = r + ( p r ) α + 0 . Thus α α + 0 . By Definition 1.3, this implies 0 + α = α . □

Proof that (A5) fails. We have to prove that for some α X , there is no element β X such that α + β = 0 . Choose an α such that it does not contain a largest member, i.e., if p α , p < r for some r α . Suppose, to get a contradiction, that α + β = 0 . Then for some s α , there exists an t β such that s + t = 0 , by the definition of addition above. By assumption for α , we know 0 = s + t < r + t α + β . Since 0 < r + t , r + t α + β , which is a contradiction since r + t 0 . □

User profile picture
2023-09-01 19:22
Comments