Combinatorial Proofs of a binomial identity

Click For Summary
SUMMARY

The discussion focuses on proving the binomial identity: for all integers n and m where 0 ≤ m ≤ n, the equation ∑(k=m to n) (nCk)(kCm) = (nCm) * 2^(n-m) holds true. The proof involves two counting methods for ordered pairs (A, B) where A is a subset of B. The first method counts pairs by choosing B first, while the second method counts by selecting A first and then forming B from A. Both methods yield the same total, confirming the identity.

PREREQUISITES
  • Understanding of binomial coefficients (nCk)
  • Familiarity with combinatorial counting principles
  • Knowledge of subsets and set operations
  • Basic algebraic manipulation skills
NEXT STEPS
  • Study combinatorial proofs in depth
  • Explore the properties of binomial coefficients
  • Learn about generating functions and their applications
  • Investigate advanced counting techniques in combinatorics
USEFUL FOR

Students studying combinatorics, mathematicians interested in binomial identities, and educators looking for teaching resources on combinatorial proofs.

silvermane
Gold Member
Messages
113
Reaction score
0

Homework Statement


Show that for all integers n,m where 0 ≤ m ≤ n
The sum from k=m to n of {(nCk)*(kCm)} = (nCm)*2^(n-m)


The Attempt at a Solution


So for the proof, I have to use a real example, such as choosing committees, binary sequences, giving fruit to kids, etc. I have been thinking hard on it, but I don't fully understand it to do so. Any hints would be wonderful. I don't exactly want the answer, just an understanding! Thank you for your time :)
 
Physics news on Phys.org
Think about it like this: Imagine you have a big set S, with n elements. You want to find the number of ordered pairs (A, B), where A and B are subsets of S, A has size m, and A \subseteq B. There are two ways to count the number of such ordered pairs. You could choose the elements of B first, by letting |B| = k (where m \leq k \leq n); there are then \binom{n}{k} ways to choose B, and \binom{k}{m} ways to pick the set A from the elements of B. Thus, for a given k, there are \binom{n}{k} \binom{k}{m} ways to choose the pair (A, B), so there are
<br /> \sum_{k = m}^n \binom{n}{k} \binom{k}{m}<br />
such pairs in total.

Alternatively, you could choose the elements of A first. This time, there are \binom{n}{m} ways to pick A. Choosing B then amounts to picking any subset C of S \setminus A which you then "add on" to A: B = A \cup C. There are 2^{|S \setminus A|} = 2^{n - m} subsets of S \setminus A. Thus, there are
<br /> 2^{n - m} \binom{n}{m}<br />
such ordered pairs. Thus, since both methods count the same thing, you have
<br /> \sum_{k = m}^n \binom{n}{k} \binom{k}{m} = 2^{n - m} \binom{n}{m} \textrm{.}<br />
 

Similar threads

  • · Replies 15 ·
Replies
15
Views
3K
  • · Replies 13 ·
Replies
13
Views
2K
  • · Replies 9 ·
Replies
9
Views
4K
Replies
1
Views
2K
  • · Replies 6 ·
Replies
6
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 3 ·
Replies
3
Views
2K
  • · Replies 13 ·
Replies
13
Views
3K
  • · Replies 8 ·
Replies
8
Views
3K
  • · Replies 9 ·
Replies
9
Views
8K