Home
Suppose we want to prove for any integer (typical case)
- Base Case (BC): Prove for the smallest non-negative integer
- Induction Hypothesis (IH): "Assume holds for some positive integer "
- Induction Step (IS): Using the truth of , show that also holds.
- "Thus by the Principle of Mathematical Induction (PMI), holds for all integers " QED
Prove that if then $$
\sum _{i = 1} ^{n} i = \left( \frac{n(n+1)}{2} \right) $$
BC: let
Thus holds.
IH: Assume holds for some positive integer .
We will solve for:
IS: Consider
Thus holds
By PMI, holds for all integers
QED