MAT 115 Proving Non Conditional Stmnts
MAT 115 Proving Non Conditional Stmnts
MAT 115 Proving Non Conditional Stmnts
We know from Section 2.4 that this statement asserts that both of the
following two conditional statements are true.
If P , then Q .
If Q , then P .
So to prove “P if and only if Q ,” we need to prove two conditional state-
ments. Recall from Section 2.4 that Q ⇒ P is called the converse of P ⇒ Q .
Thus we need to prove both P ⇒ Q and its converse. Since these are both
conditional statements we may prove them with either direct, contraposi-
tive or contradiction proof. Here is an outline.
Let’s start with a very simple example. You already know that an
integer n is odd if and only if n2 is odd, but let’s prove it anyway, just
to illustrate the outline. In this example we prove ( n is odd)⇒( n2 is odd)
using direct proof and (n2 is odd)⇒(n is odd) using contrapositive proof.
Proof. First we show that n being odd implies that n2 is odd. Suppose n
is odd. Then, by definition of an odd number, n = 2a + 1 for some integer a.
Thus n2 = (2a + 1)2 = 4a2 + 4a + 1 = 2(2a2 + 2a) + 1. This expresses n2 as twice
an integer, plus 1, so n2 is odd.
Conversely, we need to prove that n2 being odd implies that n is odd.
We use contrapositive proof. Suppose n is not odd. Then n is even, so
n = 2a for some integer a (by definition of an even number). Thus n2 =
(2a)2 = 2(2a2 ), so n2 is even because it’s twice an integer. Thus n2 is not
odd. We’ve now proved that if n is not odd, then n2 is not odd, and this is
a contrapositive proof that if n2 is odd then n is odd. ■
From this we get a − b = 2(3n), which implies 2|(a − b), so a ≡ b (mod 2). But
we also get a − b = 3(2n), which implies 3|(a − b), so a ≡ b (mod 3). Therefore
a ≡ b (mod 2) and a ≡ b (mod 3).
Conversely, suppose a ≡ b (mod 2) and a ≡ b (mod 3). Since a ≡ b (mod 2)
we get 2|(a − b), so there is an integer k for which a − b = 2k. Therefore a − b
is even. Also, from a ≡ b (mod 3) we get 3|(a − b), so there is an integer `
for which
a − b = 3` .
Equivalent Statements 115
But since we know a − b is even, it follows that ` must be even also, for
if it were odd then a − b = 3` would be odd. (Because a − b would be the
product of two odd integers.) Hence ` = 2m for some integer m. Thus
a − b = 3` = 3 · 2 m = 6 m. This means 6|(a − b), so a ≡ b (mod 6). ■
and back to P . Similarly, one approach to proving the theorem cited at the
beginning of this section would be to prove (a) ⇒ (b), then (b) ⇒ (c), then
(c) ⇒ (d), then (d) ⇒ (e), then (e) ⇒ (f), and finally (f) ⇒ (a). This pattern is
illustrated below.
(a) =⇒ ( b) =⇒ ( c)
⇑ ⇓
( f ) ⇐= ( e) ⇐= ( d )
Notice that if these six implications have been proved, then it really does
follow that the statements (a) through (f) are either all true or all false.
If one of them is true then the circular chain of implications forces them
all to be true. On the other hand, if one of them (say (c)) is false, the fact
that (b) ⇒ (c) is true forces (b) to be false. This combined with the truth of
(a) ⇒ (b) makes (a) false, and so on counterclockwise around the circle.
Thus to prove that n statements are equivalent, it suffices to prove n
conditional statements showing each statement implies another, in circular
pattern. But it is not necessary that the pattern be circular. The following
schemes would also do the job.
(a) =⇒ ( b) ⇐⇒ ( c)
⇑ ⇓
( f ) ⇐= ( e) ⇐⇒ ( d )
(a) ⇐⇒ ( b) ⇐⇒ ( c)
m
( f ) ⇐⇒ ( e) ⇐⇒ ( d )
∃ x, R ( x)
This statement asserts that there exists some specific object x for which
R ( x) is true. To prove ∃ x, R ( x) is true, all we would have to do is find and
display an example of a specific x that makes R ( x) true.
Though most theorems and propositions are conditional (or if-and-
only-if) statements, a few have the form ∃ x, R ( x). Such statements are
called existence statements, and theorems that have this form are called
existence theorems. To prove an existence theorem, all you have to do
is provide a particular example that shows it is true. This is often quite
simple. (But not always!) Here are some examples.
Proof. Consider the number 1729. Note that 13 + 123 = 1729 and 93 + 103 =
1729. Thus the number 1729 can be expressed as the sum of two perfect
cubes in two different ways. ■
15. Suppose a, b ∈ Z. Prove that a + b is even if and only if a and b have the same
parity.
16. Suppose a, b ∈ Z. If ab is odd, then a2 + b2 is even.
17. There is a prime number between 90 and 100.
18. There is a set X for which N ∈ X and N ⊆ X .
19. If n ∈ N, then 20 + 21 + 22 + 23 + 24 + · · · + 2n = 2n+1 − 1.
20. There exists an n ∈ N for which 11|(2n − 1).
21. Every real solution of x3 + x + 3 = 0 is irrational.
22. If n ∈ Z, then 4 | n2 or 4 | (n2 − 1).
23. Suppose a, b and c are integers. If a | b and a | ( b2 − c), then a | c.
24. If a ∈ Z, then 4 - (a2 − 3).
p
25. If p > 1 is an integer and n - p for each integer n for which 2 ≤ n ≤ p, then p is
prime.
26. The product of any n consecutive positive integers is divisible by n!.
27. Suppose a, b ∈ Z. If a2 + b2 is a perfect square, then a and b are not both odd.