Given a positive integer $n$. How to prove that $\sum\limits_{k=0}^{n}(-1)^k \dbinom{n}{k} = 0 $ ?
I've tried using mathematical induction, then:
$$p(1)=\sum_{k=0}^{1}(-1)^k \binom {1}{k}=0 $$
And my induction hypothesis is:
$$p(n)=\sum_{k=0}^{n}(-1)^k \binom {n}{k}=0 $$
So, i need prove:
$$p(n+1)=\sum_{k=0}^{n+1}(-1)^{k} \binom {n+1}{k}=0 $$
Let $\sum_{k=0}^{n+1}(-1)^{k} \binom {n+1}{k}$,
$$\begin{align}
\sum_{k=0}^{n+1}(-1)^{k} \binom {n+1}{k} &= \sum_{k=0}^{n}(-1)^{k} \binom {n}{k}+(-1)^{k} \binom {n+1}{n+1} \\
&=0 + (-1)^{k}
\end{align}$$
What am i doing wrong?
The last passage should actually be $$ \begin{gathered} \sum\limits_{\left( {0\, \leqslant } \right)\,k\, \leqslant \,\left( {n + 1} \right)} {\left( \begin{gathered} n + 1 \\ k \\ \end{gathered} \right)\left( { - 1} \right)^{\,k} } = \sum\limits_{\left( {0\, \leqslant } \right)\,k\,\left( { \leqslant \,n} \right)} {\left( \begin{gathered} n \\ k \\ \end{gathered} \right)\left( { - 1} \right)^{\,k} } + \sum\limits_{\left( {0\, \leqslant } \right)\,k\,\left( { \leqslant \,n} \right)} {\left( \begin{gathered} n \\ k - 1 \\ \end{gathered} \right)\left( { - 1} \right)^{\,k} } = \hfill \\ = \sum\limits_{\left( {0\, \leqslant } \right)\,k\,\left( { \leqslant \,n} \right)} {\left( \begin{gathered} n \\ k \\ \end{gathered} \right)\left( { - 1} \right)^{\,k} } + \sum\limits_{\left( {0\, \leqslant } \right)\,k\,\left( { \leqslant \,n} \right)} {\left( \begin{gathered} n \\ k \\ \end{gathered} \right)\left( { - 1} \right)^{\,k + 1} } = \sum\limits_{\left( {0\, \leqslant } \right)\,k\,\left( { \leqslant \,n} \right)} {\left( \begin{gathered} n \\ k \\ \end{gathered} \right)\left( { - 1} \right)^{\,k} } - \sum\limits_{\left( {0\, \leqslant } \right)\,k\,\left( { \leqslant \,n} \right)} {\left( \begin{gathered} n \\ k \\ \end{gathered} \right)\left( { - 1} \right)^{\,k} } = 0 \hfill \\ \end{gathered} $$
Note that you can not take account of the bounds in the summation because they are implicit in the definition of the binomial.