The Art of Writing Mathematical Proofs
A comprehensive guide to writing clear, rigorous mathematical proofs, covering proof techniques, structure, common patterns, and advice from experienced mathematicians.
Why Proof Writing Matters
Writing proofs is the central activity of mathematics. It is how mathematicians communicate ideas, verify claims, and build knowledge. A proof is not just a formal verification — it is an explanation of why something is true.
Learning to write proofs well is one of the most important skills a mathematics student can develop, and it is also one of the hardest. This guide covers the main techniques, common structures, and practical advice for writing proofs that are both correct and readable.
What Is a Proof?
A mathematical proof is a logical argument that establishes the truth of a statement, starting from accepted axioms, definitions, and previously proven results.
Definition. A proof of a statement is a finite sequence of logical deductions, each following from axioms, definitions, or previously established results, that concludes with .
In practice, proofs are written in a mixture of formal logic and natural language. The goal is clarity: a reader with the appropriate background should be able to follow every step.
The Main Proof Techniques
Direct Proof
A direct proof starts from the hypotheses and works forward to the conclusion through a chain of logical implications.
Structure:
Assume . Then [reasoning]... Therefore .
Example. Prove that the sum of two even integers is even.
Proof. Let and be even integers. By definition, and for some integers and . Then
Since is an integer, is even.
Proof by Contradiction
Assume the negation of the statement you want to prove, and derive a contradiction.
Structure:
Suppose, for the sake of contradiction, that . Then [reasoning]... This contradicts [known fact]. Therefore .
Example. Prove that is irrational.
Proof. Suppose, for the sake of contradiction, that is rational. Then we can write where and are integers with no common factor. Squaring both sides gives , so .
This means is even, so is even. Write . Then , so , which means is even.
But then and are both even, contradicting our assumption that they have no common factor. Therefore is irrational.
Proof by Contrapositive
To prove "if then ," prove the logically equivalent statement "if then ."
Structure:
We prove the contrapositive. Assume . Then [reasoning]... Therefore .
Example. Prove: if is even, then is even.
Proof. We prove the contrapositive: if is odd, then is odd. Suppose is odd, so for some integer . Then
which is odd.
Proof by Induction
Used to prove statements about natural numbers (or more generally, well-ordered sets).
Structure:
Base case. Verify the statement for (or the smallest relevant value).
Inductive step. Assume the statement holds for . Prove it holds for .
By induction, the statement holds for all .
Example. Prove that for all ,
Proof. Base case. For : . ✓
Inductive step. Assume . Then
This is the formula with . By induction, the result holds for all .
Proof by Construction
Prove that an object exists by explicitly constructing it.
Example. Prove that there exists an irrational number such that is rational.
Proof. Consider . If this is rational, we are done with .
If it is irrational, set . Then
which is rational. In either case, such an exists.
The Structure of a Good Proof
A well-written proof has three parts:
- Setup. State what you are going to prove, introduce notation, and identify the proof technique.
- Body. Carry out the logical argument step by step.
- Conclusion. State what has been established and mark the end of the proof.
Signposting
Good proofs tell the reader where they are going:
- "We proceed by contradiction."
- "We will construct a sequence that converges to the desired limit."
- "The proof has two parts: first we show existence, then uniqueness."
This kind of signposting makes proofs dramatically easier to follow.
Writing Style
Be Precise
Every variable should be introduced before it is used. If you write , the reader should already know what , , and are.
Bad: "Since is small, is close to ."
Good: "Let be given. Since is continuous at , there exists such that implies ."
Be Concise
Do not write more than necessary. Every sentence should advance the argument.
Bad: "We now note that it is the case that, by the properties of limits which we studied in the previous section, the limit of the sum is equal to the sum of the limits."
Good: "By the sum law for limits, ."
Use Complete Sentences
A proof should read as grammatically correct prose, with mathematical symbols integrated into the sentences.
Bad:
Good: "Since , we have ."
Common Proof Patterns
Here are patterns that appear repeatedly across mathematics:
The - Pattern (Analysis)
To show that :
Let be given. Choose [some expression involving ]. If , then [chain of inequalities]... .
The "Take the Supremum" Pattern
To show a bound holds for a supremum:
For every , we have . Taking the supremum over all gives .
The Diagonal Argument
To show that a set is uncountable:
Suppose for contradiction that the elements can be listed as . Construct a new element that differs from in the -th component. Then is not in the list, a contradiction.
The Pigeonhole Argument
Since we have objects distributed among categories, at least one category contains at least two objects.
How to Get Better at Proof Writing
Read Good Proofs
Study proofs by skilled authors. Some books known for exceptionally clear proof writing include:
- Walter Rudin, Principles of Mathematical Analysis
- Michael Artin, Algebra
- Serge Lang, Algebra
- Allen Hatcher, Algebraic Topology
Pay attention not just to the logical content but to the writing: how the author introduces variables, motivates steps, and structures the argument.
Write and Rewrite
Your first draft of a proof is rarely your best. After writing a proof:
- Check each step for correctness.
- Remove unnecessary steps.
- Add explanation where the reasoning is not obvious.
- Read it from the perspective of someone seeing it for the first time.
Practice Regularly
Proof writing is a craft that improves with practice. Work through exercises that require proofs, not just calculations. Books specifically designed for proof practice include Daniel Velleman's How to Prove It and Joseph Rotman's Journey into Mathematics.
The Difference Between Scratch Work and a Proof
When you are solving a problem, your scratch work will be messy, nonlinear, and full of dead ends. That is normal.
A proof, however, should be clean, logical, and read as if you knew the answer all along. The reader does not need to see your failed attempts.
Principle. Scratch work is for you. The proof is for the reader.
This means the order of discovery is often the reverse of the order of presentation. You might discover the key inequality by working backward from the conclusion, but in the proof you present it as a forward deduction.
When You Are Stuck
If you cannot find a proof, try the following:
- Work specific examples. If the theorem says "for all ," try and see if a pattern emerges.
- Consider the contrapositive. Sometimes "if not then not " is easier to prove.
- Try contradiction. Assume the conclusion is false and see what breaks.
- Simplify. Can you prove a special case first?
- Draw a picture. Visualization often reveals the key idea, especially in geometry, topology, and analysis.
- Sleep on it. Seriously. The subconscious mind is remarkably good at solving mathematical problems.
Final Thoughts
Paul Halmos once wrote:
"The best way to learn to write proofs is to write proofs."
There is no shortcut. But by studying the techniques, reading good examples, and practicing deliberately, you can improve steadily. Every mathematician once struggled with their first proof. The craft becomes natural with time.
References
- Daniel Velleman, How to Prove It: A Structured Approach, Cambridge University Press, 2019.
- Joseph Rotman, Journey into Mathematics: An Introduction to Proofs, Dover, 2006.
- Kevin Houston, How to Think Like a Mathematician, Cambridge University Press, 2009.
- Paul Halmos, I Want to Be a Mathematician, Springer, 1985.
- Walter Rudin, Principles of Mathematical Analysis, McGraw-Hill, 1976.
- Lara Alcock, How to Study as a Mathematics Major, Oxford University Press, 2013.