Spotting the flaw in a bogus induction proof
Fake induction proofs are a favourite exam device because the error is always in one identifiable place: a missing base case, a step that silently assumes n is large, or a hypothesis applied to something it does not cover. The famous "all horses are the same colour" argument fails precisely at n = 2, where the two overlapping subsets share no horse.
✓ Unlimited questions · marked criterion by criterion · no card needed
Method: how to approach it
The order below is what examiners expect to see, and each step carries its own marks.
- Test the claim on small valuesIf the conclusion is false, one concrete counterexample tells you the proof must break somewhere.
- Check the base case honestlyVerify it rather than accepting the author’s word. Many fakes assert a false base.
- Trace the step at the smallest kSubstitute k = 1 or k = 2 into the step and watch for a set that turns out empty or an index that goes out of range.
- Name the failing transitionSay exactly which k → k+1 fails and why. "The proof is wrong" earns nothing.
Worked example
Where does the "all horses are the same colour" induction fail?
- Claim: in any set of n horses, all have the same colour. Base n = 1 is fine.
- Step: given k+1 horses, remove the last to get k horses — all the same colour by hypothesis. Remove the first to get another k, also uniform.
- The argument concludes the two groups share a horse, so all k+1 match.
- At k+1 = 2, the two groups are {horse 1} and {horse 2}, which have no horse in common.
Answer. The step fails exactly at k = 1, i.e. the transition from n = 1 to n = 2, because the overlap the argument relies on is empty.
Where marks get dropped
These are the specific errors that cost credit on spotting the flaw in a bogus induction proof questions — QED's rubric penalises each of them separately.
- Blaming the base case when the base is actually correct. In the horses proof n = 1 is genuinely true.
- Saying "induction cannot prove this". Induction is sound; the specific step is invalid.
- Failing to identify the exact k. Marks are for locating the transition, not for noticing the conclusion is absurd.
Practise this until it is automatic
Unlimited fresh questions
QED generates new spotting the flaw in a bogus induction proof problems on demand at warm-up, exam and challenge level, so you can drill this one skill until it stops costing you marks.
Marked like an examiner
Every answer is scored against a point-by-point rubric with partial credit, so you see exactly which step of the method broke down — not just a tick or a cross.
Answer in real notation
A one-tap symbol palette, a visual equation editor and a truth-table builder — or photograph your handwritten working and QED converts it to LaTeX.
Saved to your library
Every question you generate is kept and re-takeable as a timed exam, and your Induction & Recursion mastery is tracked so you know when this is exam-ready.
Spotting the flaw in a bogus induction proof — frequently asked questions
What are the common flaw types?
Missing or false base case; a step relying on k ≥ 2 without saying so; applying the hypothesis to a set the hypothesis does not cover; and hidden division by an expression that can be zero.
Why is the horses proof so instructive?
Because every individual sentence is valid and only the overlap assumption fails — it shows that a plausible-looking step needs checking at its smallest instance.
How do I avoid these in my own proofs?
Always substitute the smallest k into the step and check it literally. If the step needs k ≥ 2, add a second base case.
The rest of Induction & Recursion
Mathematical, strong & structural induction; recursion. Each subtopic below has its own method, worked example and mark-losing traps.
- 1Weak (ordinary) mathematical induction
- 2Strong induction
- 3Structural induction
- 4Recursive definitions of sequences & functions
- 5Inductively defined sets & languages
- 6Induction on inequalities & divisibility
- 7Recurrence relations & closed forms
- 8Well-founded induction & termination
- 9Spotting the flaw in a bogus induction proof
- 10Induction with several base cases
- 11Loop invariants & algorithm correctness
- 12Linear recurrences via characteristic roots
- 13Fibonacci identities by induction
Ready to make spotting the flaw in a bogus induction proof exam-proof?
Generate your first questions free — no card, no setup, no personal data stored. Practise until the method is second nature.
Start practising free →