Combinatorial Proof Article Index for
Combinatorial
Website Links For
Combinatorial
 

Information About

Combinatorial Proof




A statement is said to be proven combinatorially if a '''combinatorial argument''', or '''counting argument''', is used in the aforementioned fashion to justify the key steps of its proof.

One simple example of a combinatorial proof is the following result on Binomial Coefficient ''C''(''n''; ''k'') (read ''n choose k''):

Proposition 1.
C


''Proof''.
We count the number of ways choosing ''k'' elements from an ''n''- Set .
By definition, ''C''(''n''; ''k'') is the number of ways choosing ''k'' from ''n''.
But each time we choose any ''k'' elements, we must also leave behind ''n'' − ''k'' elements, which is the same as choosing ''n'' − ''k'' elements (to leave behind).
So this number must also equal ''C''(''n''; ''n'' − ''k'').
\Box

A slightly less trivial example is the following:

Proposition 2.
C


''Proof''.
We count the number of ways choosing ''k'' elements from an ''n''- Set .
Again, by definition, ''C''(''n''; ''k'') is the number of ways choosing ''k'' from ''n''.
Since 1 ≤ ''k'' ≤ ''n'' − 1, we can pick a fixed element ''e'' from the ''n''-set so that the remaining subset is not empty.
For each ''k''-set, if ''e'' is chosen, there are ''C''(''n'' − 1; ''k'' − 1) ways to choose the remaining ''k'' − 1 elements among the remaining ''n'' − 1 choices; otherwise, there are ''C''(''n'' − 1; ''k'') ways to choose the remaining ''k'' elements among the remaining ''n'' − 1 choices.
Thus, there are ''C''(''n'' − 1; ''k'' − 1) + ''C''(''n'' − 1; ''k'') ways to choose ''k'' elements depending on whether ''e'' is included in each selection.
\Box

Problems that admit combinatorial proofs are not limited to binomial coefficient identities. As the complexity of the problem increases, a combinatorial proof can become very sophisticated. This technique is particularly useful in areas of Discrete Mathematics such as Combinatorics , Graph Theory , and Number Theory .