Mathematical Proofs A Transition To Advanced Mathematics: Existence and Proof by Contradiction
Mathematical Proofs A Transition To Advanced Mathematics: Existence and Proof by Contradiction
We have now seen two proof techniques that can be used to verify
statements of the type:
Definition
So, there exists some element x in the set S for which R(x) is
false. Such an element x is called a counterexample of the false
statement ∀x ∈ S, R(x).
Example 1
Consider the statement:
or, equivalently,
Thus, x = 1 is a counterexample.
Definition
If a statement P is shown to be false in some manner, then P is
said to be disproved.
Example 2
Disprove the statement:
x2 + x x +1
If x ∈ Z, then 2
= . (2)
x −x x −1
x2 + x
Solution. If x = 0, then x 2 − x = 0 and so is not
x2 − x
x +1
defined. On the other hand, if x = 0, then = −1; so the
x −1
2
x +x x +1
expressions 2 and are certainly not equal when x = 0.
x −x x −1
Thus, x = 0 is a counterexample to the statement (2).
Example 3
Show that the statement:
is false.
Solution. Since 4 | (32 − 1) but 4 - (3 − 1), it follows that n = 3
is a counterexample.
Example 4
Show that the statement
c c
For positive integers a, b, c, ab = ab .
is false.
Solution. Let a = 2, b = 2 and c = 3. Then
c 3
ab = 22 = 28 = 256,
while
c 3
ab = 22 = 43 = 64.
∀x ∈ S, R(x).
These two proof techniques are (1) direct proof and (2) proof by
contrapositive. We now introduce a third proof technique.
Suppose that we are interested in showing a certain mathematical
statement is true. Often the statements R we encountered are
expressed as
C : P ∧ (∼ P).
(∼ R) ⇒ C .
∼ (∀ x ∈ S, P(x) ⇒ Q(x)) ⇒ C
or
(or something along these lines). The remainder of the proof then
consists of showing that this assumption leads to a contradiction.
Example 5
Result There is no smallest positive real number.
Proof. Assume, to the contrary, that there is a smallest positive
real number, say r . Since 0 < r /2 < r , it follows that r /2 is a
positive real number that is smaller than r . This, however, is a
contradiction.
Example 6
Result No odd integer can be expressed as the sum of three even
integers.
Proof. Assume, to the contrary, that there exists an odd integer
n which can be expressed as the sum of three even integers x, y
and z. Then
x = 2a, y = 2b and z = 2c
with a, b, c ∈ Z. Therefore,
n = x + y + z = 2a + 2b + 2c = 2(a + b + c).
Example 7
Result If a is an even integer and b is an odd integer, then
4 - (a2 + 2b 2 ).
a = 2x, b = 2y + 1 and a2 + 2b 2 = 4z
Example 7 (continued)
Simplifying, we obtain 4x 2 + 8y 2 + 8y + 2 = 4z or, equivalently,
2 = 4z − 4x 2 − 8y 2 − 8y = 4(z − x 2 − 2y 2 − 2y ).
p p p p p p p p pp p p p s pp p pp p p
. .. ... ... . . .. ....... .. ...........
. ... ................. ...
s
... ... ........... .. ...
... ... ... .... .
............. ................... ... ...
s ...
. .
s
. . . ...
...............
.. .... .....
s s
. ...... ... ...
. . . .... ............. . . . .........
s
. . . . . .. ... ....
s
.. ... . ...... ..... ............. ... . .... ...
. ............... ..... ..
. . .. . ... ... ...... . ... .... ... ..... ....
ppp
. . .
. .. ... .
.... . .
.... . . .......... . ........ .
..... . ... ... .... ..... .... ... .... ......... ... .... .... .... ... .. ....
... ....... .......... .......... ... ....
........ ... .... ... ... ... .. .... .... . .. ..... ..
p
..... .. ...... .
ppppp
... .. ... .. . .. ... ..... .. .. ..... ... .... ...
... .....
..
.. .. ... ... .
... .... . .
.. . . .
... . .. .
......
... .. .
....... ...... ... .... ..... ... . .. ..... .... ...... .........
............ .........
qqqqqqqqqqq qqqqqqqqqqqq
........... . ........ ....... . ........ ..
.
p p p p p p p p p p p p p p p ppp
... .. ... .
. ... ..
... .. ... ... ... ...
... ..... ... ... ... ... ... ..... ...
... ............ ............. ... ... .. ..... ... ... .... ...
... ..... . .. ... ... .... .. ... ... ..
...
...
..... ....................
.....
. ...
... . . ... ...
..... ......
.... ..... .. ..... ...
.....
..... ..... ..... ...... .. .. . . ..........
......
...... ...... ..... ........ ...... ........... .. .........
........
............................... ......... ...... ........................................
........................... .......................
..... ..... ...
#1 #2 #3
Definitions
An existence theorem asserts the existence of an object (or
objects) possessing some specified property or properties. Typically,
an existence theorem is expressed as a quantified statement
Example 8
Result There exists an integer whose cube equals its square.
Proof. Since 13 = 12 = 1, the integer 1 has the desired
property.
Example 9
Result There exist real numbers a and b such that
(a + b)2 = a2 + b 2 .
a2 + 2ab + b 2 = a2 + b 2 ,
(a + b)2 = (1 + 0)2 = 12 = 12 + 02 = a2 + b 2 .
Example 10
Result There exist irrational numbers a and b such that ab is
rational.
√ √2
Proof. Consider the number 2 . Of course, this number is
either rational or irrational. We consider these possibilities
separately.
√ √2
Case 1. 2 is rational. Then we can take
√
a=b= 2
Example 10 (continued)
√ √2
Case 2. 2 is irrational. In this case, consider the number
√ √2
obtained by raising√the (irrational) number 2 to the
(irrational) power 2; that is, consider ab , where
√
√ 2 √
a= 2 and b = 2.
Observe that
√ √2 √ √
√ √ √
b 2 2· 2 2
a = 2 = 2 = 2 = 2,
which is rational.
Example 11
Result The equation x 5 + 2x − 5 = 0 has a real number solution
between x = 1 and x = 2.
Proof. Let f (x) = x 5 + 2x − 5. Since f is a polynomial function,
it is continuous on the set of all real numbers and so f is
continuous on the interval [1, 2]. Now,
Example 12
Result The equation x 5 + 2x − 5 = 0 has a unique real number
solution between x = 1 and x = 2.
Proof. Assume, to the contrary, that the equation
x 5 + 2x − 5 = 0 has two distinct real number solutions a and b
between x = 1 and x = 2. We may assume that a < b. Since
1 < a < b < 2, it follows that
a5 + 2a − 5 < b 5 + 2b − 5.
On the other hand,
a5 + 2a − 5 = 0 and b 5 + 2b − 5 = 0.
Thus,
0 = a5 + 2a − 5 < b 5 + 2b − 5 = 0,
which produces a contradiction.
Mathematical Proofs: A Transition to Advanced Mathematics Chartrand, Polimeni, Zhang
Disproving Existence Statements
Example 13
Disprove the statement: There exists an odd integer n such that
n2 + 2n + 3 is odd.
Solution. We show that if n is an odd integer, then n2 + 2n + 3
is even. Let n be an odd integer. Then n = 2k + 1 for some
integer k. Thus,
Example 14
Disprove the statement: There is a real number x such that
x 6 + 2x 4 + x 2 + 2 = 0.
x 6 + 2x 4 + x 2 + 2 ≥ 0 + 0 + 0 + 2 = 2
and so
x 6 + 2x 4 + x 2 + 2 6= 0.
Example 15
Disprove the statement: There exists an integer n such that
n3 − n + 1 is even.
Solution. Let n ∈ Z. We consider two cases.
Case 1. n is even. Then n = 2a, where a ∈ Z. So
Example 15 (continued)
Case 2. n is odd. Then n = 2b + 1, where b ∈ Z. Hence,