Skip to content

Algebraic proof and mathematical reasoning

A mathematical proof explains why a statement must be true in every case covered by the statement. Checking examples can suggest a pattern, but proof replaces “it seems to work” with a chain of facts that cannot fail.

This distinction becomes essential at A-level. You will be expected to justify identities, properties of integers, geometric results and conclusions drawn from models.

You should be able to:

  • expand and factorise expressions;
  • collect like terms;
  • use negative numbers accurately;
  • distinguish an expression from an equation;
  • use basic facts about factors and multiples.

Review algebraic manipulation and factorisation if rearranging expressions is not yet secure. Exact arithmetic will help with divisibility and parity.

Consider the claim:

The sum of two odd integers is even.

Examples such as 3+7=103+7=10 and 11+15=2611+15=26 are evidence. They do not prove the claim because infinitely many pairs remain unchecked.

A proof represents arbitrary odd integers. Every odd integer has the form 2k+12k+1, where kZk\in\mathbb Z. Let the two odd integers be 2a+12a+1 and 2b+12b+1, where a,bZa,b\in\mathbb Z. Then

(2a+1)+(2b+1)=2(a+b+1).(2a+1)+(2b+1)=2(a+b+1).

Since a+b+1a+b+1 is an integer, the sum is 22 times an integer. It is therefore even.

The argument works for every pair because aa and bb were arbitrary integers.

Most elementary algebraic proofs begin by expressing a general number correctly.

DescriptionAlgebraic formCondition
an integernnnZn\in\mathbb Z
an even integer2n2nnZn\in\mathbb Z
an odd integer2n+12n+1nZn\in\mathbb Z
a multiple of kkknknnZn\in\mathbb Z
two consecutive integersn, n+1n,\ n+1nZn\in\mathbb Z
three consecutive integersn, n+1, n+2n,\ n+1,\ n+2nZn\in\mathbb Z
consecutive even integers2n, 2n+22n,\ 2n+2nZn\in\mathbb Z
consecutive odd integers2n+1, 2n+32n+1,\ 2n+3nZn\in\mathbb Z

The letters represent integers, not particular chosen values. Writing 2n+12n+1 without saying nn is an integer leaves the definition incomplete.

Why two arbitrary numbers need two letters

Section titled “Why two arbitrary numbers need two letters”

If two integers are independently chosen, use different variables. Writing two odd integers as 2n+12n+1 and 2n+12n+1 silently assumes they are equal.

Use

2a+1and2b+12a+1\quad\text{and}\quad 2b+1

unless the numbers have a stated relationship. For consecutive odd integers, one variable is correct:

2n+1and2n+3.2n+1\quad\text{and}\quad 2n+3.

For a direct algebraic proof:

  1. Define arbitrary objects satisfying the hypothesis.
  2. Manipulate them using valid algebra.
  3. Reach a form whose meaning follows from a definition.
  4. State the requested conclusion.

The last step matters. An expression such as 2(2n2+2n)2(2n^2+2n) is not a complete conclusion until you explain that the bracket is an integer, so the expression is even.

Worked example 1: the square of an odd integer

Section titled “Worked example 1: the square of an odd integer”

Prove that the square of any odd integer is odd.

Let the odd integer be 2n+12n+1, where nZn\in\mathbb Z. Then

(2n+1)2=4n2+4n+1=2(2n2+2n)+1.\begin{aligned} (2n+1)^2 &=4n^2+4n+1\\ &=2(2n^2+2n)+1. \end{aligned}

Since 2n2+2n2n^2+2n is an integer, the result has the form 2k+12k+1. Therefore the square of every odd integer is odd.

Notice that the proof does not say “let nn be odd” and then calculate n2n^2. It opens up the definition of oddness so the algebra can use it.

Prove that the product of two consecutive integers is even.

Let the integers be nn and n+1n+1, where nZn\in\mathbb Z.

Consecutive integers have opposite parity. If nn is even, then n(n+1)n(n+1) has an even factor. If nn is odd, then n+1n+1 is even, so again the product has an even factor.

In either case the product is divisible by 22. Therefore n(n+1)n(n+1) is even.

This proof uses cases because expanding to n2+nn^2+n does not immediately display a factor of 22. A good proof uses the structure that makes the conclusion visible.

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

Let the integers be nn, n+1n+1 and n+2n+2, where nZn\in\mathbb Z. Their sum is

