EuraStudy
Notes/Mathematics/Proof
Notes · MathematicsUK · A-Levels

Proof

Proof is the discipline of establishing mathematical truth beyond doubt. The A-Level requires four techniques: proof by deduction, proof by exhaustion, disproof by counter-example and proof by contradiction. Each is a distinct tool, and part of the skill is choosing the right one for a given claim.

4 sections·~12 min reading time·3 competencies·Level Standard 3 · Advanced 1

T·0222 / 20
Exam profile
AO2 · Construct and present rigorous mathematical arguments and proofsAO1 · Use algebraic manipulation accurately within a proofAO2 · Understand and use the logical structure of a mathematical statement, its converse and negation
Operators:proveshow thatdeducedisproveverifyexplain

basic level

AS-Level expects deduction, exhaustion and disproof by counter-example on short, self-contained claims.

higher level

The full A-Level adds proof by contradiction, including the standard results that 2\sqrt{2}2​ is irrational and that there are infinitely many primes.

Depth

Reading depth: In depth

Text

Text size: Standard

Contents · 4 sections▾
  1. Proof
    • 01The language and structure of proof◐
    • 02Proof by deduction◐
    • 03Proof by exhaustion and disproof by counter-example◐
    • 04Proof by contradiction●
§ 01

The language and structure of proof#

●●○StandardLPDfE GCE Mathematics ALPAQA 7357 A

The structure of a proof

Hypotheses to conclusionGraph, Hypotheses → Deduced steps, Definitions → Deduced steps, Deduced steps → ConclusionHypothesesDefinitionsDeduced stepsConclusiontherefore
Fig. 1Each node follows necessarily from those before it; the chain ends at the required conclusion.

Key points

A proof is a finite sequence of statements, each of which is either a given hypothesis, a definition, a previously established result, or a logical consequence of earlier statements, ending with the claim to be proved. What makes it a proof rather than an argument is that no step relies on intuition, on a picture, or on checking examples: every line must be justified. Learning to write in this style is the single most transferable skill in the whole qualification.
Every claim has a precise logical form, and identifying it tells you what you must do. A statement of the form 'if PPP then QQQ' (written P⇒QP \Rightarrow QP⇒Q) is proved by assuming PPP and deducing QQQ. Its converse is Q⇒PQ \Rightarrow PQ⇒P, which is a different statement that may be true or false independently. Its negation is 'P is true but Q is false'; producing a single case of the negation disproves the original. The contrapositive 'if not QQQ then not PPP' is logically equivalent to the original and is sometimes easier to prove.
Definitions must be stated algebraically before you can reason with them. An even integer is one of the form 2k2k2k for some integer kkk; an odd integer is 2k+12k + 12k+1; an integer aaa is a multiple of nnn if a=nka = nka=nk for some integer kkk; a rational number is one expressible as pq\dfrac{p}{q}qp​ with p,qp, qp,q integers and q≠0q \neq 0q=0. Almost every number-theoretic proof begins by writing the objects in one of these standard forms.
Finally, a proof must be general. If a claim is about 'every integer nnn', your working must use a symbol nnn that could be any integer, never a specific value. Substituting n=5n = 5n=5 to 'check' is a verification, not a proof; conversely, to disprove a universal claim you need only one counter-example. Keeping this asymmetry clear — one counter-example refutes, but no list of examples confirms — underlies the whole topic.
P⇒Qis equivalent to(¬Q)⇒(¬P)P \Rightarrow Q \quad\text{is equivalent to}\quad (\neg Q) \Rightarrow (\neg P)P⇒Qis equivalent to(¬Q)⇒(¬P)

A statement and its contrapositive

The contrapositive has the same truth value as the original implication, so proving one proves the other.

Worked example

Reading the logical structure

A student claims: 'if a number is divisible by 6 then it is divisible by 3, so if a number is divisible by 3 then it is divisible by 6.' Explain the error and give a counter-example.

  1. 01Identify the forms

    The true statement is P⇒QP \Rightarrow QP⇒Q with PPP: 'divisible by 6' and QQQ: 'divisible by 3'. The student then asserts Q⇒PQ \Rightarrow PQ⇒P, the converse.

  2. 02Explain

    An implication does not guarantee its converse; they are logically independent.

  3. 03Counter-example

    999 is divisible by 3 but not by 6, so Q⇒PQ \Rightarrow PQ⇒P is false.

Result: The student has assumed the converse; 999 is a counter-example, so the converse is false.

