Methods of Proof
Methods of Proof
Methods of Proof
Week 2
Methods of Proof
Acknowledgement
<<Title>>
These slides have been adapted
from:
.
Contents
Methods of Proofing
1 Direct Proof
1
2 2
Contrapositive Proof
3 3
Mathematical Induction
. 4 4
Counter Example
A theorem is a mathematical statement that is
true and can be (and has been) verified as
true.
Direct Proof
Contrapositive Proof
Mathematical Induction
Counter Example
Direct Proof
In the direct proof, the goal is to show that conditional statement of form
P → Q is true.
Begin by assuming that P is true and show this forces Q to be true.
Proposition If P, then Q.
Proof. Suppose P.
…
Therefore Q.
Example
Proposition If P, then Q.
Therefore ~P.
Example
Proposition Suppose x Z. If 7x+9 is even, then x is odd.
Note :
P : 7x+9 is even Q : x is odd
~P : 7x+9 is not even (odd) ~Q : x is not odd (even)
Mathematical Induction
Mathematical induction is designed to answer when we have a set of
statements S1,S2,S3,...,Sn,..., and we need to prove that they are all true.
To visualize it, think of the statements as dominoes, lined up in a row.
Proof. (Induction)
(1) Prove that the first statement S1 is true.
(2) Given any integer k ≥ 1, prove that the statement Sk Sk+1 is true.
Outline Counterexample