I can't figure out an algebraic proof for the following identity, (and i don't know if i can use the binomial theorem for this one): $$\sum_{k=0}^m(-1)^{m-k}{{n \choose {k}}}= {{n-1}\choose m}$$
Thank you, for your help in advance.
I can't figure out an algebraic proof for the following identity, (and i don't know if i can use the binomial theorem for this one): $$\sum_{k=0}^m(-1)^{m-k}{{n \choose {k}}}= {{n-1}\choose m}$$
Thank you, for your help in advance.
We desire to prove, by induction, that $$\sum_{k=0}^m (-1)^{k} {n \choose k} = (-1)^m{n-1 \choose m}$$ We start with the case $m=0$ $$\sum_{k=0}^0 (-1)^{k} {n \choose k} = {n \choose 0}= {n-1 \choose 0}$$ We now apply induction. We first assume that $$\sum_{k=0}^{m-1} (-1)^{k} {n \choose k} = (-1)^{m-1}{n-1 \choose m-1} \tag{1}$$ And now we begin the induction $$\sum_{k=0}^{m} (-1)^{k} {n \choose k}$$ $$=(-1)^{m}{n \choose m}+\sum_{k=0}^{m-1} (-1)^{k} {n \choose k}$$ $$=(-1)^{m}{n \choose m}+(-1)^{m-1}{n-1 \choose m-1}$$ $$=(-1)^{m}\left[{n \choose m}-{n-1 \choose m-1}\right]$$ We now have to apply the identity $\binom{n}{k}=\binom{n-1}{k}+\binom{n-1}{k-1}$ and we are done.
$$ (1+x)^{n-1} = \sum_{m=0}^n \binom{n-1}m x^m $$ but also $$ \begin{align} (1+x)^{n-1} =(1+x)^n \frac1{1+x} & = \sum_{k=0}^n \binom{n}{k}x^k\sum_{l=0}^{\infty}(-1)^lx^l \\ & =\sum_{m=0}^{\infty}x^m\sum_{k=0}^m (-1)^{m-k}\binom{n}k \tag{2} \end{align} $$ now compare the coefficients of $m$ in the two expansions. although (2) is formally an infinite sum, you can see that for $m \gt n-1$ the terms are zero
$$\begin{align}\require{cancel} \sum_{k=0}^m(-1)^{m-k}\binom nk &=(-1)^m\sum_{k=0}^m (-1)^k\left[\binom {n-1}{k-1}+\binom {n-1}k\right] &&\text{as $(-1)^{-k}=(-1)^k$}\\ &=(-1)^m\bigg\lbrace \cancel1-\left[\cancel{\binom {n-1}0}+\bcancel{\binom {n-1}1}\right]\\ &\qquad\quad\quad\quad+\left[\bcancel{\binom {n-1}1}+\cancel{\binom {n-1}2}\right]\\ &\qquad\quad\quad\quad-\left[\cancel{\binom {n-1}2}+\bcancel{\binom {n-1}3}\right]\\ &\qquad\qquad\qquad\cdots\\ &\qquad\;\;+(-1)^m\left[\bcancel{\binom {n-1}{m-1}}+\binom {n-1}m\right]\bigg\rbrace\\ &=\binom {n-1}m\end{align}$$