Binomial coefficient summation proof

Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
5 replies · 4K views
zeion
Messages
455
Reaction score
1

Homework Statement



Prove that

[tex]\sum^{l}_{k=0}[/tex] [tex]n \choose k[/tex] [tex]m \choose l-k[/tex] = [tex]n+m \choose l[/tex]

Hint: Apply the binomial theorem to (1+x)n(1+x)m

Homework Equations


The Attempt at a Solution



I apply the hint to that thing to get [tex]\sum^{n}_{j=0}[/tex] [tex]n \choose j[/tex] [tex]x^j \sum^{m}_{k=0}[/tex] [tex]m \choose k[/tex] [tex]x^k[/tex]= [tex]\sum^{n}_{j=0}\sum^{m}_{k=0}[/tex][tex]n\choose j[/tex][tex]m\choose k[/tex][tex]x^{j+k} = \sum^{n+m}_{l=0}[/tex][tex]n+m \choose l[/tex][tex]x^l[/tex]

Now I am stuck.
 
Physics news on Phys.org
The coefficient of x^l must be the same on both sides, right? That gives you C(n+m,l) on the right. What terms on the left make a power of x^l?
 
Dick said:
The coefficient of x^l must be the same on both sides, right?

So that means l = j+k?
 
zeion said:
So that means l = j+k?

Sure. Use that to reduce the double sum to a single sum.
 
zeion said:
How do I do that?

For each value of j there is only one value of k such that j+k=l. Just sum over j and express k in terms of l and j.