I'm trying to prove binomial theorem by induction, but I'm a little stuck. I would look at online resources as this problem has been done many times, but the version I am trying to prove the binomial theorem in a different form.
$$(1 + x)^n = \sum_{k = 0}^{n} \binom{n}{k} x^k$$
I'm mostly confused as to how I can make the left side be equivalent to a summation, any help is appreciated. Try to hint me along!
Base step: $n=0$
Induction hypothesis: $n=N$
Induction step: $n=N+1$
Comment:
In (2) we split the product, since we want to apply the induction hypothesis.
In (3) we apply the induction hypothesis (1).
In (4) we multiply out.
In (5) we separate the first summand $\binom{N}{0}$ from the left sum and the last summand $\binom{N}{N}x^{N+1}$ from the right sum.
In (6) we use the binomial identities \begin{align*} \binom{N}{0}=\binom{N+1}{0}=1\qquad\text{and}\qquad\binom{N}{N}=\binom{N+1}{N+1}=1 \end{align*} We also shift the index $k$ of the right sum by one to start from $k=1$. This all is a preparation for the next step to easily collect all the terms in one sum.
In (7) we apply the binomial identity \begin{align*} \binom{N}{k}+\binom{N}{k-1}=\binom{N+1}{k} \end{align*} and the two sums can be merged into one sum. We also see the left-most term $\binom{N+1}{0}$ and the right-most term $\binom{N+1}{N+1}$ can be made part of the sum using index $k=0$ and $k=N+1$.