Combinatorial Proof – Falling Factorial and Binomial Theorem

binomial theorembinomial-coefficientscombinatorial-proofsfactorialproof-writing

For $n,m,k \in \mathbb{N}$, prove the equality
$$(n+m)^{\underline{k}}=\sum^{k}_{i=0}\binom ki \cdot n^{\underline{k-i}} \cdot m^{\underline{i}}$$
Here, $x^{\underline{j}}$ denotes a falling factorial, defined by $x^{\underline{j}} = \dfrac{x!}{\left(x-j\right)!} = x\left(x-1\right)\cdots\left(x-j+1\right)$.

I can prove the binomial theorem for itself combinatorically and also the falling factorial version of it, but combined I hit a wall. Any suggestions?

Best Answer

How many ways can you pick $k$ balls from a set of $n$ different red balls and $m$ green different balls?

Answer

$$(n+m)^{\underline k}$$

But you can count them another way. First suppose that the $k$ balls are red, then $k-1$ are red and $1$ is green, etc.

This gives

$$\sum_{j=0}^k\binom kj n^{\underline j} m^{\underline {k-j}}$$