Questions: Weak Induction

5 questions to test your understanding

Score: 0 / 5
Question 1 Multiple Choice

A student wants to prove P(n) for all n ≥ 1. They show P(1) is true, then write an inductive step that appears to derive P(k+1) — but on close inspection, one algebraic step secretly assumes P(k+1) is true in order to simplify an expression. What is wrong with this proof?

ANothing — the algebra is internally consistent and the proof is valid
BThe base case should be verified for n=0 as well, not just n=1
CThe proof is circular: it uses P(k+1) to establish P(k+1), which proves nothing
DThe inductive hypothesis was not written out explicitly enough
Question 2 Multiple Choice

A student verifies that the formula 1 + 2 + ⋯ + n = n(n+1)/2 holds for n = 1, 2, 3, …, 20. What has the student accomplished?

AA proof valid for all positive integers, since 20 cases establishes the pattern
BA proof by strong induction covering the first 20 cases
CA verification of finitely many cases — not a proof that the formula holds for all n
DA sufficient base case collection for a standard inductive proof
Question 3 True / False

In the inductive step of a weak induction proof, you may assume P(k) is true for an arbitrary fixed k — this assumption is what allows you to derive P(k+1).

TTrue
FFalse
Question 4 True / False

A proof by weak induction is complete once you have verified the base case, because the inductive step just repeats the same calculation for the next value.

TTrue
FFalse
Question 5 Short Answer

What makes mathematical induction a valid proof technique rather than just an extended pattern check? Why does proving P(1) and 'P(k) implies P(k+1)' actually establish P(n) for all n?

Think about your answer, then reveal below.