DISCRETE MATH: Binomial Theorem proof (using Corollary 2)

In summary, the proof requires the use of the binomial theorem and the definition of binomial coefficient.
  • #1
VinnyCee
489
0

Homework Statement



Show that if n is a positive integer, then [tex]1\,=\,\binom{n}{0}\,<\,\binom{n}{1}\,<\,\cdots\,<\,\binom{n}{\lfloor\frac{n}{2}\rfloor}\,=\,\binom{n}{\lceil\frac{n}{2}\rceil}\,>\,\cdots\,>\binom{n}{n\,-\,1}\,>\,\,\binom{n}{n}\,=\,1[/tex]

Homework Equations



I think this proof involves corollary 2 of the Binomial Theorem.

[tex]\sum_{k\,=\,0}^n\,(-1)^k\,\binom{n}{k}\,=\,0[/tex]

The Attempt at a Solution



I have NO idea where to start a proof of this sort. This problem is labeled as 'easy', but I don't see the easiness yet. I know that an attempt at a solution is required before any assistance is rendered, but I have been staring at (and thinking about) this problem for two days now. I can't think of ANYTHING that is even remotely helping me to "show" this theorem.

I am not trying to have someone else do my homework or anything like that, I just need a pointer or two. If you don't believe me, look at my previous threads, all have detailed attempts and most were completed problems after help was given.

Thanks for your help in advance.
 
Last edited:
Physics news on Phys.org
  • #2
have you tried using the definition
[tex]\binom{n}{k}=\frac{n!}{k!(n-k)!}[/tex]
to help?
 
  • #3
Yeah, I used that up until the ceiling and floor functions in the middle. I can show that 1 is equal to the next term and that the term after that is indeed larger than the term equal to one. But what do I do with the ceiling and floor functions that come after? How to show that they are larger?
 
  • #4
what can you and what can't you prove? you can't prove for the cases k > n/2 or k < n/2 or just the middle terms ?
 
  • #5
By definition, [itex]\binom{n}{0}\,=\,1[/itex]. Now, [itex]\binom{n}{1}\,=\,\frac{n!}{(n\,-\,1)!}[/itex]. And by definition of the factorial function [itex]n!\,>\,(n\,-\,1)![/itex]. Also, a divisor that is less than the dividend results in a quotient that is greater than one. This proves up to the point of [itex]\binom{n}{1}[/itex], and I think it can be extended up to the part where I am stuck. How do I work with the floor functions using the definition of binomial coefficient?

[tex]\binom{n}{\lfloor\frac{n}{2}\rfloor}[/tex]
 
  • #6
I guess I have to consider two cases of the center equality (the one using the ceiling and floor functions) in order to prove the whole inequality. There is a case of when [itex]n[/itex] is even and the case of when [itex]n[/itex] is odd. In the even case, the two terms are obviously equal.[itex]n[/itex] = 4:

[tex]\binom{4}{\lfloor\frac{4}{2}\rfloor}\,=\,\binom{4}{2}\,=\,\frac{4!}{2!(4\,-\,2)!}\,=\,\frac{4!}{2!}\,=\,\frac{24}{2}\,=\,12[/tex]

[tex]\binom{4}{\lceil\frac{4}{2}\rceil}\,=\,\binom{4}{2}\,=\,\frac{4!}{2!(4\,-\,2)!}\,=\,\frac{4!}{2!}\,=\,\frac{24}{2}\,=\,12[/tex]Okay, but how do I prove anything about the odd [itex]n[/itex]-values?

[itex]n[/itex] = 5:

[tex]\binom{5}{\lfloor\frac{5}{2}\rfloor}\,=\,\binom{5}{2}\,=\,\frac{5!}{2!(5\,-\,2)!}\,=\,\frac{5!}{2!\,3!}\,=\,\frac{120}{12}\,=\,10[/tex]

[tex]\binom{5}{\lceil\frac{5}{2}\rceil}\,=\,\binom{5}{3}\,=\,\frac{5!}{3!(5\,-\,3)!}\,=\,\frac{5!}{2!\,3!}\,=\,\frac{120}{12}\,=\,10[/tex][itex]n[/itex] = 7:

[tex]\binom{7}{\lfloor\frac{7}{2}\rfloor}\,=\,\binom{7}{3}\,=\,\frac{7!}{3!(7\,-\,3)!}\,=\,\frac{7!}{3!\,4!}\,=\,\frac{5040}{144}\,=\,35[/tex]

[tex]\binom{7}{\lceil\frac{7}{2}\rceil}\,=\,\binom{4}{4}\,=\,\frac{7!}{4!(7\,-\,4)!}\,=\,\frac{7!}{4!\,3!}\,=\,\frac{5040}{144}\,=\,35[/tex]I guess that proves that in either case the two are equal! Now how do I combine it all into a concise proof?
 
Last edited:
  • #7
do a case for even n and a case for odd n
 

1. What is the Binomial Theorem?

The Binomial Theorem is a mathematical formula that provides a way to expand a binomial expression raised to a power. It states that for any positive integer n, the expansion of (a + b)^n can be expressed as the sum of n+1 terms, where each term is given by (n choose k) * a^(n-k) * b^k, with k ranging from 0 to n.

2. What is Corollary 2?

Corollary 2 is a special case of the Binomial Theorem, where the expansion is simplified for the case when a=1. It states that for any positive integer n, the expansion of (1 + b)^n can be expressed as the sum of n+1 terms, where each term is given by (n choose k) * b^k, with k ranging from 0 to n.

3. How is Corollary 2 used in the proof of the Binomial Theorem?

Corollary 2 is used as a starting point in the proof of the Binomial Theorem. By setting a=1 in the formula, the proof is simplified and can be easily shown using mathematical induction.

4. What is mathematical induction?

Mathematical induction is a proof technique used to prove that a statement is true for all positive integers. It involves showing that the statement is true for the first integer, and then assuming it is true for some arbitrary integer k and proving that it is also true for k+1. This establishes the truth of the statement for all positive integers.

5. Are there other proofs of the Binomial Theorem?

Yes, there are other proofs of the Binomial Theorem besides using mathematical induction and Corollary 2. Some other common proofs include using Pascal's Triangle, combinatorial arguments, and the use of generating functions. Each proof offers a different perspective and understanding of the theorem.

Similar threads

  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
465
  • Calculus and Beyond Homework Help
Replies
14
Views
2K
  • Calculus and Beyond Homework Help
Replies
18
Views
1K
  • Calculus and Beyond Homework Help
Replies
15
Views
1K
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
5
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
1K
  • Calculus and Beyond Homework Help
Replies
3
Views
1K
  • Calculus and Beyond Homework Help
Replies
6
Views
1K
Back
Top