n+(n+1)+(n+2)=3n+3=3(n+1).\begin{aligned} n+(n+1)+(n+2) &=3n+3\\ &=3(n+1). \end{aligned}

Since n+1n+1 is an integer, the sum is a multiple of 33.

The phrase “divisible by 33” tells you the target form: 3×integer3\times\text{integer}.

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

Let the consecutive integers be nn and n+1n+1, where nZn\in\mathbb Z. Taking the larger square minus the smaller gives

(n+1)2n2=n2+2n+1n2=2n+1.\begin{aligned} (n+1)^2-n^2 &=n^2+2n+1-n^2\\ &=2n+1. \end{aligned}

This has the form 2n+12n+1, so it is odd.

If the subtraction were reversed, the result would be (2n+1)=2(n1)+1-(2n+1)=2(-n-1)+1, which is also odd. Negative integers can be odd or even too.

An identity is true for every permitted value of its variables. It is written with \equiv when emphasis is useful:

(x+3)2x2+6x+9.(x+3)^2\equiv x^2+6x+9.

An equation is true only for particular values, or is a condition to solve:

(x+3)2=25.(x+3)^2=25.

This equation holds when x=2x=2 or x=8x=-8, not for every xx.

Prove that

(a+b)2(ab)24ab.(a+b)^2-(a-b)^2\equiv4ab.

Start from one side and use established algebra:

(a+b)2(ab)2=(a2+2ab+b2)(a22ab+b2)=a2+2ab+b2a2+2abb2=4ab.\begin{aligned} (a+b)^2-(a-b)^2 &=(a^2+2ab+b^2)-(a^2-2ab+b^2)\\ &=a^2+2ab+b^2-a^2+2ab-b^2\\ &=4ab. \end{aligned}

Hence the identity is proved.

Expanding both sides independently until they match is also valid. Avoid beginning by writing the result you are supposed to prove and then performing non-reversible steps, since that can assume the conclusion.

The logic symbols have precise meanings:

PQP\Rightarrow Q

means that whenever PP is true, QQ must be true. It does not say that QQ forces PP.

For example,

x=3x2=9,x=3\Rightarrow x^2=9,

but x2=9x^2=9 also allows x=3x=-3. Therefore the reverse implication is false.

The symbol

PQP\Leftrightarrow Q

means that each statement implies the other. For real xx,

2x+5=11x=3.2x+5=11\Leftrightarrow x=3.

Each algebraic step here is reversible.

If PQP\Rightarrow Q, then PP is sufficient for QQ, and QQ is necessary for PP.

Being divisible by 44 is sufficient for an integer to be even. Being even is necessary for an integer to be divisible by 44, but it is not sufficient because 66 is even and is not divisible by 44.

A statement of the form “for every…” is disproved by one counterexample: a permitted case in which the conclusion fails.

Disprove the claim:

If nn is an integer, then n2+n+1n^2+n+1 is prime.

Choose n=4n=4:

42+4+1=21=3×7.4^2+4+1=21=3\times7.

Since 2121 is not prime, n=4n=4 is a counterexample. Therefore the universal claim is false.

One failed case settles the question. A list of many failed cases is unnecessary.

A counterexample must satisfy the hypothesis

Section titled “A counterexample must satisfy the hypothesis”

To disprove “every positive integer has property PP”, using 2-2 is invalid because 2-2 is not a positive integer. Always check that your example belongs to the stated domain.

Showing that an existential statement is true

Section titled “Showing that an existential statement is true”

A claim beginning “there exists” needs only one valid example.

To prove that there exists an even prime number, give 22 and verify both properties: 22 is divisible by 22, so it is even, and its only positive factors are 11 and 22, so it is prime.

The number of cases required depends on the quantifier:

ClaimTo prove itTo disprove it
Every object has property PPprove all allowed casesgive one counterexample
Some object has property PPgive one verified exampleprove no allowed case works

A proof must use only the given information, definitions and established results. A diagram, numerical pattern or calculator display can guide your thinking, but it cannot silently add an assumption.

Worked example 7: spotting an invalid converse

Section titled “Worked example 7: spotting an invalid converse”

A student argues:

  1. If an integer is divisible by 66, it is divisible by 33.
  2. 1515 is divisible by 33.
  3. Therefore 1515 is divisible by 66.

The first statement is true:

6n3n.6\mid n\Rightarrow3\mid n.

