53792712
A student investigates the claim \(1+3+5+\cdots+(2n-1)=n^2\) for \(n\ge1\). She obtains:
<table><tr><th>\(n\)</th><th>left side</th><th>right side</th></tr><tr><td>\(1\)</td><td>\(1\)</td><td>\(1\)</td></tr><tr><td>\(2\)</td><td>\(4\)</td><td>\(4\)</td></tr><tr><td>\(3\)</td><td>\(9\)</td><td>\(9\)</td></tr><tr><td>\(4\)</td><td>\(16\)</td><td>\(16\)</td></tr><tr><td>\(5\)</td><td>\(25\)</td><td>\(25\)</td></tr></table>
Explain why this is not yet a proof for every \(n\ge1\), and state the two additional steps needed for a proof by mathematical induction.
Hints
- Consider what finitely many examples can establish about infinitely many cases.
- Separate verification of the first case from the transition to the next case.
Solution
1. The five calculations verify the claim for only five values. A finite collection of examples does not prove a statement for every positive integer.
2. The base case must verify the claim for the first allowed value.
3. For the inductive step, assume for an arbitrary \(k\ge1\) that \(1+3+\cdots+(2k-1)=k^2\), and use that assumption to prove \(1+3+\cdots+(2k+1)=(k+1)^2\).
Answer
The table provides only examples. A proof also needs a valid base case and a general inductive step from \(k\) to \(k+1\).
