Study smarter with Fiveable
Get study guides, practice questions, and cheatsheets for all your subjects. Join 500,000+ students with a 96% pass rate.
Proof techniques are the backbone of discrete mathematics—and honestly, of all rigorous mathematical thinking. You're not just being tested on whether you can recite definitions; you're being tested on whether you can construct valid arguments and recognize which proof strategy fits which situation. Every theorem you encounter in this course was established using one of these techniques, and exam questions frequently ask you to either write proofs yourself or identify the method being used in a given argument.
The key insight here is that different proof techniques exploit different logical structures. Some work by building forward from assumptions, others by working backward from contradictions, and still others by systematic case analysis. Don't just memorize the names—know when each technique is your best tool and why. If you can identify the logical structure of a claim, you can select the right proof strategy almost automatically.
These techniques work by starting from what you know and logically progressing toward what you want to prove. They follow the natural direction of implication.
Compare: Direct Proof vs. Proof by Construction—both build forward, but direct proof establishes that something must be true, while construction proves something exists by producing it. If an FRQ says "prove there exists," construction is your go-to.
When the direct path is blocked, these techniques take a detour. They leverage logical equivalences or the impossibility of contradictions.
Compare: Contradiction vs. Contraposition—both are indirect, but contraposition proves the equivalent contrapositive statement, while contradiction assumes the opposite and derives impossibility. Use contraposition when you can clearly work with ; use contradiction when you need to show something simply cannot be.
These techniques handle complexity by breaking it into manageable pieces. They ensure no scenario is overlooked.
Compare: Proof by Cases vs. Proof by Exhaustion—cases divide by type (like even/odd), while exhaustion checks every individual instance. Use cases when there's a natural partition; use exhaustion when you can literally enumerate all possibilities.
Mathematical induction is a specialized technique for proving statements about infinite sequences, particularly those indexed by natural numbers. It works by establishing a domino effect.
Compare: Standard Induction vs. Strong Induction—standard assumes only to prove , while strong assumes all at once. Use strong induction when depends on multiple previous cases, not just the immediate predecessor.
Not every proof establishes truth—sometimes you need to show a claim is false or reveal fundamental limitations.
Compare: Counterexample vs. Diagonalization—counterexample disproves a specific claim with one instance, while diagonalization proves structural impossibility (like "no enumeration can capture all reals"). Diagonalization is a specialized tool; counterexample is your everyday falsification method.
| Concept | Best Examples |
|---|---|
| Forward-building proofs | Direct Proof, Proof by Construction, Proof by Equivalence |
| Indirect proofs | Proof by Contradiction, Proof by Contraposition |
| Case-based reasoning | Proof by Cases, Proof by Exhaustion |
| Infinite sequences | Mathematical Induction (standard and strong) |
| Disproving claims | Proof by Counterexample |
| Uncountability/limits | Proof by Diagonalization |
| Existence statements | Proof by Construction, Proof by Contradiction |
| "If and only if" statements | Proof by Equivalence |
You need to prove "If is even, then is even." Would direct proof or contraposition be more efficient, and why?
What do Proof by Contradiction and Proof by Contraposition have in common, and what's the key difference in how they reach their conclusions?
A classmate claims "All functions from to can be listed." Which proof technique would you use to refute this, and what's the core idea?
When proving a statement about all natural numbers using induction, what happens to your proof if you establish the inductive step but forget the base case?
Compare Proof by Cases and Proof by Exhaustion: give an example of a claim where you'd use cases and another where exhaustion would be necessary.