Prove: the biggest that N choose k gets is at k = N/2 for N even

  • Thread starter AxiomOfChoice
  • Start date
  • Tags
    even
In summary, the conversation discusses the proof of two statements regarding binomial coefficients, specifically when k is less than or equal to half of n, and when n is even. The participants suggest using induction and looking at specific cases to prove these statements. The conversation also touches on the concept of symmetry between k and n-k in the proof.
  • #1
AxiomOfChoice
533
1
Is there a simple way to prove this? I tried to use induction, but you get down to some horrible fraction (letting [itex]N = 2m[/itex] for some [itex]m[/itex]) in the inductive step:

[tex]
\begin{pmatrix} 2(m+1) \\ k \end{pmatrix} = \frac{(2m)!}{k!(2m - k)!} \cdot \frac{(2m+2)(2m+1)}{(2m+2-k)(2m+1-k)}
[/tex]

The inductive hypothesis is to assume the thing on the left is biggest for [itex]k = m[/itex], but the second fraction gets bigger as you make [itex]k[/itex] bigger. So...what to do! Any comments? Thanks!
 
Physics news on Phys.org
  • #2
Try to prove this: If ##k<k^\prime\leq N/2##, then

[tex]\binom{N}{k} < \binom{N}{k^\prime}[/tex]

And if ##N/2\leq k^\prime<k##, then

[tex]\binom{N}{k} < \binom{N}{k^\prime}[/tex]

To prove these two statements, it suffices to look at ##k## and ##k+1##.
 
  • #3
Note that it suffices to show that k!(2m-k)! attains its minimum at k=m (0≤k≤2m), and this is equivalent to showing that
(m-r)!(m+r)! attains its minimum at r=0 (0≤r≤m).
 
  • #4
AxiomOfChoice said:
Is there a simple way to prove this?

let n=even, k<=n/2
[tex]
\begin{pmatrix} n \\ k \end{pmatrix} =\begin{pmatrix} n \\ k-1 \end{pmatrix} *{ (n-k+1)/(k)}
[/tex]

then (n-k+1)/k > (n/2 +1)/k >1

QED

...the symmetry between k and n-k finishes the proof.
 
  • #5


There is indeed a simple way to prove this. First, let's rewrite the expression for N choose k in terms of factorials:

\begin{pmatrix} N \\ k \end{pmatrix} = \frac{N!}{k!(N-k)!}

Now, let's consider the ratio of N choose k and N choose k+1:

\frac{\begin{pmatrix} N \\ k \end{pmatrix}}{\begin{pmatrix} N \\ k+1 \end{pmatrix}} = \frac{\frac{N!}{k!(N-k)!}}{\frac{N!}{(k+1)!(N-k-1)!}} = \frac{(k+1)(N-k)}{(N-k-1)(k+1)} = \frac{k+1}{N-k-1}

We can see that this ratio is always greater than 1 when k < N/2, and less than 1 when k > N/2. This means that the value of N choose k increases until k = N/2, and then decreases. Therefore, the maximum value of N choose k occurs at k = N/2 for N even.

As for the inductive step, we can simply use the fact that the ratio of N choose k and N choose k+1 is always greater than 1 for k < N/2, and less than 1 for k > N/2. This means that the value of N choose k+1 is always smaller than N choose k when k < N/2, and larger when k > N/2. Therefore, the maximum value of N choose k+1 must occur at k = (N+1)/2, and since N is even, this reduces to k = N/2.

In conclusion, the maximum value of N choose k occurs at k = N/2 for N even, and this can be easily proven by considering the ratio of N choose k and N choose k+1.
 

What does "N choose k" mean?

"N choose k" is a mathematical notation that represents the number of ways to choose a subset of k elements from a set of N elements. It is also known as the binomial coefficient and is denoted as NCk or NChoosek.

What does it mean for N to be even?

N is said to be even if it is divisible by 2, meaning it leaves no remainder when divided by 2. This is represented as N = 2n, where n is an integer. For example, if N = 6, then it is even because 6 = 2*3.

What does it mean for k to be at k = N/2?

In this context, k = N/2 means that k is equal to half of the value of N. For example, if N = 8, then k = 4. This is the midpoint of the range of values for k when N is even.

Why is it important to prove that the biggest that N choose k gets is at k = N/2 for N even?

Proving this statement is important because it helps us understand the behavior of the binomial coefficients and their relation to the values of N and k. It also has applications in various fields, such as probability, statistics, and combinatorics.

How can we prove that the biggest that N choose k gets is at k = N/2 for N even?

To prove this statement, we can use mathematical induction, where we show that the statement holds true for a base case (such as N = 2) and then show that if it holds true for a certain value of N, it also holds true for the next value of N. This can be repeated until we reach N = k, where the statement will hold true for all values of k. We can also use algebraic manipulation and combinatorial arguments to prove this statement.

Similar threads

  • Linear and Abstract Algebra
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
20
Views
1K
  • Advanced Physics Homework Help
Replies
7
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
6
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
9
Views
2K
  • Precalculus Mathematics Homework Help
Replies
4
Views
4K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
900
  • Calculus and Beyond Homework Help
Replies
7
Views
2K
  • Precalculus Mathematics Homework Help
Replies
10
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
1
Views
857
Back
Top