Chapter 4
Chapter 4
Chapter 4
METHODS OF PROOFS
P ⇒ R1 , R1 ⇒ R2 , ..., Rn−1 ⇒ Rn , Rn ⇒ Q
By the Law of Syllogism, if all the above implications are true, then P ⇒ Q is true.
Note that the construction of a direct proof is not easy, it may involve
observation, intuition, practice, skill, patience, effort, experience, etc.
Sometimes it requires LUCK.
Prove: P ⇒ Q
Proof : Let P . Then R1 . Thus, R2 . Hence, R3 . Therefore, Q.
P ⇒ R1 , R1 ⇒ R2 , R2 ⇒ R3 , R3 ⇒ Q
By the Law of Syllogism, if all the above implications are true, then P ⇒ Q is true.
Let us consider basic definitions which are very familiar. We will apply these
definitions to some of the examples.
1
Theorem 4.1.2 Let a, b, c, d ∈ R.
1. If a > b and b > c, then a > c.
2. If a > b, then a + c > b + c.
3. If a > b and c > d, then a + c > b + d.
4. If a > b and c is positive, then ac > bc.
5. If a > b and c is negative, then bc > ac.
In the first example, we apply the property: the sum of two positive real numbers
is positive.
Example 4.1.3 Let a, b, c ∈ R. Prove that if a > b and b > c, then a > c.
Proof : Let a > b and b > c. Then a − b is positive and b − c is positive. Thus,
(a − b) + (b − c) is positive. Hence, a − c is positive. Therefore, a > c.
The next example is similar to Example 4.1.3. Take note the following:
(a − b) + (c − d) = a − b + c − d = a + c − b − d = (a + c) − (b + d).
Example 4.1.5 Let a, b, c ∈ R. Prove that if a > b and c > d, then a + c > b + d.
Proof : Let a > b and c > d. Then a − b and c − d are positive. Thus, (a − b) + (c − d)
is positive. Hence, (a + c) − (b + d) is positive. Therefore, a + c > b + d.
In the next example, apply the property: the product of two positive real numbers
is positive.
Example 4.1.6 Let a, b, c ∈ R. Prove that if a > b and c is positive, then ac > bc.
Proof : Let a > b and c is positive. Then a − b is positive and c is positive. Thus,
(a − b)c is positive. Hence, ac − bc is positive. Therefore, ac > bc.
Example 4.1.7 Let a, b, c ∈ R. Prove that if a > b and c is negative, then bc > ac.
2
Proof : Let a > b and c is negative. Then a − b is positive and −c is positive. Thus,
(a − b)(−c) is positive. Hence, bc − ac is positive. Therefore, bc > ac.
Definition 4.1.9 Let n be an integer. Then n is odd if there exists an integer t such
that n = 2t + 1.
Restatement: Let n be an integer. Then n is odd if and only if ∃ t ∈ Z such that
n = 2t + 1.
3
mn + 3 = (2k)(2t + 1) + 3 = 4kt + 2k + +3 = 4kt + 2k + 2 + 1 = 2(2kt + k + 1) + 1.
Proof : Let m be even and n be odd. Then ∃ k, t ∈ Z such that m = 2k and n = 2t+1.
Thus,
Proof by Contradiction
(P ∧ ∼ Q) ⇒ R and P ⇒ Q
Prove: P ⇒ Q
Proof : Let P . Suppose ∼ Q. Then R1 . Thus, R2 ... Hence, Rn . This is a
contradiction to... Therefore, Q.
1
Example 4.2.2 Let a ∈ R. Prove that if a > 0, then a
> 0.
4
Proof : Let a > 0. Suppose that a1 ≯ 0. Then a1 ≤ 0. Thus, a( a1 ) ≤ a(0). Hence,
1 ≤ 0. This is a contradiction to the fact that 1 > 0. Therefore, a1 > 0.
1
Example 4.2.3 Let a ∈ R. Prove that if a < 0, then a
< 0.
Example 4.2.5 Prove that the empty set is a subset of every set.
a > 0, a = 0, a < 0.
5
Contrapositive Proof
Prove: P ⇒ Q
Proof (Contrapositive): Let ∼ Q. Then R1 . Thus, R2 ... Hence, Rn . Therefore, ∼ P .
6
n(n + 1)
Example 4.3.4 Prove: ∀ n ∈ N, 1 + 2 + 3 + ... + n = .
2
n(n + 1)
Proof : Let P (n) be 1 + 2 + 3 + ... + n = .
2
1(1 + 1)
(1) Let n = 1. Then 1 = . Thus, 1 = 1. Hence, P (1) is true.
2
k(k + 1)
(2) Let P (k) be true. Then 1 + 2 + 3 + ... + k = . Thus,
2
k(k + 1)
1 + 2 + 3 + ... + k + (k + 1) = + (k + 1)
2
k(k + 1) + 2(k + 1)
=
2
(k + 1)(k + 2)
= .
2
Hence, P (k + 1) is true.
n(n + 1)
Therefore, ∀ n ∈ N, 1 + 2 + 3 + ... + n = .
2
1 − rn+1
Example 4.3.5 Let r ∈ R, r 6= 1. Prove: ∀ n ∈ N, 1 + r + r2 + ... + rn = .
1−r
1 − rn+1
Proof : Let P (n) be 1 + r + r2 + ... + rn = .
1−r
1 − r1+1
(1) Let n = 1. Then 1 + r = . Thus, 1 + r = 1 + r. Hence, P (1) is true.
1−r
1 − rk+1
(2) Let P (k) be true. Then 1 + r + r2 + ... + rk = . Thus,
1−r
1 − rk+1
1 + r + r2 + ... + rk + rk+1 = + rk+1
1−r
1 − rk+1 + rk+1 − rk+2
=
1−r
1 − rk+2
= .
1−r
Hence, P (k + 1) is true.
1 − rn+1
Therefore, ∀ n ∈ N, 1 + r + r2 + ... + rn = .
1−r
7
(2) Let P (k) be true. Then k < 2k . Thus,
k + 1 < 2k + 1
< 2k + 2k , (1 < 2k )
= 2k · 2
= 2k+1 .
Hence, P (k + 1) is true.
Therefore, ∀ n ∈ N, n < 2n .
(1) Let n = 4. Then 24 < 4!. Thus, 16 < 24. Hence, P (4) is true.
2k+1 = 2k + 2k
< k! + k!
< k · k! + k!
= (k + 1)k!
= (k + 1)!.
Hence, P (k + 1) is true.
9k+1 − 1 = 9 · 9k − 9k + 9k − 1
= 8 · 9k + (9k − 1).
Therefore, ∀ n ∈ N, 9n − 1 is divisible by 8.
8
Exercises