Direct Proof
In a direct proof, we assume the hypothesis is true and use definitions, axioms, and previously proved theorems to show the conclusion is true.
To prove: p ā q
1. Assume p is true
2. Derive q from p using logical steps
3. Therefore p ā q
Proof by Contrapositive
Instead of proving p ā q directly, we prove its contrapositive ¬q ā ¬p, which is logically equivalent.
To prove: p ā q
1. Assume ¬q is true (the conclusion is false)
2. Derive ¬p from ¬q
3. Therefore ¬q ā ¬p, which means p ā q
Proof by Contradiction
Assume the negation of what you want to prove, then show this assumption leads to a contradiction.
To prove: p
1. Assume ¬p is true
2. Derive a contradiction (e.g., r ⧠¬r)
3. Therefore ¬p must be false, so p is true
Example: ā2 is irrational ā proved by contradiction by assuming it is rational and finding a contradiction.
Mathematical Induction
Induction proves statements about natural numbers by verifying a base case and an inductive step.
To prove: P(n) for all n ā„ nā
1. Base Case: Prove P(nā) is true
2. Inductive Step: Assume P(k) is true for some k ā„ nā
Prove P(k+1) is true using the assumption
3. By induction, P(n) is true for all n ā„ nā