Exam focus

  • Identify the logical form of a claim first: 'if...then' calls for deduction; 'for all' can be disproved by one counter-example; 'no...' often suits contradiction.
  • Marks are awarded for writing objects in general algebraic form (2k2k2k, 2k+12k+12k+1, pq\tfrac{p}{q}qp​) at the very start of a proof.

Typical mistakes

  • Proving the converse instead of the stated implication.
  • Using a specific value of nnn and calling the resulting verification a proof.

Active revision

Write down the converse, the negation and the contrapositive of the statement: 'if n2n^2n2 is odd then nnn is odd.' State which of the three is logically equivalent to the original.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 02

Proof by deduction#

●●○StandardLPDfE GCE Mathematics ALPAQA 7357 A

Exterior angle of a triangle

Exterior angle theoremGeometric figure, A, B, C, DABCDx1x2ABext
Fig. 2A deductive geometric proof: the exterior angle ACD equals angle A plus angle B.

Key points

Proof by deduction is the workhorse technique: you start from accepted facts and definitions and proceed by valid algebraic and logical steps to the required conclusion. It is 'direct' in that you assume the hypothesis and drive straight towards the conclusion. The great majority of 'prove that' and 'show that' questions in the pure papers are deductive.
The method for number results is almost always to write the general object in standard form and manipulate. To prove that the product of two odd numbers is odd, take two odd numbers 2m+12m + 12m+1 and 2n+12n + 12n+1; their product is 4mn+2m+2n+1=2(2mn+m+n)+14mn + 2m + 2n + 1 = 2(2mn + m + n) + 14mn+2m+2n+1=2(2mn+m+n)+1, which is of the form 2k+12k + 12k+1 and hence odd. The key move is factoring out the 2 to expose the structure the definition demands.
Deduction is equally the language of geometry, where each step cites a named result. To prove the exterior angle of a triangle equals the sum of the two interior opposite angles, you use that the three interior angles sum to 180∘180^\circ180∘ and that angles on a straight line sum to 180∘180^\circ180∘; subtracting the shared interior angle from both gives the result. Every geometric step must be justified by a stated theorem, never by measurement of the diagram.
A recurring style is 'show that', where the target expression is printed. Here the marks lie entirely in the intermediate reasoning, so you must show every manipulation and end with exactly the printed form. Working towards a given answer is legitimate, but you must not assume the very thing you are proving as a starting line.
(2m+1)(2n+1)=2(2mn+m+n)+1(2m+1)(2n+1) = 2(2mn + m + n) + 1(2m+1)(2n+1)=2(2mn+m+n)+1

Product of two odd numbers

The right-hand side has the form 2k+12k+12k+1, proving the product is odd for all integers m,nm, nm,n.

Worked example

A direct number proof

Prove that for all integers nnn, the expression n2+nn^2 + nn2+n is even.

  1. 01Factorise

    n2+n=n(n+1)n^2 + n = n(n + 1)n2+n=n(n+1), the product of two consecutive integers.

  2. 02Argue about parity

    Of any two consecutive integers, exactly one is even, so their product is a multiple of 2.

  3. 03Conclude

    Hence n(n+1)=2kn(n+1) = 2kn(n+1)=2k for some integer kkk, so n2+nn^2 + nn2+n is even for every integer nnn.

Result: n2+n=n(n+1)n^2 + n = n(n+1)n2+n=n(n+1) is a product of consecutive integers and is therefore even for all integers nnn.

Exam focus

  • For number proofs, write the general form (2k2k2k, 2k+12k+12k+1, 3k3k3k, etc.) immediately, then manipulate to expose the required form.
  • In geometric deductions, justify every step by a named result; a diagram alone earns no marks.

Typical mistakes

  • Assuming the statement to be proved (circular reasoning) instead of deriving it.
  • Stopping one algebraic step short of the required form, e.g. leaving 4mn+2m+2n+14mn + 2m + 2n + 14mn+2m+2n+1 without factoring out the 2.

Active revision

Prove by deduction that the sum of the squares of two consecutive integers is always odd.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 03

Proof by exhaustion and disproof by counter-example#

●●○StandardLPDfE GCE Mathematics ALPAQA 7357 A

A counter-example to a plausible claim

n^2 + n + 41Table with 3 columns and 6 rows, Data: n · n^2 + n + 41 · prime?; 0 · 41 · prime; 1 · 43 · prime; 2 · 47 · prime; 5 · 71 · prime; 39 · 1601 · prime; 40 · 1681 · 41 x 41NN^2 + N + 41PRIME?041prime143prime247prime571prime391601prime40168141 x 41
Fig. 3The claim 'n^2 + n + 41 is always prime' is false: n = 40 gives 41 x 41.

