1.3 Methods of Proof
Definition
A proof is a logical argument that establishes the truth of a mathematical statement by a sequence of deductive steps from agreed-upon axioms and previously proven statements.
Direct Proof
To prove a statement of the form
Assume
P logical deductions
Therefore,
Q
Proof by Contrapositive
To prove
Assume
¬Q logical deductions
Therefore,
¬P , henceP→Q
Proof by Contradiction
To prove a statement
Assume
¬S logical deductions
Derive a contradiction
Therefore,
S
The Mathematical Induction Principle
To prove a statement
Base Case: Show
Inductive Step: Assume
Conclusion: If both steps are verified, then
The Strong Induction Principle
To prove a statement
Base Case: Prove
Inductive Step: Assume
Note: Strong induction is logically equivalent to ordinary induction but is especially useful when the proof of
The only difference between regular induction and strong induction is that in strong induction you assume that every number up to k satisfies the condition that you wish to prove whereas in regular induction you only assume that some integer k satisfies this condition.
The Least Number Principle
Every non-empty subset of
Equivalently, in the language of a property
Let
P(n) be a statement about natural numbers. Suppose, toward a contradiction, thatP(n) fails for at least onen .Define
S={n∈ℕ:¬P(n)} .By hypothesis,
S≠∅ .Application of the LNP
Then
S has a least element; call itm=min(S) Derive the contradiction
If
m=1 , you show directly that¬P(1) is impossible (i.e. you showP(1) holds.)If
m>1 , then by minimality ofm everyk<m satisfiesP(k) .Use that fact to prove
P(m)→ again contradicting¬P(m) .Conclusion
Since assuming “there is some
n with¬P(n) ” led to a contradiction, it must be thatS is empty. Hence¬P(n) never occurs, and soP(n)∀n∈ℕ