Questions: Strong Induction and the Well-Ordering Principle

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

You want to prove that every integer n ≥ 2 has a prime factorization. The inductive step considers n+1: if it is composite, it factors as a·b where 2 ≤ a, b < n+1. Why does ordinary induction fail here?

AOrdinary induction only works for statements about odd numbers
BThe inductive step needs the hypothesis for both a and b, which may both be less than n — ordinary induction only provides P(n), not P(a) and P(b) for arbitrary a, b < n
COrdinary induction cannot handle proofs about prime numbers
DThe base case n=2 is too simple to anchor an inductive proof
Question 2 Multiple Choice

A proof about a sequence defined by S(n) = S(n−1) + S(n−2) begins with 'Assume P(k) for all 1 ≤ k ≤ n, then prove P(n+1).' The author establishes only P(1) as a base case. What is wrong?

AStrong induction does not require a base case at all
BThe inductive step for n+1 requires P(n) and P(n−1); when n=1, P(n−1) = P(0) is not covered by the base case P(1)
CThe inductive hypothesis should assume P(n) only, not all k ≤ n
DThe proof is fine — one base case is always sufficient for strong induction
Question 3 True / False

Strong induction and the well-ordering principle are logically equivalent — neither can prove anything the other cannot.

TTrue
FFalse
Question 4 True / False

Strong induction is strictly more powerful than ordinary induction because it assumes more in the inductive hypothesis.

TTrue
FFalse
Question 5 Short Answer

Why is a well-ordering proof sometimes described as arguing from a 'minimal counterexample'? What role does the well-ordering principle play?

Think about your answer, then reveal below.