Key points

Proof by exhaustion establishes a claim by splitting the possibilities into a finite number of cases and verifying the claim in each. It is valid only when the cases genuinely cover every possibility. For example, to prove that every integer square leaves remainder 0 or 1 on division by 4, consider the two cases n=2kn = 2kn=2k (giving n2=4k2n^2 = 4k^2n2=4k2, remainder 0) and n=2k+1n = 2k + 1n=2k+1 (giving n2=4k2+4k+1n^2 = 4k^2 + 4k + 1n2=4k2+4k+1, remainder 1); since every integer is even or odd, these cases are exhaustive.
The art of exhaustion is choosing the right partition. Splitting the integers by their remainder on division by a small number (their residue class) is the commonest device, because it converts an infinite claim into finitely many algebraic checks. Whenever you use exhaustion you must state explicitly that the cases cover all possibilities, or the proof is incomplete.
Disproof by counter-example is the mirror image: to show a universal statement is false, you exhibit one instance where it fails. Because a universal claim asserts something about every object, a single failure destroys it. The famous instance is n2+n+41n^2 + n + 41n2+n+41, which is prime for n=0,1,2,…,39n = 0, 1, 2, \ldots, 39n=0,1,2,…,39 but not for n=40n = 40n=40, where it equals 41241^2412. This shows dramatically that no amount of confirming evidence proves a general claim.
The two techniques are natural partners: exhaustion proves a claim by checking all cases, while a counter-example refutes one by finding a single bad case. When a question says 'prove or disprove', you must first decide which is true, then supply either an exhaustive argument or one clean counter-example — never a vague appeal to 'lots of examples'.
Worked example

Proof by exhaustion on residues

Prove that n3−nn^3 - nn3−n is divisible by 3 for every integer nnn.

  1. 01Factorise

    n3−n=n(n−1)(n+1)n^3 - n = n(n-1)(n+1)n3−n=n(n−1)(n+1), the product of three consecutive integers.

  2. 02Split into cases mod 3

    Every integer is 3k3k3k, 3k+13k+13k+1 or 3k+23k+23k+2. In the first case nnn is a multiple of 3; in the second n−1=3kn-1 = 3kn−1=3k is; in the third n+1=3(k+1)n+1 = 3(k+1)n+1=3(k+1) is.

  3. 03Conclude

    In all three exhaustive cases one factor is a multiple of 3, so the product n(n−1)(n+1)n(n-1)(n+1)n(n−1)(n+1) is divisible by 3.

Result: n3−n=n(n−1)(n+1)n^3 - n = n(n-1)(n+1)n3−n=n(n−1)(n+1) contains a multiple of 3 in every case, so it is divisible by 3 for all integers nnn.

Exam focus

  • In an exhaustion proof, state explicitly that your cases are exhaustive (e.g. 'every integer is even or odd').
  • A single, clearly evaluated counter-example is worth full marks; do not add unnecessary extra cases.

Typical mistakes

  • Using cases that do not cover every possibility, so the exhaustion is incomplete.
  • Trying to 'prove' a false universal statement instead of testing small cases to find the counter-example.

Active revision

Prove by exhaustion that the square of any integer is either a multiple of 3 or one more than a multiple of 3. Then disprove: 'for all positive integers nnn, 2n−12^n - 12n−1 is prime.'

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

§ 04

Proof by contradiction#

●●●AdvancedLPDfE GCE Mathematics ALPAQA 7357 A

Locating the irrational number root 2

The roots of x^2 = 2Graph of y = x^2 - 2, roots at x = -1.414, 1.414, minimum at (0, -2), y-intercept at y = -2, on the interval x from -2.2 to 2.2−2−112−2−112root 2−root 2y = x2 − 2yx
Fig. 4The positive root of x2=2x^2 = 2x2=2 is 2\sqrt{2}2​; the proof shows this value cannot be written as a fraction.

Key points

