Proof by deduction and exhaustion
A mathematical proof shows that a claim must be true in every case it covers. Two important A-level methods are:
- deduction, where established facts and definitions are linked in a logically valid chain;
- exhaustion, where every possible case in a finite set is checked.
The hard part is usually not the algebra. It is representing the claim generally enough, justifying each implication, and knowing when all cases have genuinely been covered.
Prerequisites
Section titled “Prerequisites”You should be able to:
- expand, factorise and rearrange algebraic expressions;
- use integer notation such as ;
- recognise factors, multiples, odd numbers and even numbers;
- distinguish a universal claim, such as “for every integer”, from a claim about one example.
Review algebraic proof and mathematical reasoning or algebraic fluency if these ideas are uncertain.
What deduction means
Section titled “What deduction means”A deductive proof starts from the hypothesis and moves through statements that follow necessarily from what is already known. Its basic shape is
If is the given information and is the required conclusion, the chain proves .
For example, if is even, then for some . Therefore
Since , has the form for an integer . Hence is even.
The last sentence matters. The algebra produces a form; the definition turns that form into the conclusion.
Translating definitions into algebra
Section titled “Translating definitions into algebra”Direct proofs become manageable when verbal properties are written in a usable form.
| Property | Algebraic form |
|---|---|
| is even | , |
| is odd | , |
| is a multiple of | , |
| divides | , |
| is rational | , , |
| is positive |
Use different integer parameters for quantities that may differ. Two arbitrary odd integers should normally be written and , not both as .
Worked example 1: sum of two odd integers
Section titled “Worked example 1: sum of two odd integers”Prove that the sum of any two odd integers is even.
Let the odd integers be and , where . Their sum is
Since , the sum is twice an integer. Therefore it is even.
This proof covers negative odd integers too. No positivity was assumed.
Worked example 2: an odd square
Section titled “Worked example 2: an odd square”Prove that the square of an odd integer is odd.
Let , where . Then
The number is an integer, so has the form . Hence is odd.
Self-check 1
Section titled “Self-check 1”Prove that the product of an even integer and any integer is even.
Answer
Let the even integer be and let the other integer be , where . Then
Since , the product is twice an integer and is therefore even.
Divisibility proofs
Section titled “Divisibility proofs”To prove that an expression is divisible by , rewrite it as multiplied by an integer. Merely obtaining a decimal or checking several substitutions is not enough.
Worked example 3: consecutive integers
Section titled “Worked example 3: consecutive integers”Prove that the product of three consecutive integers is divisible by .
Let the integers be , and , where .
Among any two consecutive integers, one is even. Therefore the product has a factor of .
Every integer has one of the forms
If , then is divisible by . If , then is divisible by . If , then is divisible by .
Thus the product has a factor of and a factor of . Since and are coprime, it is divisible by .
This is deduction containing a small exhaustive case split. Methods can work together.
Worked example 4: a factorisation that exposes divisibility
Section titled “Worked example 4: a factorisation that exposes divisibility”Prove that is divisible by for every integer .
Factorise:
These are three consecutive integers. By the previous result, their product is divisible by . Hence is divisible by .
Notice the efficient structure: an established result may be used once its conditions are matched exactly.
Self-check 2
Section titled “Self-check 2”Prove that the difference between the squares of two consecutive integers is odd.
Answer
Let the consecutive integers be and , where . Then
Since , this has the form for an integer . Therefore the difference is odd.
Deduction with inequalities
Section titled “Deduction with inequalities”An inequality proof must preserve direction correctly. You may:
- add or subtract the same expression on both sides;
- multiply by a known positive quantity without reversing the sign;
- multiply by a known negative quantity only if the sign is reversed;
- use a square such as for real .
Worked example 5: starting from a non-negative square
Section titled “Worked example 5: starting from a non-negative square”Prove that
for every .
For real ,
Expanding gives
so
Because , division by preserves the inequality:
Equality occurs when , so equality holds precisely at .
Worked example 6: proving one expression is larger
Section titled “Worked example 6: proving one expression is larger”Prove that for every real .
Consider the difference:
For every real , , so . Therefore
for every real .
Self-check 3
Section titled “Self-check 3”Prove that for all real and . When does equality hold?
Answer
Since every real square is non-negative,
Therefore
which rearranges to
Equality holds precisely when , which means .
Identities and equations are different
Section titled “Identities and equations are different”An identity is true for every value in its stated domain. An equation may be true only for particular values.
To prove an identity, start from one side and use valid algebra to reach the other, or show that both sides equal the same expression. Do not begin by writing the target equality and then manipulate it as though it were already known.
Worked example 7: a rational identity
Section titled “Worked example 7: a rational identity”Prove that, for ,
Starting from the left-hand side,
which is the right-hand side. The restrictions ensure that no denominator is zero.
Checking would confirm only one value. It would not prove the identity.
Proof by exhaustion
Section titled “Proof by exhaustion”Proof by exhaustion divides the claim into a finite list of possible cases and proves each one. It is valid only when:
- the cases cover every possibility;
- no case is left as “similar” without adequate justification;
- the conclusion is verified in each case.
The list may be written explicitly, or generated systematically using parity, remainders, signs or a finite range.
Worked example 8: explicit finite checking
Section titled “Worked example 8: explicit finite checking”Prove that is prime for every integer satisfying .
There are exactly six possible integers:
Each output is prime. Since the table covers every integer in the stated range, the claim is proved.
This does not prove the expression prime for all non-negative integers. Indeed, at ,
which is composite.
Worked example 9: exhaustion by remainders
Section titled “Worked example 9: exhaustion by remainders”Prove that every integer square leaves remainder or when divided by .
Every integer has exactly one of the forms
where . Squaring each form gives
The first and third forms have remainder on division by ; the second and fourth have remainder . These four cases exhaust all integers, so the result follows.
A shorter parity split also works. If , then . If , then .
Worked example 10: choosing cases economically
Section titled “Worked example 10: choosing cases economically”Prove that is even for every integer by exhaustion.
Every integer is either even or odd.
- If , then , so the product is even.
- If , then , so , which is even.
The even and odd cases cover all integers. Therefore is always even.
Self-check 4
Section titled “Self-check 4”Prove that is odd when is even and odd when is odd. Hence prove it is odd for every integer .
Answer
If , then
which is odd.
If , then
which is odd. Every integer is either even or odd, so the two cases exhaust all possibilities.
Deduction or exhaustion?
Section titled “Deduction or exhaustion?”Choose the method that makes completeness easiest to see.
| Feature of the problem | Natural approach |
|---|---|
| A general algebraic implication | Deduction from definitions |
| A finite stated list or bounded integer range | Exhaustion |
| Behaviour depends on odd or even input | Exhaustion into two parity cases |
| Behaviour depends on remainder after division by | Exhaustion into residue cases |
| A useful factorisation or non-negative square is visible | Deduction |
Exhaustion is not less rigorous than symbolic deduction. It becomes weak only when the list is incomplete or when a large sample is mistaken for every case.
Common misconceptions
Section titled “Common misconceptions””Many examples make a proof”
Section titled “”Many examples make a proof””Examples provide evidence and may reveal a pattern. A universal statement has infinitely many possible inputs, so no finite sample proves it. Use an arbitrary input or a genuinely exhaustive classification.
”The final algebraic line speaks for itself”
Section titled “”The final algebraic line speaks for itself””If you obtain , say that is an integer and therefore the expression is even. Connect the algebra to the required definition.
”Cases chosen at random are exhaustive”
Section titled “”Cases chosen at random are exhaustive””The cases are exhaustive only if the domain is exactly . By contrast, “even or odd” is exhaustive for integers because every integer has exactly one of those properties.
”Reversible algebra automatically gives a forward proof”
Section titled “”Reversible algebra automatically gives a forward proof””Working backwards can help discover a proof, but the presented argument must show that the hypothesis implies the conclusion. This is especially important if a step such as squaring could introduce extra possibilities.
”A diagram proves the claim”
Section titled “”A diagram proves the claim””A diagram can suggest a construction, but it may not be drawn accurately or represent every configuration. A geometric proof must cite established facts such as equal radii, parallel-line angle rules or congruence conditions.
Mixed self-check
Section titled “Mixed self-check”- Prove that the sum of three consecutive integers is divisible by .
- Prove that for all real .
- An integer satisfies . Prove by exhaustion that is even.
- Explain why checking the first positive integers cannot prove that is always prime.
Answers
-
Write the integers as . Their sum is , which is divisible by because .
-
The difference between the two sides is
Therefore . Equality holds at .
-
The four values of are
Each is even, and are all possible integer values in the stated range.
-
The claim concerns infinitely many positive integers. Checking of them leaves infinitely many unchecked. In fact gives , so the claim is false even within that sample.
Proof checklist
Section titled “Proof checklist”Before finishing a proof, ask:
- Have I stated the domain of each new variable?
- Have I represented the hypothesis, rather than assumed the conclusion?
- Does every line follow from the previous information?
- If I split into cases, have I explained why they are exhaustive?
- Have I connected the final algebraic form to the required conclusion?
- Have I respected restrictions such as non-zero denominators and positive divisors?
Next steps
Section titled “Next steps”Direct deduction proves a claim by moving forward from its hypothesis. When assuming the opposite exposes an impossibility more naturally, use proof by contradiction. When a universal statement is false, a single valid example can disprove it, as explained in disproof by counterexample.
For clearer exam presentation, continue to communicating mathematical reasoning. Deductive arguments also recur in trigonometric proof and modelling and throughout algebra and calculus.