You are viewing a free preview of this lesson.
Subscribe to unlock all 10 lessons in this course and every other course on LearningBro.
Proof by deduction — also known as direct proof — is the most fundamental and widely used method of proof in A-Level Mathematics. It involves starting from known facts, definitions, axioms, or previously established results, and applying logical reasoning step by step until you reach the conclusion you wish to establish. Every step in a deductive proof must follow logically from the previous one.
The AQA A-Level Mathematics specification (7357) requires students to "construct and present mathematical arguments through appropriate use of diagrams; sketching graphs; logical deduction; precise statements involving correct use of symbols and connecting language." Proof by deduction is the backbone of this requirement.
A deductive proof typically follows this pattern:
Exam Tip: Always define your variables. If you write "Let n be an integer," the examiner knows you understand what you are working with. Never assume the reader knows what your variables represent.
Before you can construct a deductive proof about properties of integers, you must be able to represent those properties algebraically. The following representations are essential:
| Property | Algebraic Form |
|---|---|
| An even number | 2n, where n is an integer |
| An odd number | 2n + 1, where n is an integer |
| Consecutive integers | n, n + 1, n + 2, ... |
| Consecutive even numbers | 2n, 2n + 2, 2n + 4, ... |
| Consecutive odd numbers | 2n + 1, 2n + 3, 2n + 5, ... |
| A multiple of k | kn, where n is an integer |
| A number that leaves remainder r when divided by k | kn + r |
| A perfect square | n², where n is an integer |
Important: When proving results involving two different integers, use different letters. For example, represent two even numbers as 2a and 2b, not 2n and 2n — the latter would force them to be the same number.
Let the two even numbers be 2a and 2b, where a and b are integers.
2a + 2b = 2(a + b)
Since a + b is an integer (the integers are closed under addition), 2(a + b) is a multiple of 2, and therefore even.
Therefore, the sum of two even numbers is always even. ∎
Let the two odd numbers be 2a + 1 and 2b + 1, where a and b are integers.
(2a + 1) + (2b + 1) = 2a + 2b + 2 = 2(a + b + 1)
Since a + b + 1 is an integer, 2(a + b + 1) is a multiple of 2, and therefore even.
Therefore, the sum of two odd numbers is always even. ∎
Let the two odd numbers be 2a + 1 and 2b + 1, where a and b are integers.
(2a + 1)(2b + 1) = 4ab + 2a + 2b + 1 = 2(2ab + a + b) + 1
Since 2ab + a + b is an integer, the product has the form 2k + 1 for integer k, which is odd.
Therefore, the product of two odd numbers is always odd. ∎
n³ − n = n(n² − 1) = n(n − 1)(n + 1) = (n − 1)n(n + 1)
This is the product of three consecutive integers. Among any three consecutive integers:
Therefore, the product is divisible by both 2 and 3. Since 2 and 3 are coprime, the product is divisible by 2 × 3 = 6.
Therefore, n³ − n is divisible by 6 for all integers n. ∎
n² + n = n(n + 1)
This is the product of two consecutive integers. Of any two consecutive integers, exactly one is even. Therefore the product contains a factor of 2 and is even.
Therefore, n² + n is always even. ∎
LHS = (a + b)² − (a − b)²
= (a² + 2ab + b²) − (a² − 2ab + b²)
= a² + 2ab + b² − a² + 2ab − b²
= 4ab
= RHS ∎
LHS = (n + 3)² − (n + 1)²
= (n² + 6n + 9) − (n² + 2n + 1)
= 4n + 8
= 4(n + 2)
= RHS ∎
Exam Tip: When proving an identity, always start from one side (usually the LHS) and manipulate it until you reach the other side. Never work from both sides simultaneously towards a middle expression — this is not logically valid as a proof.
Let n = 2k, where k is an integer.
n² = (2k)² = 4k² = 2(2k²)
Since 2k² is an integer, n² = 2(2k²) is even.
Therefore, if n is even, then n² is even. ∎
Let n = 2k + 1, where k is an integer.
n² = (2k + 1)² = 4k² + 4k + 1 = 2(2k² + 2k) + 1
Since 2k² + 2k is an integer, n² has the form 2m + 1, which is odd.
Therefore, if n is odd, then n² is odd. ∎
Using the same variable for different quantities. Writing "Let the two even numbers be 2n and 2n" forces them to be the same number.
Assuming what you are trying to prove. This is circular reasoning. You must start from known facts and derive the conclusion.
Checking specific cases instead of proving generally. Showing that a result works for n = 1, 2, 3 is not a proof — it is verification of particular cases.
Missing the concluding statement. Always write a sentence at the end that directly states what has been proved.
Not defining variables. Always state "Let n be an integer" or similar before using a variable.
Exam Tip: In AQA exam papers, proof by deduction questions often ask you to "Prove that..." followed by an algebraic statement. Read the question carefully — if it says "for all integers n," you must give a general proof, not check specific values. Structure your proof clearly: define variables, perform algebraic manipulation, and conclude with a sentence that refers back to the original statement.