IB Maths AA HL Topic 1 — Number & Algebra Paper 1 & 2 ~9 min read

Proof by Deduction

A proof is a sequence of logical steps that shows a statement is true for all the numbers it claims to be true for — not just the few you’ve tested. Proof by deduction is the most basic style: you start from things you already know (algebra rules, definitions of even/odd, etc.) and derive the result step by step. The biggest jump from earlier maths is that “checking three examples” no longer counts. You need an argument that covers every case, all at once.

📘 What you need to know

What is a proof, and what isn’t?

A proof is an argument — a chain of statements, each following logically from the one before, that establishes a claim is always true. Verifying a result with a handful of examples isn’t enough, because it leaves open the possibility that the next case will fail.

Example:n2 + n + 41 is prime for all n” looks true for n = 0, 1, 2, …, 39 — but it fails at n = 40, where the value is 412. Forty examples don’t constitute a proof; one counter-example destroys one.
In IB exams, the verbs “prove that…”, “show that…”, and “verify that…” all mean different things. “Prove” requires a full argument; “show” usually wants the working laid out clearly; “verify” might allow checking with substituted values. Read the question carefully.

The notation you need to recognise

Most proof questions specify the set the result holds in (e.g. “for all x“). You need to read these symbols on sight.

Symbol
Set
Examples / what’s included
Natural numbers
{0, 1, 2, 3, …} — non-negative integers, includes zero
Integers
{…, −3, −2, −1, 0, 1, 2, 3, …} — adds the negatives
+
Positive integers
{1, 2, 3, …} — does not include 0
Rationals
numbers of the form a/b, where a, b and b ≠ 0
Reals
all rationals + irrationals like √2, π, e
Each set sits inside the next — ℕ ⊂ ℤ ⊂ ℚ ⊂ ℝ
reals rationals integers naturals 0, 1, 2, … −3, −7 ½, −¾, ⅔ π, √2, e

🧠 The identity symbol ≡

The symbol means “identically equal to” — it holds for every value of the variable, not just specific solutions. Most IB questions just use = instead, but if you see ≡, treat it as “this is an identity, must be true for all x“.

Proving an identity (LHS = RHS)

The most common proof type starts with one side of an equation and uses algebra to transform it into the other side. The trick is to pick one side (usually the more complicated one) and only manipulate that side — never balance an equation by doing the same thing to both sides.

🧭 Recipe — proving LHS = RHS

  1. Start from one side (usually whichever looks more complex) and write “LHS = …” at the top.
  2. Apply standard algebra: expand brackets, collect like terms, factorise.
  3. Aim each step at the structure of the other side — if the RHS has a factor, get a factor; if it has a fraction, combine to get one.
  4. When you’ve matched the other side, write “= RHS, as required” or “∴ LHS ≡ RHS”.
Don’t “work from both sides at once” — that’s circular. The cleanest layout is a single column starting “LHS =” and ending at the RHS. Keep the working visible: examiners want to see the manipulation, not just the answer.

Translating integers into algebra

To prove a result about whole numbers (e.g. “the sum of any two odd integers is even”), you need to write down what an “any” integer looks like in algebraic form. Different types of integer have different conventional representations.

Integer type
Algebraic form
Notes
Any integer
n
where n
Two consecutive integers
n, n + 1
“one after the other”
Two unrelated integers
n, m
use a different letter — no link assumed
An even integer
2n
divisible by 2
Two consecutive even integers
2n, 2n + 2
step of 2
An odd integer
2n + 1
2n − 1 also works
Two consecutive odd integers
2n + 1, 2n + 3
step of 2 between them
A multiple of k
kn
e.g. multiple of 5 → 5n
A square number
n2
A rational number
ab
where a, b and b ≠ 0

Proving an expression is odd, even, or a multiple

To prove EVEN

Show the expression equals 2 × (integer). Usually that means factoring out a 2 — and the part inside the bracket must clearly be an integer.

Show: expression = 2(integer)

To prove ODD

Show the expression equals 2 × (integer) + 1.

Show: expression = 2(integer) + 1

To prove a multiple of k

Show the expression equals k × (integer).

Show: expression = k(integer)

🤔 Why does the bracket need to be an integer?

Because the definition of “even” is “exactly divisible by 2” — and that’s only the case if you’re multiplying 2 by a whole number. If you wrote 2(n + 1/3), the result wouldn’t be an even integer at all (because 1/3 isn’t an integer). The “2 ×” alone doesn’t prove evenness; the contents of the bracket matter.

Worked examples

WE 1

Prove an identity by expanding

Prove that (x + 3)2 − 6x = x2 + 9 for all x.

Start with LHS LHS = (x + 3)2 − 6x Expand the bracket = x2 + 6x + 9 − 6x Collect like terms = x2 + 9 = RHS ∴ LHS ≡ RHS, as required
WE 2

Prove a divisibility result

Prove that the sum of any three consecutive integers is divisible by 3.

Step 1: Represent three consecutive integers let them be n, n + 1, n + 2  (where n) Step 2: Find their sum sum = n + (n + 1) + (n + 2) = 3n + 3 Step 3: Factor out 3 = 3(n + 1) Step 4: Conclude since n + 1 is an integer, 3(n + 1) is divisible by 3 ✓
WE 3

Prove an expression is odd

Prove that the difference between the squares of two consecutive integers is always odd.

Step 1: Set up let two consecutive integers be n and n + 1 Step 2: Compute the difference of squares (n + 1)2n2 = n2 + 2n + 1 − n2 = 2n + 1 Step 3: Conclude 2n + 1 is by definition odd, as required ✓ notice we ended in the form 2(integer) + 1 — that’s the structure for “odd”
WE 4

Sum of an odd and an even integer

Prove that the sum of any odd integer and any even integer is always odd.

Step 1: Use different letters since they’re unrelated odd integer = 2m + 1 even integer = 2n Step 2: Add them sum = (2m + 1) + 2n = 2m + 2n + 1 = 2(m + n) + 1 Step 3: Conclude since m + n, the sum has the form 2(integer) + 1, so it is odd ✓ two unrelated integers → use two different letters
WE 5

Product of an odd and an even integer

Prove that the product of any odd integer and any even integer is always even.

Step 1: Set up using two different letters odd integer = 2m + 1 even integer = 2n Step 2: Compute the product product = (2m + 1)(2n) = 2n(2m + 1) = 2 × n(2m + 1) Step 3: Conclude since n(2m + 1) is an integer, the product is 2 × integer, so it is even ✓ factoring the 2 out is what lets you finish the proof — keep an eye out for that

💡 Top tips

⚠ Common mistakes

Proof questions reward structure as much as algebra. A clean, short proof with a clear conclusion will score full marks; a tangled chain of working that ends “= 2n + 2″ without saying what that means won’t. Always ask at the end: “what have I shown?” — and write that line down.

Need help with Proof by Deduction?

Get 1-on-1 help from an IB examiner who knows exactly what Paper 1 & 2 are looking for.

Book Free Session →