I am wanting to figure out how to prove the multinomial theorem, but I am stuck on what particular part which is called "collapsing the double sum". How can I show that these two expressions equal one another to conclude the following:
$$\sum_{k_{r + 1} \mathop = 0}^n \left({\sum_{k_1 + k_2 + \cdots + k_r \mathop = n - k_{r + 1} } \binom n {k_{r + 1} } \binom {n - k_{r + 1} } {k_1, k_2, \ldots, k_r} {x_1}^{k_1} {x_2}^{k_2} \cdots {x_r}^{k_r} {x_{r + 1} }^{k_{r + 1}} }\right)=\sum_{k_1 + k_2 + \cdots + k_r + k_{r + 1} \mathop = n} \binom n {k_{r + 1} } \binom {n - k_{r + 1} } {k_1, k_2, \ldots, k_r} {x_1}^{k_1} {x_2}^{k_2} \cdots {x_r}^{k_r} {x_{r + 1} }^{k_{r + 1} } \text{ .}$$
I am wanting to do so with induction or another formal technique, and not just expanding it out.
Any help would be greatly appreciated!
Since the summands are identical, we just need to compare the summation limits of the double sum on LHS to see if they are equivalent to the limits of the single sum on RHS.
The inner sum specifies that $$\begin{align} k_1+k_2+\cdots+k_r&=n-k_{r+1}\\ \Rightarrow k_1+k_2+\cdots+k_r+k_{r+1}&=n\end{align}$$ and the outer sum specifies that $k_{r+1}$ runs through all possible values, i.e.from $0$ to $n$.
Hence $$\sum_{k_{r+1}=0}^n\sum_{k_1+k_2+\cdots+k_r=n-k_{r+1}}f(k_1, k_2, \cdots k_{r+1})=\sum_{k_1+k_2+\cdots+k_r+k_{r+1}=n}f(k_1, k_2, \cdots k_{r+1})$$