Common Mistakes in Mathematical Proofs and How to Avoid Them
A catalog of the most common errors students make when writing mathematical proofs, with explanations of why each error is wrong and how to fix it.
Why This Matters
Every mathematics student makes mistakes in proofs. That is part of learning. But some mistakes are so common that they deserve to be cataloged and studied. By learning to recognize these patterns, you can catch errors before your professor does.
This guide covers the most frequent proof errors, organized by type, with clear explanations and corrected versions.
Category 1: Logical Errors
Mistake 1: Circular Reasoning
The error: Using the conclusion of the proof as part of the argument.
Example (wrong):
Claim: .
Proof: Start with . Expanding the right side: . So , which is true.
Why it is wrong: The proof assumes the identity it is trying to prove. Starting from the conclusion and arriving at a tautology proves nothing.
Correct version:
Proof: Consider . Expanding: .
The correct proof starts from one side and derives the other.
Mistake 2: Confusing the Direction of Implication
The error: Proving "if then " instead of "if then ."
Example (wrong):
Claim: If is a prime greater than 2, then is odd.
Proof: Suppose is odd. Then is not divisible by 2. [Attempts to show is prime...]
Why it is wrong: The proof starts by assuming the conclusion ( is odd) rather than the hypothesis ( is prime greater than 2).
Correct version:
Proof: Suppose is a prime greater than 2. If were even, then for some integer , which means . Since , we have , so is not prime — contradiction. Therefore is odd.
Mistake 3: Affirming the Consequent
The error: From "" and "," concluding "."
Example (wrong):
If it rains, the ground is wet. The ground is wet. Therefore it rained.
In mathematical form: from differentiable continuous, and continuous, concluding differentiable. This is false — is continuous but not differentiable at .
Mistake 4: Denying the Antecedent
The error: From "" and "," concluding "."
Example (wrong):
If is divisible by 4, then is even. is not divisible by 4. Therefore is not even.
This is clearly wrong since 6 is even.
Category 2: Quantifier Errors
Mistake 5: Confusing and
The error: Mixing up "for all" and "there exists."
Key distinction:
"For every there exists " means can depend on .
"There exists such that for every " means a single works for all .
These are very different statements.
This error is especially common in analysis. The definition of a limit
is not the same as
The second statement says the sequence is eventually exactly equal to , which is much stronger.
Mistake 6: Using a Specific Example to Prove a Universal Statement
The error: "It works for , so it works for all ."
Example (wrong):
Claim: For all , .
Proof: Let . Then . ✓
This proves the statement for only. (And the claim is false anyway: gives , which is false.)
A universal statement requires proof that works for all values, not just one.
Mistake 7: Choosing the Wrong Witness in Existence Proofs
The error: In an existence proof, choosing an object that does not have the required property.
When proving "there exists such that ," you must actually produce a specific and verify that holds. You cannot just say " exists."
Category 3: Algebraic and Computational Errors
Mistake 8: Dividing by Something That Might Be Zero
The error: Dividing both sides of an equation by an expression without checking that it is nonzero.
Example (wrong):
Claim: implies .
"Proof": But , so . Then gives . Setting : .
The error is dividing by .
Mistake 9: Mishandling Inequalities
Common errors:
- Multiplying both sides of an inequality by a negative number without flipping the sign.
- Assuming implies (fails when and can be negative).
- Confusing strict and non-strict inequalities.
Mistake 10: Dropping Absolute Values
The error: Writing in general.
The correct statement is the triangle inequality: . Equality holds only when and have the same sign (or one is zero).
Category 4: Proof Structure Errors
Mistake 11: Incomplete Induction
The error: Proving the inductive step but forgetting the base case, or proving the base case but not the inductive step.
Both parts are necessary. Without the base case, the inductive step has nothing to stand on. The classic joke:
"All horses are the same color. Proof by induction: the base case is left to the reader."
Mistake 12: Assuming What You Want to Prove in a Proof by Contradiction
The error: In a proof by contradiction, you should assume the negation of what you want to prove. But students sometimes accidentally assume the statement itself.
Correct structure:
We want to prove . Suppose, for contradiction, that . Then... [derive contradiction]. Therefore .
Mistake 13: Claiming "Without Loss of Generality" Incorrectly
The error: Saying "WLOG assume " in a situation where the problem is not symmetric in and .
"Without loss of generality" is only valid when there is a genuine symmetry or when you can reduce the general case to the specific case by relabeling. If the hypothesis treats and differently, you cannot assume WLOG that .
Category 5: Set Theory Errors
Mistake 14: Confusing and
The error: Writing when you mean , or when you mean .
- means is an element of .
- means every element of is an element of .
- means .
- means the set is an element of .
Mistake 15: Misusing the Empty Set
The empty set is a subset of every set. But is not an element of every set. Also, : the first is the empty set, the second is a set containing one element (which happens to be the empty set).
Category 6: Analysis-Specific Errors
Mistake 16: Interchanging Limits Illegally
The error: Assuming you can swap the order of limits, integrals, sums, or derivatives without justification.
In general:
unless you have a theorem that allows the interchange (such as the dominated convergence theorem or the monotone convergence theorem).
Rule of thumb. Every time you want to interchange two limiting operations, you need a theorem that says you can. Name the theorem explicitly.
Mistake 17: Confusing Pointwise and Uniform Convergence
Pointwise convergence: for each fixed , .
Uniform convergence: .
Uniform convergence implies pointwise convergence, but not vice versa. Many theorems in analysis require uniform convergence and fail for mere pointwise convergence.
How to Avoid These Mistakes
- Read your proof out loud. This often catches logical and grammatical errors.
- Check the logic explicitly. For each "therefore" and "hence," verify that the deduction is valid.
- Test with examples. Plug in specific values to check that each step is correct.
- Verify hypotheses. Before applying a theorem, check that all of its hypotheses are satisfied.
- Have someone else read your proof. A fresh pair of eyes catches errors you have become blind to.
- Wait a day and re-read. Distance from your own work helps you see it critically.
A Checklist for Proof Review
Before submitting a proof, check:
- Every variable is introduced before it is used.
- The proof starts from the hypotheses, not the conclusion.
- Quantifiers are in the correct order.
- No division by zero.
- Inequalities are handled correctly (sign, direction, strict vs. non-strict).
- The base case of any induction is verified.
- "WLOG" is used only when there is genuine symmetry.
- Every theorem cited has its hypotheses verified.
- The proof ends by stating the conclusion.
References
- Daniel Velleman, How to Prove It, Cambridge University Press, 2019.
- Kevin Houston, How to Think Like a Mathematician, Cambridge University Press, 2009.
- Joel David Hamkins, Proof and the Art of Mathematics, MIT Press, 2020.
- Maxwell Rosenlicht, Introduction to Analysis, Dover, 1986.
- Paul Halmos, "How to Write Mathematics," L'Enseignement Mathématique, 1970.