How Do Combinatorial Proofs Work?

In summary, the conversation discusses the concept of combinatorial proofs and how they can be applied to different branches of mathematics such as set theory, number theory, and algebra. The inclusion-exclusion principle is used as an example to demonstrate how combinatorial proofs work in set theory. Additionally, a simple combinatorial proof is provided for the theorem (x+y)^n = \sum_{k=0}^{n} {n \choose k} x^{k} y^{n-k} in algebra. Overall, it is suggested to start with a specific topic or principle when exploring combinatorial proofs rather than asking a broad question.
  • #1
Apogee
45
1
Well, the title pretty much sums it up. I was reading up about combinatorial proofs and was wondering if anyone could offer an example of one or explain how they are done.
 
Mathematics news on Phys.org
  • #2
Seems like too broad of a question: there are different subbranches. Do you want counting, graph theory, ...

Why don't you start with the inclusion-exclusion principle, or bring up some specific issue you're interested in?
 
  • #3
Bacle2 said:
Seems like too broad of a question: there are different subbranches. Do you want counting, graph theory, ...

Why don't you start with the inclusion-exclusion principle, or bring up some specific issue you're interested in?

I was thinking more along the lines of number theory, but any example will suffice. I'm just trying to understand when, why, and how to use them to prove certain theorems.

Moreover, do you know how to prove the inclusion-exclusion principle combinatorially?
 
  • #4
Sorry,just getting back from dinner & B&N .

The argument I know basically show that each person is counted exactly once.

For small cases: say you want to count the number of people who either smoke :=S, or
are left-handed:=L .

The formula for inclusion-exclusion is then :

|S\/L|=|S|+|L|-|S/\L| ; |S|:= cardinality of the set S

The argument is that each person in the group S\/L is counted exactly once:

i) If person x smokes but is not lefthanded: then x will be counted exactly once; in |S| .Similar
if person y is lefthanded but does not smoke.

ii) Person z is a lefthanded smoker. Then z will be counted once in |S|; once in |L| --so we have
overcounted z , i.e., we have counted twice. But now we subtract z from the count, because
z is in |S/\L| , which is subtracted from the count. So z is counted exactly 1+1-1 =1 times,
which means we are counting correctly.

Then IE generalizes to:

|A1/\A2/\.../\An|=|A1|+...+|An|- (|A1/\A2|+...+|An-1/\An|)+

(|A1/\A2/\A3|+...+|An-2/\An-1/\An|)-...+/-(|A1/\A2.../\An|)

And the proof generalizes too: let x be a person that satisfies j out of the n conditions Ai. We
show that x is counted precisely once in the general formula.

Is this O.K; I'm not sure I answered your question.
 
Last edited:
  • #5
Bacle2 said:
Sorry,just getting back from dinner & B&N .

The argument I know basically show that each person is counted exactly once.

For small cases: say you want to count the number of people who either smoke :=S, or
are left-handed:=L .

The formula for inclusion-exclusion is then :

|S\/L|=|S|+|L|-|S/\L| ; |S|:= cardinality of the set S

The argument is that each person in the group S\/L is counted exactly once:

i) If person x smokes but is not lefthanded: then x will be counted exactly once; in |S| .Similar
if person y is lefthanded but does not smoke.

ii) Person z is a lefthanded smoker. Then z will be counted once in |S|; once in |L| --so we have
overcounted z , i.e., we have counted twice. But now we subtract z from the count, because
z is in |S/\L| , which is subtracted from the count. So z is counted exactly 1+1-1 =1 times,
which means we are counting correctly.

Then IE generalizes to:

|A1/\A2/\.../\An|=|A1|+...+|An|- (|A1/\A2|+...+|An-1/\An|)+

(|A1/\A2/\A3|+...+|An-2/\An-1/\An|)-...+/-(|A1/\A2.../\An|)

And the proof generalizes too: let x be a person that satisfies j out of the n conditions Ai. We
show that x is counted precisely once in the general formula.

Is this O.K; I'm not sure I answered your question.

Thank you. That was very helpful. I understand how it works in set theory, but how would it apply to number theory?
 
  • #6
Number theory has some combinatorial proofs but most of the useful applications that I'm aware of are for fairly deep results and no amenable to a quick post demonstrating the technique

