Combinatoric Proof: n Choose 2 Choose 2 = 3 (n+1) Choose 4

  • MHB
  • Thread starter anemone
  • Start date
  • Tags
    Proof
In summary, a combinatoric proof is a mathematical proof that uses counting techniques or combinatorial principles to demonstrate the validity of a mathematical statement or equation. This is illustrated by the equation n Choose 2 Choose 2 = 3 (n+1) Choose 4, which shows the equality of two different ways of selecting elements from a set. This equation has been proven to be true for all values of n using mathematical induction. An example using a set of 4 letters illustrates the equation, and there are many practical applications of combinatoric proofs in fields such as computer science, physics, and statistics.
  • #1
anemone
Gold Member
MHB
POTW Director
3,883
115
Show that \(\displaystyle {{n\choose 2}\choose 2 }=3 {n+1\choose 4}\)
 
Mathematics news on Phys.org
  • #2
I would expect some one to solve combinatorically but I provide algebragically
writing (n k) for nCk

We have (n 2) = n(n-1)/2

So ((n 2) 2) = ((n(n-1)/2) (n(n-1)/2-1))/2
= n(n-1)/2 ( n^2-n -2)/ 4
= n(n-1)(n-2)(n+1)/8
= 3( n(n-1)(n-2)(n+1)/24
= 3 ( n+1)!/(4!(n+1-4)! Multiply numerator and dnominator by (n-3)!
= 3 (n + 1 4)
 

FAQ: Combinatoric Proof: n Choose 2 Choose 2 = 3 (n+1) Choose 4

What is a combinatoric proof?

A combinatoric proof is a mathematical proof that uses counting techniques or combinatorial principles to demonstrate the validity of a mathematical statement or equation.

How does the equation n Choose 2 Choose 2 = 3 (n+1) Choose 4 illustrate a combinatoric proof?

This equation can be interpreted as choosing 2 items from a set of n items, and then choosing 2 items from the remaining set of n-2 items. The left side counts the number of ways to make these two selections, while the right side counts the number of ways to choose 4 items from a set of n+1 items. Since both expressions represent the same action, the equation serves as a combinatoric proof that they are equal.

How do we know that this equation is true for all values of n?

This equation has been proven using mathematical induction, which is a technique that shows a statement is true for all natural numbers by first proving it is true for the number 1, and then showing that if it is true for some arbitrary natural number k, it must also be true for the next natural number k+1. Since the equation holds for n=1 and the logic holds for any natural number, we can conclude that it is true for all values of n.

Can you provide an example to illustrate this equation?

Sure, let's say we have a set of 4 letters: A, B, C, D. If we first choose 2 letters (say, A and B) and then choose another 2 letters from the remaining set (say, C and D), we have 6 possible combinations: AB, AC, AD, BC, BD, CD. On the other hand, if we choose 4 letters directly from the set of 4 (without the intermediate step), we also have 6 possible combinations: ABCD, ABDC, ACBD, ACDB, ADBC, ADCB. This example illustrates the equation n Choose 2 Choose 2 = 3 (n+1) Choose 4 for n=2.

What are some practical applications of combinatoric proofs?

Combinatoric proofs have many applications in various fields, including computer science, physics, and statistics. They can be used to solve problems related to counting, probability, and optimization. For example, combinatoric proofs can be used to analyze algorithms, design efficient networks, and evaluate game strategies.

Similar threads

Back
Top