Discover why both base case and inductive step are essential through interactive exploration
Mathematical induction proves statements about infinite sets of numbers by showing two things: the statement is true for the first case, and if it's true for any number, it must be true for the next number. You've been using this reasoning naturally your whole mathematical life - when you extend patterns from small numbers to larger ones.
Click the first domino to see how the pattern extends naturally:
Click the first card to test if this equality actually holds:
Mathematical induction requires both components to work. Like our square root examples showed, the inductive step alone can mislead you into accepting false statements.
To prove a statement P(n) for all integers n ≥ n₀:
Prove P(n₀) is true
Verify the statement for the starting value
Assume P(k) is true, then prove P(k+1) is true
Show: if the pattern holds for k, then it holds for k+1
Conclusion: P(n) is true for all integers n ≥ n₀
Statement: $1 + 3 + 5 + ... + (2n-1) = n^2$ for all positive integers n
Work through induction problems with MathPal as your study buddy. MathPal will give you hints and work alongside you, not teach from above.