Homepage Solution manuals Terence Tao Analysis I Exercise 2.2.3 (Basic properties of order for natural numbers)

Exercise 2.2.3 (Basic properties of order for natural numbers)

Prove Proposition 2.2.12. (Hint: you will need many of the preceding propositions, corollaries, and lemmas.)

Proposition 2.2.12 Let a,b,c be natural numbers. Then
(a) (Order if reflexive) a a. (b) (Order is transitive) If a b and b c, then a c.
(c) (Order is anti-symmetric) If a b and b a, then a = b.
(d) (Addition preserves order) a b if and only if a + c b + c.
(e) a < b if and only if a++ b.
(f) a < b if and only if b = a + d for some positive number d.

Answers

How to think about the exercise. Each part of the exercise is pretty straightforward. It is tiring to write down everything, but at this stage it is good for your soul.

Model solution.
(a) To show that a a we must show that a = a + m for some natural number m. Pick m := 0. Then by Lemma 2.2.2 we see that a + m = a + 0 = a as required.

(b) Suppose a b and b c, thus there are natural numbers n,m such that a = b + n and b = c + m. We want to show that a = c + r for some natural number r. Pick r := m + n. Then c + r = c + (m + n) = (c + m) + n = b + n = a by the associativity of addition (Proposition 2.2.5).

(c) Suppose a b and b a, thus there are natural numbers n,m such that a = b + n and b = a + m. Thus we see that a = (a + m) + n = a + (m + n) by associativity of addition (Proposition 2.2.5). By the cancellation law (Proposition 2.2.6) we see that 0 = m + n and so by Corollary 2.2.9 we conclude that m = 0 and n = 0. Thus a = b + n = b + 0 = b by Lemma 2.2.2.

(d) Suppose a b, so that we have a natural number n such that a = b + n. By adding c to both sides, we obtain a + c = (b + n) + c. By associativity and commutativity of addition, we have (b + n) + c = b + (n + c) = b + (c + n) = (b + c) + n. Thus a + c = (b + c) + n, which means a + c b + c.

Now suppose a + c b + c, thus a + c = (b + c) + n for some natural number n. We have (b + c) + n = b + (c + n) = b + (n + c) = (b + n) + c by associativity and commutativity of addition. Thus a + c = (b + n) + c, so by cancellation we have a = b + n, which means a b.

(e) Suppose a < b. Thus a b, which means b = a + n for some natural number n, and we also know that ab. If n = 0, then b = a + 0 = a which would contradict the fact that ab. Thus n is positive. By Lemma 2.2.10 this means that there is a natural number m such that m++ = n. But now we have

b = a + (m++) = (a + m)++ = (m + a)++ = m + (a++) = (a++) + m

by repeated applications of Lemma 2.2.3 and Proposition 2.2.4. Thus we see that b a++.

Now suppose a++ b. Thus b = (a++) + n for some natural number n. We have (a++) + n = (a + n)++ = a + (n++) by Definition 2.2.1 and Lemma 2.2.3. Thus b = a + (n++), which means that b a. If b = a, then by cancellation we would have 0 = n++, which contradicts Axiom 2.3. Thus ba, which combined with b a means that b > a as required.

(f) Suppose a < b. In the first part of the proof of part (e), we already showed that b = a + n for positive n.

Now suppose b = a + d for some positive number d. Since d is a natural number, we have b a. It remains to show that ab. Suppose for contradiction that a = b. Then by cancellation we have 0 = d, which means d is not positive, a contradiction. Thus ab as required.

Source: Issa Rice’s blog.

User profile picture
2020-03-30 00:00
Comments

Proof.

(a)
(order is reflexive) By Definition 2.2.11, a a iff there exists a natural number b such that a = a + b. Since a = a + 0 by Definition 2.2.11, the assertion a a follows by setting b := 0.
(b)
(order is transitive) By Definition 2.2.11, we have to show that there exists a natural number n such that a = c + n. By Definition 2.2.11, since a b, then a = b + m, where m is some natural number. By Definition 2.2.11 again, since b c, b = c + l, where l is some natural number. Thus, we get: a = b + m = (c + l) + m.

Setting n := l + m, we obtain the desired result.

(c)
(order is anti-symmetric) Definition 2.2.11, we have: a = b + m, for some natural number m.

b = a + n, for some natural number n.

Substituting a into the equation for b, we get

b = (b + m) + n.

By the cancellation law (Proposition 2.2.6), from b + 0 = b + (m + n), we deduce

0 = m + n.

By the Corrolary 2.2.9, we must have m = 0 and n = 0. In other words, a = b.

(d)
(addition preserves order) We demonstrate both implications.

Remark 1. Note that the other direction for the cancellation law holds also. To see why, assume that b = c. Then it is true from the axioms of equality that b + a = b + a. By substituting b = c into that equation, we trivially get b + a = c + a. Thus, we can add a natural number from both sides of an equation.

By Definition 2.2.11, we have:

a = b + m, for some natural number m.

By the remark, the following statement

a + c = b + m + c

is true for all natural numbers c. Thus,

a + c b + c,

as desired.

By Definition 2.2.11, we get:

a + c = b + c + x, where x is some natural number.

By the cancellation law,

a = b + x,

which means by Definition 2.2.11, that a b.

(f)
We first demonstrate that part (f) holds, since it is easier to prove part (e) using part (f).

By Definition 2.2.11, a < b means that b = a + d for some natural number d and that ba. Assume for the sake of contradiction that d is not positive. Since d is natural, it must be zero by definition. Therefore b = a + 0. By Definition 2.2.1, b = a - a contradiction.

Now suppose that b = a + d for some positive number d. To prove that b > a we must additionally demonstrate that ba. Suppose for the sake of contradiction that b = a. Then, a = a + d, or a + 0 = a + d. By the cancellation law (Proposition 2.2.6), 0 = d - a contradiction.

(e)

The statement we should prove in this case is:

a < b a + + b

Using Definition 2.2.11 and the part (f) of this proposition, we have:

b = a + mfor some positive m.

Since m is positive, by Lemma 2.2.10, we have m = c + + for some natural number c. Thus, we have

b = a + (c + +)

By Lemma 2.2.3,

a + (c + +) = (a + c) + +

By Proposition 2.2.4,

(a + c) + + = (c + a) + +

By Lemma 2.2.3, again,

(c + a) + + = c + (a + +)

Thus, we get:

b = c + (a + +)

Since c is a natural number, by Definition 2.2.11, we have:

b a + +,

as desired.

By Definition 2.2.11,

a + + bb = (a + +) + m

for some natural number m. By Proposition 2.2.4,

(a + +) + m = m + (a + +)

By Lemma 2.2.3,

m + (a + +) = (m + a) + +

By Proposition 2.2.4, again

(m + a) + + = (a + m) + +

By Lemma 2.2.3, again,

(a + m) + + = a + (m + +)

Thus, we get:

b = a + (m + +)

Since m + +0 by Axiom 2.3, m is positive, and we have b > a by the part (f) of this theorem. This proves the assertion.

User profile picture
2022-05-22 09:08
Comments