DM Handout
DM Handout
Introduction to Proofs
Q1) Use a direct proof to show that the sum of two even integers is even.
Q2) Show that the additive inverse, or negative, of an even number is an even
number using a direct proof.
Q3) Use a direct proof to show that the product of two odd numbers is odd.
Q4) Prove by contradiction that if x, y, and z are integers and x + y + z is odd, then
at least one of x, y, and z is odd.
Q5) Prove by contraposition that if m and n are integers and mn is even, then m is
even or n is even.
Q8) Prove the proposition P(1), where P(n) is the proposition “If n is a positive
integer, then n2 ≥ n.” What kind of proof did you use?
Q9) Prove that if n is a positive integer, then n is even if and only if 7n + 4 is even.
1 pg.
Solutions
Q1)
We must show that whenever we have two even integers, their sum is even.
Suppose that a and b are two even integers.
Then there exist integers s and t such that a = 2s and b = 2t
Adding, we obtain
a + b = 2s + 2t = 2(s + t)
Since this represents a + b as 2 times the integer s + t
We conclude that a + b is even, as desired.
Q2)
We must show that whenever we have an even integer, its negative is even.
Suppose that a is an even integer.
Then there exists an integer s such that a = 2s.
Its additive inverse is -2s, which by rules of arithmetic and algebra = 2(-s)
Since this is 2 times the integer -s, it is even, as desired.
Q3)
Q4)
2 pg.
Q5)
Q6)
P= 3n + 2 is even
q= n is even
We must prove the contrapositive: ¬q ¬ p
If n is odd, then 3n + 2 is odd.
Assume that n is odd.
Then we can write n = 2k + 1 for some integer k
Then 3n + 2 = 3(2k + 1) + 2 = 6k + 5 = 2(3k + 2) + 1.
Thus 3n + 2 is two times some integer plus 1,
so it is odd.
This means pq
Q7)
3 pg.
Q8)
Q9)
We need to prove two things, since this is an “if and only if" statement.
First let us prove directly that if n is even then 7n + 4 is even.
Since n is even, it can be written as 2k for some integer k.
Then 7n + 4 = 14k + 4 = 2(7k + 2).
This is 2 times an integer, so it is even, as desired.
Next we give a proof by contraposition that if 7n + 4 is even then n is even.
So suppose that n is not even, i.e., that n is odd.
Then n can be written as 2k +1 for some integer k .
Thus 7n+4 = 14k +11 = 2(7k +5)+1.
This is 1 more than 2 times an integer, so it is odd.
That completes the proof by contraposition.
4 pg.