While the concept of a proof is universal, the method used to derive the theorem varies. Choosing the right method is often the key to solving the problem.
1. Direct Proof
The standard approach. Assume the axioms and hypothesis () are true, and logically deduce the conclusion ().
- Structure:
2. Proof by Contra-positive
Instead of proving , we prove its logical equivalent: .
- When to use: When looks complicated or “negative” (e.g., “then is not divisible by…”).
- Example: Prove “If is even, then is even.”
- Contrapositive: “If is odd, then is odd.” (Much easier to prove: , which is odd).
3. Proof by Contradiction
To prove is True, assume (for the sake of argument) that is False, and show that this assumption leads to a logical impossibility (e.g., or ).
- Structure: Assume . Therefore, is impossible, so must be True.
- Classic Example: is irrational.
4. Proof by Cases
If a statement holds for all possible disjoint cases that cover the entire domain, it is true.
- Example: Proving properties of absolute value often requires two cases: Case 1 () and Case 2 ().
- Warning: Ensure your cases are exhaustive (cover all possibilities).
5. Non-Constructive Existence Proofs
Proving is true without actually telling you what is.
- Often uses the Pigeonhole Principle or Intermediate Value Theorem.
- Example: “There exist two irrational numbers such that is rational.” (Proof uses cases on without confirming if it’s rational or not).