Here's a simple combinatorial application to algebra. Theorem:
[tex] (x+y)^{n} = \sum_{k=0}^{n} {n \choose k} x^{k} y^{n-k} [/tex]

Proof:
[tex] (x+y)^{n} = (x+y)(x+y)(x+y)...(x+y) [/tex]

When we expand the right hand side by repeated distribution, we get a sum of terms of the form [itex] x^{k} y^{j}[/itex]. Every term in the sum is found by taking either an x or a y from each (x+y) and multiplying them together. So each term has degree n, meaning it is of the form [itex] x^{k} y^{n-k}[/itex]. Furthermore, to get an [itex] x^{k} y^{n-k}[/itex] we must choose k of the (x+y)'s to pick an x from, and pick a y from the rest. There are [itex] {n \choose k}[/itex] ways to do this, so we get [itex] {n\choose k}[/itex] terms of the form [itex] x^{k} y^{n-k} [/itex]. Therefore when we add up all the terms we can express them as
[tex] \sum_{k=0}^{n} {n \choose k} x^{k} y^{n-k} [/tex]
 
  • #7
Office_Shredder said:
Number theory has some combinatorial proofs but most of the useful applications that I'm aware of are for fairly deep results and no amenable to a quick post demonstrating the technique

Here's a simple combinatorial application to algebra. Theorem:
[tex] (x+y)^{n} = \sum_{k=0}^{n} {n \choose k} x^{k} y^{n-k} [/tex]

Proof:
[tex] (x+y)^{n} = (x+y)(x+y)(x+y)...(x+y) [/tex]

When we expand the right hand side by repeated distribution, we get a sum of terms of the form [itex] x^{k} y^{j}[/itex]. Every term in the sum is found by taking either an x or a y from each (x+y) and multiplying them together. So each term has degree n, meaning it is of the form [itex] x^{k} y^{n-k}[/itex]. Furthermore, to get an [itex] x^{k} y^{n-k}[/itex] we must choose k of the (x+y)'s to pick an x from, and pick a y from the rest. There are [itex] {n \choose k}[/itex] ways to do this, so we get [itex] {n\choose k}[/itex] terms of the form [itex] x^{k} y^{n-k} [/itex]. Therefore when we add up all the terms we can express them as
[tex] \sum_{k=0}^{n} {n \choose k} x^{k} y^{n-k} [/tex]

Oh, okay. I'm kind of getting it, now. Thanks. :)
 

1. What is a combinatorial proof?

A combinatorial proof is a mathematical method that uses counting and combinatorial techniques to prove the validity of a mathematical statement or equation. It is used to show that two expressions are equal by demonstrating that they count the same set of objects or outcomes.

2. How do combinatorial proofs differ from algebraic proofs?

Combinatorial proofs use counting and combinatorial techniques to prove a statement, while algebraic proofs use algebraic equations and manipulations. Combinatorial proofs are often considered more intuitive and visual, while algebraic proofs are more abstract and symbolic.

3. What are some common examples of combinatorial proofs?

Some common examples of combinatorial proofs include the proof of the binomial theorem, the proof of the sum of arithmetic series, and the proof of the number of subsets of a set.

4. How are combinatorial proofs useful in mathematics?

Combinatorial proofs are useful in mathematics because they provide an alternative way to prove mathematical statements, often providing more intuitive and visual explanations. They also help to deepen our understanding of mathematical concepts and relationships between different expressions.

5. Are combinatorial proofs always valid?

Yes, combinatorial proofs are always valid as long as they follow the rules of combinatorics and counting. However, it is important to note that not all statements can be proven using combinatorial techniques, and some may require other methods such as algebraic or geometric proofs.

Similar threads

Replies
4
Views
971
  • General Math
Replies
1
Views
525
Changing the Statement Combinatorial proofs & Contraposition
  • Math Proof Training and Practice
Replies
5
Views
818
  • Math Proof Training and Practice
Replies
5
Views
965
  • General Math
Replies
16
Views
1K
  • General Math
Replies
1
Views
1K
  • General Math
Replies
13
Views
1K
  • General Math
Replies
22
Views
2K
Replies
3
Views
814
Back
Top