The argument then reverses the implication without justification. The counterexample 1515 confirms the failure because 3153\mid15 but 6156\nmid15.

The original implication and its converse are different statements.

If there are finitely many possible cases, you may prove a claim by checking every case. The list must be complete.

Prove that the square of an integer leaves remainder 00 or 11 when divided by 33.

Every integer has exactly one of the forms

3k,3k+1,3k+2,3k,\qquad 3k+1,\qquad 3k+2,

where kZk\in\mathbb Z.

Square each form:

(3k)2=3(3k2),(3k+1)2=3(3k2+2k)+1,(3k+2)2=9k2+12k+4=3(3k2+4k+1)+1.\begin{aligned} (3k)^2&=3(3k^2),\\ (3k+1)^2&=3(3k^2+2k)+1,\\ (3k+2)^2&=9k^2+12k+4=3(3k^2+4k+1)+1. \end{aligned}

The first case has remainder 00 and the other two have remainder 11. These are all possible integer cases, so the claim is proved.

Trying only 0,1,20,1,2 is suggestive, but the forms 3k3k, 3k+13k+1 and 3k+23k+2 prove the result for all integers.

  • Checking several values proves a rule. Examples provide evidence only. A universal claim needs an argument covering every allowed case.
  • One letter can represent two arbitrary integers. This forces them to be equal. Use independent letters unless a relationship is given.
  • The algebra is the whole proof. Explain why the final form has the required property.
  • An identity can be proved by substitution. Substitution checks selected values, not all values.
  • A counterexample needs to be unusual. The smallest convenient valid example is usually best.
  • The converse of a true implication is automatically true. It must be proved separately.
  • A diagram drawn to scale proves a geometric claim. A diagram may suggest a result, but proof must use stated facts and theorems.
  • Dividing by a variable is always reversible. If that variable could be zero, division may discard a case.

Write algebraic forms for three consecutive odd integers.

Answer

One suitable answer is

2n+1,2n+3,2n+5,2n+1,\qquad2n+3,\qquad2n+5,

where nZn\in\mathbb Z.

Prove that the product of an even integer and an odd integer is even.

Answer

Let the even integer be 2a2a and the odd integer be 2b+12b+1, where a,bZa,b\in\mathbb Z. Then

(2a)(2b+1)=2(a(2b+1)).(2a)(2b+1)=2\bigl(a(2b+1)\bigr).

Since a(2b+1)a(2b+1) is an integer, the product is 22 times an integer and is therefore even.

Prove that the difference between the squares of two odd integers is divisible by 88.

Answer

Let the odd integers be 2a+12a+1 and 2b+12b+1, where a,bZa,b\in\mathbb Z. Then

(2a+1)2(2b+1)2=4a2+4a4b24b=4(a(a+1)b(b+1)).\begin{aligned} (2a+1)^2-(2b+1)^2 &=4a^2+4a-4b^2-4b\\ &=4\bigl(a(a+1)-b(b+1)\bigr). \end{aligned}

Each product of consecutive integers, a(a+1)a(a+1) and b(b+1)b(b+1), is even. Their difference is therefore even, so for some integer kk,

a(a+1)b(b+1)=2k.a(a+1)-b(b+1)=2k.

Hence the original difference is 4(2k)=8k4(2k)=8k, which is divisible by 88.

Disprove: “The sum of two prime numbers is always even.”

Answer

22 and 33 are both prime, but

2+3=5,2+3=5,

which is odd. Thus the claim is false.

A student writes: “Since x2=16x^2=16, x=4x=4.” What is missing?

Answer

The equation has two real solutions:

x=4orx=4.x=4\quad\text{or}\quad x=-4.

Squaring loses sign information, so x2=16x^2=16 does not imply only x=4x=4.

Prove that

(x+1)3(x1)36x2+2.(x+1)^3-(x-1)^3\equiv6x^2+2.
Answer (x+1)3(x1)3=(x3+3x2+3x+1)(x33x2+3x1)=6x2+2.\begin{aligned} (x+1)^3-(x-1)^3 &=(x^3+3x^2+3x+1)\\ &\quad-(x^3-3x^2+3x-1)\\ &=6x^2+2. \end{aligned}

Therefore the identity holds for every real xx.

You are ready to move from foundation arguments to the main A-level proof methods:

Keep algebraic fluency close at hand. Many apparent proof difficulties are really difficulties in reaching the form that makes the conclusion visible.