Practice question · Multiple choice
An induction proof assumes the very statement it is trying to prove holds for n, then proves it for n+1. Why is that not circular reasoning?
Hints
- What exactly is proved in the inductive step? A statement, or a conditional?
- Without the base case, what would the inductive step alone establish?
Show the answer
C. Because it assumes the statement only for one n, to link consecutive cases.
Why
The inductive step does not prove P(n+1); it proves 'if P(n) then P(n+1)', and assuming a premise to prove a conditional is ordinary practice. That leaves a chain with nothing travelling along it until the base case supplies the first true statement. 'n = n + 1' has a perfectly valid step and no base, and is false everywhere.
Practise Mathematical Induction
The app has 6 more questions on this lesson, and keeps your place in the course. Mathematics I is free to start.
More questions on Mathematical Induction
- Select every statement that is TRUE about mathematical induction.
- An inductive step alone, without a base case, is enough to prove a statement for all n.
- Order the parts of a proof by induction that 1 + 2 + ... + n = n(n+1)/2.
- Using the formula 1 + 2 + ... + n = n(n+1)/2, compute the sum of the first 10 natural numbers.
- Complete the statement of the inductive step.
- A famous fake proof shows all horses are the same colour by induction: true for one horse, and any n+1 horses…