Proof by contradiction (reductio ad absurdum) proves a statement by assuming its negation and deriving a logical impossibility. Because a statement and its negation cannot both hold, the impossibility forces the negation to be false, and hence the original statement to be true. It is the required technique for claims of the form 'no object has this property' or where a direct approach has no obvious starting point.
The archetype is the irrationality of 2\sqrt{2}2​. Assume, for contradiction, that 2\sqrt{2}2​ is rational, so 2=pq\sqrt{2} = \dfrac{p}{q}2​=qp​ in lowest terms (so ppp and qqq share no common factor). Squaring gives p2=2q2p^2 = 2q^2p2=2q2, so p2p^2p2 is even, hence ppp is even, say p=2rp = 2rp=2r. Then 4r2=2q24r^2 = 2q^24r2=2q2, so q2=2r2q^2 = 2r^2q2=2r2 is even and qqq is even too. But then ppp and qqq share the factor 2, contradicting 'lowest terms'. The assumption is impossible, so 2\sqrt{2}2​ is irrational.
Euclid's proof that there are infinitely many primes is the second set text. Assume there are only finitely many primes p1,p2,…,pnp_1, p_2, \ldots, p_np1​,p2​,…,pn​. Consider N=p1p2⋯pn+1N = p_1 p_2 \cdots p_n + 1N=p1​p2​⋯pn​+1. Dividing NNN by any pip_ipi​ leaves remainder 1, so no listed prime divides NNN; yet N>1N > 1N>1 has a prime factor. This factor is a prime not in the list, contradicting the assumption that the list was complete. Hence no finite list can contain all primes.
The discipline of the method is to state clearly 'assume, for contradiction, that ...', to reason validly to a definite contradiction, and to conclude that the assumption was false. The contradiction must be genuine — two statements that cannot both be true — not merely something surprising. Setting up the negation correctly (for instance, the negation of 'irrational' is 'can be written as p/qp/qp/q in lowest terms') is where most marks are won or lost.
2=pq ⇒ p2=2q2\sqrt{2} = \frac{p}{q} \ \Rightarrow\ p^2 = 2q^22​=qp​ ⇒ p2=2q2

The key algebraic step

Assuming rationality in lowest terms and squaring forces both ppp and qqq to be even, contradicting 'lowest terms'.

Worked example

Irrationality by contradiction

Prove that 3\sqrt{3}3​ is irrational.

  1. 01Assume the negation

    Suppose 3\sqrt{3}3​ is rational, so 3=pq\sqrt{3} = \dfrac{p}{q}3​=qp​ with integers p,qp, qp,q having no common factor and q≠0q \neq 0q=0.

  2. 02Square and deduce a factor

    Then p2=3q2p^2 = 3q^2p2=3q2, so p2p^2p2 is a multiple of 3, hence ppp is a multiple of 3; write p=3rp = 3rp=3r.

    p2=3q2p^2 = 3q^2p2=3q2
  3. 03Reach the contradiction

    Substituting, 9r2=3q29r^2 = 3q^29r2=3q2, so q2=3r2q^2 = 3r^2q2=3r2; thus qqq is also a multiple of 3. Then ppp and qqq share the factor 3, contradicting 'no common factor'.

  4. 04Conclude

    The assumption is impossible, so 3\sqrt{3}3​ is irrational.

Result: Assuming 3=p/q\sqrt{3} = p/q3​=p/q in lowest terms forces 3 to divide both ppp and qqq, a contradiction; hence 3\sqrt{3}3​ is irrational.

Exam focus

  • Open every proof by contradiction with an explicit assumption of the negation, e.g. 'assume 2\sqrt{2}2​ is rational so 2=p/q\sqrt{2} = p/q2​=p/q in lowest terms'.
  • Know the two standard proofs (irrationality of 2\sqrt{2}2​; infinitely many primes) thoroughly — they are frequently examined.

Typical mistakes

  • Negating the statement incorrectly, so the argument never reaches a genuine contradiction.
  • Forgetting the 'lowest terms' assumption, which is precisely what the contradiction violates.

Active revision

Prove by contradiction that there is no smallest positive rational number.

Active recall

Recall the key points — then reveal.

Sources: Mathematics: AS and A level content (GCE subject content) (Department for Education) · AQA A-level Mathematics 7357 specification (AQA)

Contents

Section -- / 04

    • 01The language and structure of proof◐
    • 02Proof by deduction◐
    • 03Proof by exhaustion and disproof by counter-example◐
    • 04Proof by contradiction●

0/4 Read

From notes into training

Proof

Reinforce this topic with matching tasks from the question bank.

~12
min
3
Competencies
Practise

References & sources

Sources

Department for Education

  • Mathematics: AS and A level content (GCE subject content)

AQA

  • AQA A-level Mathematics 7357 specification

Previous topic

Overarching themes

Next topic

Algebra and functions

EuraStudy·Notes T·02·MMXXVI

Carry on to the next topic — your learning path is kept.