How to Tackle A Level Proof Questions Without Freezing

How to Tackle A Level Proof

How to Tackle A Level Proof Questions Without Freezing

You know that moment in the paper where the word “prove” appears and everyone in the hall suddenly stops writing?
Yeah — that one.
Every year I see it: bright students, confident on integration and vectors, suddenly staring at three lines of logic like they’re written in Greek.

But proof questions aren’t mystical. They’re puzzles with structure. Once you spot that structure, they go from panic material to free marks.

Let’s walk through it properly — exam-board quirks, real mistakes, mindset, and how to stay calm enough to think clearly.

🔙 Previous topic:

“Build confidence with integration before moving on to proof questions.”

💬 Why proof questions make people freeze

Honestly, it’s not the logic. It’s the pressure.
AQA, Edexcel, and OCR all love phrasing proof questions as if they’re testing genius — but they’re not. They’re testing patience and structure.

You freeze because:

  • the question wording feels vague (“Show that …”);

  • you think there’s one magical line you’ve forgotten;

  • you’re afraid of writing something wrong.

Let’s scrap that idea straight away. In proofs, structure > perfection.
Examiners give marks for direction even if the algebra wobbles.

🧩 Step 1 – Recognise what kind of proof it is

There are four usual suspects:

  1. Direct proof — plain algebra or logic (no tricks).

  2. Proof by contradiction — assume the opposite and show it collapses.

  3. Proof by exhaustion — check all finite cases.

  4. Proof by induction — the big scary one.

Right, let’s un-scare them.

Direct proof — the quiet achiever

This is where AQA likes to hide 2–3 free marks.
Example: Prove that if n is even, then n² is even.
You write:

Let n = 2k.
Then n² = 4k² = 2(2k²).
Therefore n² is even.

That’s it. Seriously. Don’t overthink.

Edexcel sometimes adds a word-trap: “Prove that if n² is even, n is even.”
It’s the reverse, and half the class writes the first one again.
👉 Tip: when they flip the condition, flip your assumption.

Proof by contradiction — the dramatic one

OCR adores this form.
You assume the opposite of what you’re proving, then reach nonsense.

Classic: Prove that √2 is irrational.
We start:

Suppose √2 = p/q in lowest terms.
Then 2q² = p², so p² even → p even.
Hence p = 2k → 2q² = 4k² → q² = 2k² → q even.
Contradiction – p and q both even.

The key phrase that earns marks? “Contradiction.”
Write it. Underline it if you need to. Examiners are hunting that word.

I once had a student, Holly, who wrote a full page of correct algebra and forgot the word contradiction. Lost the final mark.
She still mutters about it two years later.

Proof by exhaustion — the checklist one

When there are limited cases (say n = 1, 2, 3, 4), test them all.
AQA usually hides this in show this holds for all possible triangles-style questions.
Boring? Maybe. But 4 easy marks if you stay organised.

Write something like:

For n = 1: works.
For n = 2: works.

Hence true for all cases.

Don’t summarise without evidence. That’s where students lose marks.

Proof by induction — everyone’s nemesis

Deep breath. Induction is pattern logic, not wizardry.

You do three things:

  1. Base case — check n = 1 works.

  2. Assume true for n = k.

  3. Prove for n = k + 1.

Edexcel phrases this cruelly: “Prove by induction that 1³ + 2³ + … + n³ = [n(n + 1)/2]².”
Most students panic at the algebra explosion.

Here’s the rhythm:

  • Write your assumption line clearly:
    “Assume 1³ + 2³ + … + k³ = [k(k + 1)/2]².”

  • Add (k + 1)³ to both sides.

  • Factor the right side until it matches the formula with n = k + 1.

The moment it clicks, you’ll grin.

Jamie in my Year 13 class once yelled, “Oh it actually works!” in the middle of a mock. The invigilator laughed.

🔁 Quick loop-back — why this matters under pressure

Hold on — let’s jump back a bit.
You might be thinking, “OK, I get the structure, but I still freeze when the question starts.”

That’s mindset, not maths.

The silence you feel when “prove” appears is performance anxiety, not lack of ability.
So, before proofs, train your brain like this:

  1. Read the whole question twice.

  2. Ask: Which type of proof fits this wording?

  3. Write the first line immediately — even if unsure.

Writing breaks paralysis. Examiners reward movement.

⚙️ Common exam-board traps

  • AQA: loves wording tricks — “Show that…” instead of “Prove that…” means you must finish with a clear concluding statement.

     

  • Edexcel: hides small algebra leaps; they expect you to state the assumption line explicitly.

     

  • OCR: often gives context (“show the perimeter is constant”) — so mention units or context in your conclusion or lose a mark.

     

