To prove the theorem by induction, define predicate
\(P(n)\) to be
Theorem 14.1.4. Now the theorem can be restated as the claim that
\(P(n)\) is true for all
\(n \in \N\text{.}\) This is great, because the Induction Principle lets us reach precisely that conclusion, provided we establish two simpler facts:
So now our job is reduced to proving these two statements.
Basis step: The first statement follows because of the convention that a sum of zero terms is equal to 0. So \(P(0)\) is the true assertion that a sum of zero terms is equal to \(\frac{0(0+1)}{2} =0\text{.}\)
Inductive step:The second statement is more complicated. But remember a basic plan for proving the validity of any implication: assume the statement on the left and then prove the statement on the right. In this case, we assume
\(P(n)\) namely,
Theorem 14.1.4, in order to prove
\(P(n+1)\text{,}\) which is the equation:
\begin{equation}
\sum_{i = 1}^{n+1} i = 1 + 2 + 3 + \cdots + n + (n+1) = \frac{(n+1)(n+2)}{2}\tag{14.1.2}
\end{equation}
These two equations are quite similar; in fact, adding
\((n +1)\) to both sides of equation
(14.1.1) and simplifying the right side gives the equation
(14.1.2):
\begin{align*}
1 + 2 + 3 + \cdots + n +(n+1) \amp = \frac{n(n+1)}{2} +(n+1)\\
\amp = \frac{(n+1)(n+2)}{2}
\end{align*}
Thus, if \(P(n)\)> is true, then so is \(P(n+1)\text{.}\) This argument is valid for every nonnegative integer \(n\text{,}\) so this establishes the second fact required by the induction proof. Therefore, the Induction Principle says that the predicate \(P(M)\) is true for all nonnegative integers, \(m\text{.}\) The theorem is proved.