Skip to main content
Northern IrelandMathsSyllabus dot point

How do we prove a mathematical statement is always true, or show it is false?

Methods of proof, including proof by deduction, proof by exhaustion, disproof by counter-example, and proof by contradiction.

A CCEA A-Level Mathematics answer on the methods of proof - direct proof by deduction, proof by exhaustion, disproof by counter-example and proof by contradiction - with worked examples including the irrationality of root 2.

Generated by Claude Opus 4.812 min answer

Reviewed by: AI editorial process; not yet individually human-reviewed

Have a quick question? Jump to the Q&A page

Jump to a section
  1. What this dot point is asking
  2. The answer
  3. Examples in context
  4. Try this

What this dot point is asking

CCEA wants you to use the standard methods of proof: proof by deduction (a direct chain of logic), proof by exhaustion (checking every case), disproof by counter-example (one case that fails), and proof by contradiction (assume the opposite and derive an impossibility). Rigorous proof is a distinct A2 skill, tested both on its own and within other topics.

The answer

Proof by deduction

For instance, to prove the sum of two odd numbers is even, write them as 2a+12a + 1 and 2b+12b + 1; their sum is 2a+2b+2=2(a+b+1)2a + 2b + 2 = 2(a + b + 1), a multiple of 22, hence even.

Proof by exhaustion

For example, to show every integer square ends in 0,1,4,5,60, 1, 4, 5, 6 or 99, you can check the last digit of n2n^2 for each possible last digit of nn from 00 to 99.

Disproof by counter-example

Proof by contradiction

A proof by contradiction assumes the negation of what you want to prove, then derives a logical impossibility. Since the reasoning is valid but the conclusion is absurd, the assumption must be false, so the original statement is true. The classic example is the irrationality of 2\sqrt{2}.

Worked example: contradiction with primes

Examples in context

Example 1. Testing a conjecture. Faced with "n2+n+41n^2 + n + 41 is always prime", you might verify it for n=1,2,3,n = 1, 2, 3, \dots and be tempted to believe it; but n=41n = 41 gives a multiple of 4141. This is why a pattern, however convincing, needs a proof, not just examples.

Example 2. Irrational and rational sums. Proving that the sum of a rational and an irrational number is irrational is a neat contradiction: assume the sum is rational, then the irrational equals a difference of two rationals, which is rational, a contradiction. Contradiction is the natural tool when a direct route is hard.

Try this

Q1. Disprove: "all prime numbers are odd". [1 mark]

  • Cue. 22 is prime and even, a counter-example.

Q2. Prove that the product of two even numbers is divisible by 44. [3 marks]

  • Cue. 2a×2b=4ab2a \times 2b = 4ab, a multiple of 44.

Q3. What is the first step of a proof by contradiction? [1 mark]

  • Cue. Assume the opposite (the negation) of the statement to be proved.

Exam-style practice questions

Practice questions written in the style of CCEA exam questions on this dot point, with worked answer explainers. The year tag is the paper they imitate, not the source.

CCEA 20205 marksProve by contradiction that 2\sqrt{2} is irrational.
Show worked answer →

Assume the opposite: that 2\sqrt{2} is rational, so 2=ab\sqrt{2} = \frac{a}{b} where aa and bb are integers with no common factor (the fraction is in lowest terms).

Then 2=a2b22 = \frac{a^2}{b^2}, so a2=2b2a^2 = 2b^2. Hence a2a^2 is even, which means aa is even, so write a=2ka = 2k.

Substituting: (2k)2=2b2(2k)^2 = 2b^2, so 4k2=2b24k^2 = 2b^2 and b2=2k2b^2 = 2k^2. Hence b2b^2 is even, so bb is even.

But then aa and bb are both even, sharing a factor of 22, contradicting the assumption that the fraction was in lowest terms.

The assumption must be false, so 2\sqrt{2} is irrational.

Markers reward the assumption, deriving that both aa and bb are even, identifying the contradiction with the lowest-terms assumption, and the conclusion.

CCEA 20184 marksDisprove the statement: for all positive integers nn, the value n2n+11n^2 - n + 11 is prime. Then prove that n2+nn^2 + n is always even.
Show worked answer →

To disprove, find a single counter-example. Try n=11n = 11:

11211+11=12111^2 - 11 + 11 = 121, which is 11211^2, not prime. So the statement is false.

For the second part, n2+n=n(n+1)n^2 + n = n(n + 1), a product of two consecutive integers. One of any two consecutive integers is even, so the product is even for every positive integer nn.

Markers reward a valid counter-example for the first claim, and the consecutive-integers argument for the second.

Related dot points

Sources & how we know this