MAT 115 Contradiction Proof
MAT 115 Contradiction Proof
MAT 115 Contradiction Proof
Proof by Contradiction
You may be a bit suspicious of this line of reasoning, but in the next
section we will see that it is logically sound. For now, notice that at
the end of the proof we deduced that 1 is even, which conflicts with our
knowledge that 1 is odd. In essence, we have obtained the statement
(1 is odd)∧ ∼ (1 is odd), which has the form C ∧ ∼ C . Notice that no matter
what statement C is, and whether or not it is true, the statement C ∧ ∼ C
must be false. A statement—like this one—that cannot be true is called a
contradiction. Contradictions play a key role in our new technique.
104 Proof by Contradiction
P C ∼P C∧∼C (∼ P ) ⇒ ( C ∧ ∼ C )
T T F F T
T F F F T
F T T F F
F F T F F
Proof. Suppose ∼ P .
..
.
Therefore C ∧ ∼ C . ■
One slightly unsettling feature of this method is that we may not know
at the beginning of the proof what the statement C is going to be. In
doing the scratch work for the proof, you assume that ∼ P is true, then
deduce new statements until you have deduced some statement C and its
negation ∼ C .
If this method seems confusing, look at it this way. In the first line of
the proof we suppose ∼ P is true, that is we assume P is false. But if P is
really true then this contradicts our assumption that P is false. But we
haven’t yet proved P to be true, so the contradiction is not obvious. We
use logic and reasoning to transform the non-obvious contradiction P ∧ ∼ P
to an obvious contradiction C ∧ ∼ C .
Proving Statements with Contradiction 105
Let this fraction be fully reduced; in particular, this means that a and b are
not both even. (If they were both even, the fraction could be further reduced
by factoring 2’s from the numerator and denominator and canceling.)
2
Squaring both sides of Equation 6.1 gives 2 = ab2 , and therefore
a2 = 2 b 2 . (6.2)
From this it follows that a2 is even. But we proved earlier (Exercise 5.1)
that a2 being even implies a is even. Thus, as we know that a and b are
not both even, it follows that b is odd. Now, since a is even there is an
integer c for which a = 2 c. Plugging this value for a into Equation 6.2, we
get (2 c)2 = 2b2 , so 4 c2 = 2b2 , and hence b2 = 2 c2 . This means b2 is even, so
b is even also. But previously we deduced that b is odd. Thus we have the
contradiction b is even and b is odd. ■
Proof. For the sake of contradiction, suppose there are only finitely many
prime numbers. Then we can list all the prime numbers as p 1 , p 2 , p 3 , . . . p n ,
where p 1 = 2, p 2 = 3, p 3 = 5, p 4 = 7, and so on. Thus p n is the nth and largest
prime number. Now consider the number a = ( p 1 p 2 p 3 · · · p n ) + 1, that is, a is
the product of all prime numbers, plus 1. Now a, like any natural number,
has at least one prime divisor, and that means p k | a for at least one of our
n prime numbers p k . Thus there is an integer c for which a = c p k , which
is to say
( p 1 p 2 p 3 · · · p k−1 p k p k+1 · · · p n ) + 1 = c p k .
Proof. Suppose for the sake of contradiction that this is not true.
Then there exists an x ∈ [0, π/2] for which sin x + cos x < 1.
Proving Conditional Statements by Contradiction 107
Since x ∈ [0, π/2], neither sin x nor cos x is negative, so 0 ≤ sin x + cos x < 1.
Thus 02 ≤ (sin x + cos x)2 < 12 , which gives 02 ≤ sin2 x + 2 sin x cos x + cos2 x < 12 .
As sin2 x + cos2 x = 1, this becomes 0 ≤ 1 + 2 sin x cos x < 1, so 1 + 2 sin x cos x < 1.
Subtracting 1 from both sides gives 2 sin x cos x < 0.
But this contradicts the fact that neither sin x nor cos x is negative. ■
Proof. For the sake of contradiction suppose a2 is even and a is not even.
Then a2 is even, and a is odd.
Since a is odd, there is an integer c for which a = 2 c + 1.
Then a2 = (2 c + 1)2 = 4 c2 + 4 c + 1 = 2(2 c2 + 2 c) + 1, so a2 is odd.
Thus a2 is even and a2 is not even, a contradiction. ■
108 Proof by Contradiction
Though there is nothing really wrong with this proof, notice that part
of it assumes a is not odd and deduces that a2 − 2a + 7 is not even. That is
the contrapositive approach! Thus it would be more efficient to proceed as
follows, using contrapositive proof.
Proposition Suppose a ∈ Z. If a2 − 2a + 7 is even, then a is odd.