Methods of Mathematical Proof
A mathematical proof is a sequence of logical statements showing that if certain assumptions (axioms or previously proven theorems) are true, then a conclusion must also be true. Proofs are the “currency” of mathematics; a conjecture remains a mere hypothesis until it is anchored into the mathematical landscape by a rigorous proof. In this lesson, we examine the primary taxonomy of proof methods.
1. Direct Proof
The most straightforward form of reasoning is the Direct Proof. To prove , we assume the prefix (the hypothesis) is true and use a chain of established truths to show that (the conclusion) must also be true.
Example: Prove that the sum of two even integers is always even.
- Assume and are even. By definition, and for some integers .
- Consider the sum .
- Factor out the common term: .
- Since the sum of two integers is an integer , then .
- By definition, is even.
2. Proof by Contraposition
This method relies on the logical equivalence between a statement and its contrapositive: . Sometimes, it is easier to prove that the failure of the conclusion implies the failure of the hypothesis.
Example: Prove that for any integer , if is even, then is even.
- The contrapositive is: “If is odd, then is odd.”
- Assume is odd. Then for some integer .
- Calculate .
- Since is an integer, is of the form and is therefore odd.
- Since the contrapositive is true, the original statement is true.
3. Proof by Contradiction (Reductio ad Absurdum)
To prove , we assume and demonstrate that this assumption leads to a logical contradiction (e.g., or “the number is both even and odd”). If the negation leads to an impossibility, then must be true.
Example: The Irrationality of
- Assume is rational. Then where are integers in simplest form (no common factors).
- Square both sides: .
- Since is a multiple of , must be even (as proven by contraposition previously). Let .
- Substitute: .
- This implies is even, so is even.
- If and are both even, they have a common factor of , contradicting the assumption that was in simplest form.
- Thus, the assumption that is rational is false.
4. Existence Proofs: Constructive vs. Non-Constructive
Existence theorems prove that an object with certain properties exists ().
- Constructive Proof: Provides an explicit example or a algorithm to find the object.
- Non-Constructive Proof: Shows that the object must exist without identifying it. A classic example uses the Law of the Excluded Middle.
Non-Constructive Example: Prove there exist irrational numbers such that is rational.
- Consider .
- If this is rational, we are done ().
- If it is irrational, let and . Then , which is rational.
- In either case, such a pair exists, though we haven’t determined which pair it is!
5. Counterexamples and Disproof
To disprove a universal statement , we only need one counterexample—a single element such that .
Example: Disprove “Every odd number is prime.”
- Let .
- is odd, but , so it is not prime.
- The statement is false.
Proof by Cases (Exhaustion)
If the domain can be partitioned into a finite number of cases, we can prove the statement for each case separately. This is common in discrete math and group theory.
Example: Prove that is always even for any integer .
- Case 1: is even. , which is even.
- Case 2: is odd. , which is even.
- Since must be either even or odd, the statement is true for all .
Higher-Level Structure: Lemma, Theorem, Corollary
Mathematical papers organize proofs using hierarchy:
- Definition: Sets the terms.
- Lemma: A “helper” theorem; a minor result used to prove a larger one.
- Theorem: A significant mathematical result.
- Corollary: A result that follows immediately from a theorem.
- Scholium: An explanatory remark or additional information.
Knowledge Check
In a 'Proof by Contradiction' (Reductio ad Absurdum), what is the first step?
By internalizing these methods, you gain the ability to navigate complex mathematical landscapes with certainty, moving beyond mere calculation into the realm of structured discovery.