Prove Combinations Proof: Median Method

  • Thread starter Thread starter gsingh2011
  • Start date Start date
  • Tags Tags
    Combinations Proof
Click For Summary
The discussion revolves around proving the identity $$\binom{n}{2k+1}=\sum_{i=1}^n{\binom{i-1}{k}\binom{n-i}{k}}$$ using a median method. The hint suggests classifying (2k + 1)-sets by their median, which involves splitting the set of size n into elements smaller and larger than the median. The left side counts the selection of 2k + 1 elements, while the right side involves selecting k elements from two subsets formed by the median. The challenge lies in understanding how the summation counts the ways to choose 2k elements from a set of size n-1. Clarification is sought on why the transformation leads to n-1 and 2k instead of n and 2k+1.
gsingh2011
Messages
115
Reaction score
1

Homework Statement


Prove that for any positive integer n, k,
$$\binom{n}{2k+1}=\sum_{i=1}^n{\binom{i-1}{k}\binom{n-i}{k}}$$

Homework Equations


$$\binom{n}{k}=\frac{n!}{(n-k)!k!}$$

The Attempt at a Solution


I'm looking for a starting point. I've been given a hint that says,
Classify (2k + 1)-sets of size n by what the median is, where (2k + 1)-sets of size n means the subsets of size n containing (2k + 1) elements.
But I don't know how to do that, or what to do from there.
 
Physics news on Phys.org
I think the hint is a bit poorly worded, but here's the idea:

On the left, in a set of size n we are picking 2k+1 elements. Consider the set to literally be the numbers 1 through n. Split your set into two parts - the numbers smaller than the median of the 2k+1 numbers you picked, and the numbers larger than it.

On the other hand, each term in the summand is counting the ways to: pick k elements from an i-1 sized set, and pick k elements from an n-i sized set. If we combine those two together, we are essentially picking 2k elements from a set of size n-1.
 
Office_Shredder said:
I think the hint is a bit poorly worded, but here's the idea:

On the left, in a set of size n we are picking 2k+1 elements. Consider the set to literally be the numbers 1 through n. Split your set into two parts - the numbers smaller than the median of the 2k+1 numbers you picked, and the numbers larger than it.

On the other hand, each term in the summand is counting the ways to: pick k elements from an i-1 sized set, and pick k elements from an n-i sized set. If we combine those two together, we are essentially picking 2k elements from a set of size n-1.

Thanks, but I'm still not sure what to do from here. I'm not sure how to deal with the sum, I guess.

EDIT: I guess I kind of get it now. For the summand, if we keep changing i then we're finding the number of ways to choose 2k elements from n-1 elements by choosing them from each sized set. So I guess my problem now is understanding why it's n-1 and 2k instead of n and 2k+1.
 
Last edited:
First, I tried to show that ##f_n## converges uniformly on ##[0,2\pi]##, which is true since ##f_n \rightarrow 0## for ##n \rightarrow \infty## and ##\sigma_n=\mathrm{sup}\left| \frac{\sin\left(\frac{n^2}{n+\frac 15}x\right)}{n^{x^2-3x+3}} \right| \leq \frac{1}{|n^{x^2-3x+3}|} \leq \frac{1}{n^{\frac 34}}\rightarrow 0##. I can't use neither Leibnitz's test nor Abel's test. For Dirichlet's test I would need to show, that ##\sin\left(\frac{n^2}{n+\frac 15}x \right)## has partialy bounded sums...