Mathematical proof
A mathematical proof is a logically complete argument showing that a statement must be true in every case allowed by its conditions. A calculation can verify one case and many examples can suggest a pattern, but neither proves a general claim.
At A-level you must be able to:
- prove statements by deduction
- prove statements by exhaustion
- prove statements by contradiction
- disprove a universal statement using a counterexample
The central skill is not memorising four templates. It is recognising what the statement claims, translating its definitions precisely, and choosing an argument that covers exactly the required cases.
Prerequisites
Section titled “Prerequisites”You should be able to:
- expand, factorise and rearrange algebraic expressions
- use the meanings of integer, factor, multiple, prime, even, odd, rational and irrational
- distinguish an identity from an equation
- read implications and inequalities accurately
- explain why each line of algebra follows from the previous line
Review proof and reasoning if words such as for every, there exists, implies or if and only if are unfamiliar. Review algebraic fluency if expanding and factorising interrupt your reasoning.
Statements, assumptions and conclusions
Section titled “Statements, assumptions and conclusions”Many proof questions have the form
read as ” implies ” or “if , then ”. Here is the hypothesis and is the conclusion.
For example:
If an integer is divisible by , then is divisible by .
The hypothesis permits us to write for some . The conclusion is what must be established:
Since is an integer, is divisible by .
That final sentence is essential. The algebra alone shows a form; the definition of divisibility turns the form into the conclusion.
Necessary does not mean sufficient
Section titled “Necessary does not mean sufficient”From , you cannot generally conclude .
is true, but its converse is false: is even and is not divisible by .
An equivalence requires proof in both directions:
means both and .
The four proof methods
Section titled “The four proof methods”| Method | Core idea | Best suited to |
|---|---|---|
| Deduction | Start from known facts and derive the conclusion | algebraic, divisibility and parity claims |
| Exhaustion | Split a finite set of possibilities into cases | parity, remainders and small finite domains |
| Contradiction | Assume the claim is false and derive an impossibility | irrationality and non-existence claims |
| Counterexample | Find one allowed case where a universal claim fails | disproving statements |
The first three establish truth. A counterexample establishes falsity.
Proof by deduction
Section titled “Proof by deduction”Deduction is a direct chain of valid implications. Begin with an arbitrary object satisfying the hypothesis, express the definitions algebraically, and work towards the required conclusion.
Worked example 1: consecutive squares
Section titled “Worked example 1: consecutive squares”Prove that the difference between the squares of two consecutive integers is odd.
Let the consecutive integers be and , where . Then
Since is an integer, has the form for an integer , namely . Therefore the difference is odd.
The letter represents an arbitrary integer, so the proof covers every pair of consecutive integers. Testing would cover only one pair.
Worked example 2: a polynomial factor
Section titled “Worked example 2: a polynomial factor”Prove that is divisible by for every integer .
Factorise:
These are three consecutive integers. Among any three consecutive integers:
- one is divisible by
- at least one is even, so one is divisible by
Therefore their product is divisible by . Hence is divisible by .
This proof combines algebra with established facts about consecutive integers. Saying “the expression contains a factor ” would be inaccurate because the displayed factorisation does not literally show one factor equal to .
Study the full method in proof by deduction and exhaustion.
Proof by exhaustion
Section titled “Proof by exhaustion”Exhaustion proves a claim by checking every possible case. It is rigorous only when the cases are mutually exclusive and collectively cover the entire domain.
Worked example 3: square remainders
Section titled “Worked example 3: square remainders”Prove that the square of any integer leaves remainder or when divided by .
Every integer is either even or odd, so these two cases exhaust all possibilities.
Case 1: is even. Write for some integer . Then
so leaves remainder when divided by .
Case 2: is odd. Write . Then
so leaves remainder when divided by .
Every integer is in exactly one of these cases. Therefore an integer square leaves remainder or modulo .
Checking without explanation is incomplete unless you first justify why these represent all possible remainders modulo . Exhaustion is about complete categories, not merely a long list.
Proof by contradiction
Section titled “Proof by contradiction”In a proof by contradiction, assume the exact negation of the desired result. If valid deductions lead to an impossibility, the assumption is false and the original statement is true.
The structure is
Worked example 4: no smallest positive rational number
Section titled “Worked example 4: no smallest positive rational number”Prove that there is no smallest positive rational number.
Assume, for contradiction, that there is a smallest positive rational number . Since ,
Also, if for integers with , then
so is rational. We have constructed a positive rational number smaller than the supposed smallest one. This is a contradiction. Therefore no smallest positive rational number exists.
The contradiction must be identified explicitly. A result is not contradictory merely because it is unexpected.
Continue with proof by contradiction, including proofs involving irrational numbers and infinitely many primes.
Disproof by counterexample
Section titled “Disproof by counterexample”A statement of the form
is disproved by one value for which is false. The value must satisfy every condition in the claim.
Worked example 5: disprove an implication
Section titled “Worked example 5: disprove an implication”Disprove:
For every integer , if is even, then is divisible by .
Take . Then is even, so the hypothesis holds, but is not divisible by , so the conclusion fails. Therefore is a counterexample and the statement is false.
A failed hypothesis is not a counterexample. For instance, does not help because is not even. Learn how to choose valid test cases in disproof by counterexample.
Definitions are proof tools
Section titled “Definitions are proof tools”Informal intuition is useful for finding a route, but definitions make it rigorous.
| Property | Algebraic form |
|---|---|
| is even | for some |
| is odd | for some |
| divides | for some |
| is rational | for , |
| is prime | and its only positive factors are and |
Worked example 6: closure of rational numbers
Section titled “Worked example 6: closure of rational numbers”Prove that the sum of two rational numbers is rational.
Let
where and . Then
The numerator and denominator are integers, and . Thus is a ratio of two integers with a non-zero denominator, so it is rational.
It is not enough to write “rational plus rational is rational” because that merely repeats the claim. The fraction form proves it from the definition.
Common misconceptions
Section titled “Common misconceptions”Examples provide evidence, not universal proof
Section titled “Examples provide evidence, not universal proof”The first thousand values might fit a pattern while the next one fails. A proof must handle an arbitrary permitted value or a complete set of cases.
Algebra must preserve logic
Section titled “Algebra must preserve logic”Squaring can introduce extra possibilities. From we may deduce , but from we obtain or . Use rather than when a step is not reversible.
A diagram is not usually a proof
Section titled “A diagram is not usually a proof”A sketch can suggest relationships, but it may hide exceptional or badly scaled cases. Convert visual insight into algebra or a justified geometric theorem.
Do not prove the converse by accident
Section titled “Do not prove the converse by accident”To prove “if , then ”, start with and reach . Starting with and reaching proves the converse, which may be false.
Do not assume the conclusion
Section titled “Do not assume the conclusion”Using the statement you are trying to establish is circular reasoning. In contradiction, you assume its negation, not the statement itself.
Self-check
Section titled “Self-check”1. Identify the method
Section titled “1. Identify the method”Which method is most natural for each task?
- Prove that the product of two odd integers is odd.
- Prove that is irrational.
- Prove a property separately for integers of the forms , and .
- Disprove “all prime numbers are odd”.
Answers
- Deduction: write the integers as and .
- Contradiction: assume in lowest terms.
- Exhaustion: the three forms cover every integer remainder modulo .
- Counterexample: is prime but is not odd.
2. Complete a deduction
Section titled “2. Complete a deduction”Prove that the sum of three consecutive integers is divisible by .
Answer
Let the integers be , and , where . Their sum is
Since is an integer, is divisible by .
3. Find the logical gap
Section titled “3. Find the logical gap”A student writes:
, and , all of which are even. Therefore is even for every odd integer .
Why is this not a proof, and how can it be repaired?
Answer
Three examples do not cover every odd integer. Let , where . Then
The bracket is an integer, so is even.
4. Test a universal claim
Section titled “4. Test a universal claim”Is the statement “for every real , ” true? Prove or disprove it.
Answer
It is false. Take . Then
Thus is a counterexample.
Recommended learning route
Section titled “Recommended learning route”- Begin with proof by deduction and exhaustion to turn definitions into direct arguments and construct complete case splits.
- Study proof by contradiction to learn precise negation and how an impossible consequence establishes a result.
- Finish with disproof by counterexample to distinguish testing from proof and to attack false universal claims efficiently.
- Apply the methods in communicating mathematical reasoning, where notation, justification and exam command words are treated explicitly.
When choosing a method, first ask what would settle the statement: a direct chain, a complete finite split, an impossible negation, or one failing case. That decision usually matters more than the algebra that follows.