IMO Practice Test — Principle of Mathematical Induction

6 Questions • 20 min • Olympiad level

20:00
Question 1 of 6 hard
A student "proves" that every positive integer equals its successor by assuming n = n+1 and deriving (n+1) = (n+2). The fatal flaw in this argument is that:
the inductive step is wrong
there is no true base case, so the chain never starts
induction does not apply to integers
the hypothesis should be n = n−1
Explanation: The statement n = n+1 is false for every n, so no base case can hold. Without a valid base case the induction proves nothing, however the step is manipulated.