Write human sentences like:

“Therefore, the perimeter remains 12 cm, independent of x.”

That last phrase “independent of x” is a mark-scheme trigger.

💡 What to do when you blank

Everyone blanks. Seriously.
When it happens, borrow this tiny three-step mental reset I teach in mocks:

  1. Breathe out slowly once. Sounds silly, works every time.

  2. Underline what’s being proved. Your brain needs an anchor.

  3. Write one safe fact you know. Example: “Even = 2 × integer.”

That one fact often starts the chain.
Priya did this in her final OCR paper. She froze, wrote “odd = 2k + 1”, and five lines later she had the entire proof done.

🧠 The logic language that earns marks

Examiners want to see connection words. Sprinkle them deliberately:

Idea

Phrase that signals logic

Start assumption

“Let n = …” / “Assume true for n = k”

Therefore

“Hence,” / “So,” / “It follows that …”

Contradiction

“This contradicts …” / “Impossible since …”

Conclusion

“Therefore the statement holds for all n.”

They’re small but crucial. Think of them as signposts for the marker.
Without them, even correct algebra looks disconnected.

🧩 A typical exam rhythm (Edexcel example)

Here’s how a 6-mark induction question usually flows:

Step

What you write

Marks

1

Base case n = 1 ✓

1

2

Assume true for n = k

1

3

Add (k + 1) term and simplify

2

4

State result for n = k + 1

1

5

Final sentence (“true for all n”)

1

See that final line again? It’s worth a mark on its own. Don’t skip it.

💬 Teacher reflection

In my lessons I tell students, “Proofs are like arguments with your past self.”
You assume something old, test something new, and convince yourself it fits.

When I started teaching, I rushed these topics, thinking students just needed formulas.
Now I slow down, asking them to explain why each line makes sense.
It’s incredible how fast confidence grows once logic feels like storytelling, not mystery.

🧭 Quick recap table

Proof Type

Structure

Common Mistake

Board Tip

Direct

Algebra from A → B

Forgetting to define variable

AQA loves clean definitions

Contradiction

Assume ¬P → nonsense

Missing “contradiction” phrase

OCR gives wording marks

Exhaustion

Test all finite cases

Skipping a case

Usually 3–4 marks

Induction

Base → assume → prove k + 1

Algebra slip / missing close line

Edexcel wants “true for all n”

🔍 Spotting Which Method to Use (Summary Table)

Clue

Method

Example

Pure powers of x

Power rule

3x² + 4x + 7

Bracket + derivative outside

Substitution

(2x)(x² + 1)³

Two different terms multiplied

By parts

x eˣ

Trig with coefficient inside

Substitution

sin(2x)

Velocity / acceleration context

Definite

∫₀³ v(t) dt

💬 Teacher aside:
“I call this my ‘integration bingo card’. Spot two clues, and the method usually picks itself.”

💬 Final teacher reflection

Quick story before we wrap.
Last March a student, Ethan, said, “Sir, proofs just make me feel dumb.”
By May he was explaining induction to others.
Nothing changed except mindset + practice order.

He used the Study Timetable approach we built and spaced out proofs every Friday.
Repetition beats fear — always.

🎯 Calm finish

If you’re reading this thinking “OK, maybe I can actually do proofs,” good. That’s the point.
You don’t need genius, just rhythm.

And if the nerves still creep in — take a look at Beating A Level Maths Exam Stress.
It’s the same idea: small resets, calm focus, consistent structure.

When you’re ready to build that structure fully, come join our October A Level Maths Revision Course.
We walk through Pure, Mechanics and Stats exactly this way — teacher voice, board quirks, and proof logic that finally makes sense.

See you inside — and next time “proof” appears, you’ll smile instead of freeze.

Author Bio – S. Mahandru

S. Mahandru is Head of Maths at Exam.tips. With over 15 years of teaching experience, he simplifies algebra and provides clear examples and strategies to help GCSE students achieve their best.

🧭 Next topic:

“Next, learn the common mistakes students make and how to avoid them.”

💬 FAQs

What if I don’t know which proof method to start with?

Start writing what the question gives you. The structure usually reveals itself. If you assume something and end up with nonsense, congratulations — you’ve accidentally started a contradiction proof.

At least one full concluding line in English. Write: “Therefore the statement holds for all positive integers n.” Even short wording earns logic marks.

You’ll still get method marks, but never full marks. Always pair the maths with a logic phrase — that’s what the mark schemes reward.