Content
Proof of the binomial theorem by mathematical induction
In this section, we give an alternative proof of the binomial theorem using mathematical induction. We will need to use Pascal's identity in the form
\[ \dbinom{n}{r-1} + \dbinom{n}{r} = \dbinom{n+1}{r}, \qquad\text{for}\quad 0 < r \leq n. \]We aim to prove that
\[ (a+b)^n = a^n + \dbinom{n}{1}a^{n-1}b + \dbinom{n}{2}a^{n-2}b^2+\dots+\dbinom{n}{r}a^{n-r}b^r+\dots+ \dbinom{n}{n-1}ab^{n-1} + >b^n. \]We first note that the result is true for \(n=1\) and \(n=2\).
Let \(k\) be a positive integer with \(k \geq 2\) for which the statement is true. So
\[ (a+b)^k= a^k + \dbinom{k}{1}a^{k-1}b + \dbinom{k}{2}a^{k-2}b^2+\dots+\dbinom{k}{r}a^{k-r}b^r+\dots+ \dbinom{k}{k-1}ab^{k-1} + b^k. \]Now consider the expansion
\begin{align*} &(a+b)^{k+1}\\ &= (a+b)(a+b)^k\\ &= (a+b)\Bigg(a^k + \dbinom{k}{1}a^{k-1}b + \dbinom{k}{2}a^{k-2}b^2+\dots +\dbinom{k}{r}a^{k-r}b^r +\dots+ \dbinom{k}{k-1}ab^{k-1} + b^k \Bigg)\\ &\begin{aligned}[t] &= a^{k+1} + \Bigg[1+\dbinom{k}{1}\Bigg]a^kb + \Bigg[\dbinom{k}{1}+\dbinom{k}{2}\Bigg]a^{k-1}b^2 + \dotsb\\ &\dotsb + \Bigg[\dbinom{k}{r-1} + \dbinom{k}{r}\Bigg]a^{k-r + 1}b^r + \dotsb + \Bigg[\dbinom{k}{k-1} + 1\Bigg]ab^{k} + b^{k+1}. \end{aligned} \end{align*}From Pascal's identity, it follows that
\[ (a+b)^{k+1} = a^{k+1} + \dbinom{k+1}{1}a^{k}b + \dots+\dbinom{k+1}{r}a^{k-r+1}b^r+\dots+ \dbinom{k+1}{k}ab^{k} + b^{k+1}. \]Hence the result is true for \(k+1\). By induction, the result is true for all positive
integers \(n\).