Prove the identity: $\sum\limits_{k=0}^{n}(-1)^k\binom{j}{k}=(-1)^n\binom{j-1}{n}$

binomial-coefficientscombinatoricssolution-verificationsummation

I'm trying to simplify the following summation by Pascal's identity then got:

$$\sum\limits_{k=0}^{n}(-1)^k\binom{j}{k}=(-1)^0\binom{j-1}{-1}+(-1)^{n}\binom{j-1}{n},$$

that is: all the terms between the two ends (not included) are canceled out, my idea is $\binom{j-1}{-1}$ is undefined and my simplification is wrong. So what's the correct way to prove it?

I also want to know a problem related to this (or should I post another question?): when $j=0$, what should be the value of $\dbinom{j}{k}, 0\le k$?

Best Answer

Another way using generating functions. The identity can be obtained from taking the coefficient of $x^n$ in the expansions of both sides of the identity $$ \frac{1}{1-x}\times(1-x)^j=(1-x)^{j-1}. $$ The binomial theorem implies that $[x^n]((1-x)^{j-1})=(-1)^n\binom{j-1}{n}$ where $[x^n]$ means extract the coefficient of $x^n$ in the series.

Since $(1-x)^{-1}=\sum_{m=0}^\infty x^m$ and $(1-x)^j=\sum_{u=0}^j (-1)^u\binom{j}{u}$, the cauchy product implies that $[x^n](\frac{1}{1-x}\times(1-x)^j)=\sum_{k=0}^n(-1)^k\binom{j}{k}$ from which the result follows.

Related Question