Applying binomial theorem to prove combinatorics identity

Click For Summary

Homework Help Overview

The discussion revolves around proving the combinatorial identity \(\sum\limits_{k=0}^l{n \choose k}{m \choose l-k} = {n+m \choose l}\) using the binomial theorem. Participants explore the application of the binomial theorem and its implications for the identity.

Discussion Character

  • Exploratory, Conceptual clarification, Mathematical reasoning

Approaches and Questions Raised

  • Participants discuss the validity of using the binomial theorem to simplify the left side of the equation. Some suggest applying definitions of binomial coefficients, while others question the necessity of the binomial theorem in the proof.

Discussion Status

The discussion is ongoing, with various participants providing insights into the algebraic manipulation of the sums involved. Some guidance has been offered regarding the substitution of variables and the interpretation of the summation process, but no consensus has been reached on the best approach.

Contextual Notes

There is a noted ambiguity regarding the role of the binomial theorem in the original problem statement, as some participants feel it may not be essential to the proof. Additionally, there are concerns about the clarity of the steps involved in the manipulation of the summations.

Orange-Juice
Messages
8
Reaction score
0

Homework Statement


Prove that \sum\limits_{k=0}^l{n \choose k}{m \choose l-k} = {n+m \choose k}

Homework Equations


Binomial theorem

The Attempt at a Solution


[/B]
We know that (1+x)^n(1+x)^m = (1+x)^{n+m}
which, by the binomial theorem, is equivalent to:
{\sum\limits_{k=0}^n{n \choose k}x^k}{\sum\limits_{j=0}^m{m \choose j}x^j} = {\sum\limits_{l=0}^{n+m}{n+m \choose l}x^l}
The solution involves setting l = j+k and then simplifying the left side to:
{\sum\limits_{k=0}^l{n \choose k}{m \choose l-k}x^l} but I can't see how this is in any way rigorously justified. Can someone help me see the justification for simplifying the left side? Thanks.
 
Physics news on Phys.org
Orange-Juice said:

Homework Statement


Prove that \sum\limits_{k=0}^l{n \choose k}{m \choose l-k} = {n+m \choose k}

Homework Equations


Binomial theorem

The Attempt at a Solution


[/B]
We know that (1+x)^n(1+x)^m = (1+x)^{n+m}
which, by the binomial theorem, is equivalent to:
{\sum\limits_{k=0}^n{n \choose k}x^k}{\sum\limits_{j=0}^m{m \choose j}x^j} = {\sum\limits_{l=0}^{n+m}{n+m \choose l}x^l}
The solution involves setting l = j+k and then simplifying the left side to:
{\sum\limits_{k=0}^l{n \choose k}{m \choose l-k}x^l} but I can't see how this is in any way rigorously justified. Can someone help me see the justification for simplifying the left side? Thanks.
Have you tried applying the definition of ##{n \choose k} = \frac{n!}{k!(n-k)!}## to the terms in the summations?
 
Orange-Juice said:

Homework Statement


Prove that \sum\limits_{k=0}^l{n \choose k}{m \choose l-k} = {n+m \choose k}

Homework Equations


Binomial theorem

The Attempt at a Solution


[/B]
We know that (1+x)^n(1+x)^m = (1+x)^{n+m}
which, by the binomial theorem, is equivalent to:
{\sum\limits_{k=0}^n{n \choose k}x^k}{\sum\limits_{j=0}^m{m \choose j}x^j} = {\sum\limits_{l=0}^{n+m}{n+m \choose l}x^l}

The key point is that this must be true for any value of x, which implies that the two sides must be equal for each choice of power of x. That means that the identity can be made much stronger by imposing the equality for each separate power of x. So the coefficient of x to some power on one side must be equal to the coefficient of the term with the same power of x on the other side, this leads to your result with j+k=l.
 
SteamKing said:
Have you tried applying the definition of ##{n \choose k} = \frac{n!}{k!(n-k)!}## to the terms in the summations?

Are you saying you do not understand why
\sum_k c_k x^k \; \sum_j d_j x^j = \sum_l \left(\sum_k c_k d_{l-k} \right) x^l \;?
It is a standard result in elementary algebra. All you are doing is gathering together the coefficients of ##x^k \cdot x^j =x^{k+j}## for each constant value of ##l = k+j##.
 
Ray Vickson said:
Are you saying you do not understand why
\sum_k c_k x^k \; \sum_j d_j x^j = \sum_l \left(\sum_k c_k d_{l-k} \right) x^l \;?
It is a standard result in elementary algebra. All you are doing is gathering together the coefficients of ##x^k \cdot x^j =x^{k+j}## for each constant value of ##l = k+j##.
All I know is that:

Orange-Juice said:

Homework Statement


Prove that \sum\limits_{k=0}^l{n \choose k}{m \choose l-k} = {n+m \choose k}

It seems to me, from a purely uninformed point of view, that bringing the binomial theorem into this proof just complicates things.
 
SteamKing said:
It seems to me, from a purely uninformed point of view, that bringing the binomial theorem into this proof just complicates things.
As I understand the OP, the object of the exercise is to use the binomial theorem to establish the identity. Whether there is a better way is beside the point.
Specifically, the question is how the product of the two sums collapses to the single sum, k=0 to l.
@Orange-Juice , the method sets l=j+k, so j=l-k. Substitute that in the summation, rewrite it as a double sum, and change the order of the summation.
Note that you are wrong about what the left hand side needs to become. You missed an enclosing ##\Sigma_{l=0}^{n+m}##
 
haruspex said:
As I understand the OP, the object of the exercise is to use the binomial theorem to establish the identity. Whether there is a better way is beside the point.
That's just it. The problem statement simply says, "Prove such and such." It doesn't say "Using the binomial theorem, prove such and such."

I think the OP has just thrown the binomial theorem in because he doesn't have anything else to put in Section 2 of the HW template. The summations don't even involve binomials.
 
SteamKing said:
That's just it. The problem statement simply says, "Prove such and such." It doesn't say "Using the binomial theorem, prove such and such."

I think the OP has just thrown the binomial theorem in because he doesn't have anything else to put in Section 2 of the HW template. The summations don't even involve binomials.
The OP says "the solution involves setting...". Either that is a hint provided (in conjunction with a hint or direction to use the binomial theorem), or OJ is trying to follow a solution that uses the binomial theorem. Either way, the question OJ presents is how a particular step works.
 
SteamKing said:
That's just it. The problem statement simply says, "Prove such and such." It doesn't say "Using the binomial theorem, prove such and such."

I think the OP has just thrown the binomial theorem in because he doesn't have anything else to put in Section 2 of the HW template. The summations don't even involve binomials.

Using the binomial expansion to prove the result is the more-or-less standard way of doing it; it is the first thing I would have done if I were asked to prove the identity. The close connection between the "binomial coefficients" and the "binomial expansion" cries out to be used.
 

Similar threads

  • · Replies 9 ·
Replies
9
Views
3K
  • · Replies 1 ·
Replies
1
Views
2K
  • · Replies 5 ·
Replies
5
Views
2K
  • · Replies 10 ·
Replies
10
Views
2K
  • · Replies 7 ·
Replies
7
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 6 ·
Replies
6
Views
3K
  • · Replies 5 ·
Replies
5
Views
4K
  • · Replies 15 ·
Replies
15
Views
3K
Replies
13
Views
2K