Technique for proving Inclusion-Exclusion principle combinatorically

In summary: Q2: Also, I have a bit difficulty of seeing this but why ## k=f(k) ##?Because we are counting the same thing on both sides: the number of elements in the union of sets. In other words, we are counting the number of times an element appears in the union, and this is equal to the number of times it appears in each individual set. Therefore, the cardinality of the union is equal to the sum of the cardinalities of each set. This can be seen as a form of bijection, as we are mapping the elements in the union to the elements in each set.
  • #1
CGandC
326
34
1619166873321.png


1619166898115.png


This is a popular combinatorial proof for the Inclusion-Exclusion principle but I was wondering what kind of proof technique they use?

Initially I thought - since we have cardinalities on both sides of the equality , I thought we'd have to show a bijection exists between the set on the left side and the overall set on the right side, but this way is difficult here ( partly because it is not exactly clear what set the cardinalities on the right-hand side represent ).

Then I thought maybe we could use what's called " Combinatorial proof " ( which is essentially the same thing as building a bijection between both sides of the equation although not in a forward manner ) and for this I'd show how to calculate the number of elements on the left-hand side and the right-hand side and then show they're equivalent; but using this technique stumbles me again since a-priori we don't have an indication to what the number of elements on both sides of the equations might be or how to even calculate them.

Then I tried to think more about the proof above: what they are doing is to take an arbitrary element in ## \bigcup_{1 \leq i \leq n} A_i ## and show how many times it appears ( counts ) in the left-hand side and the right-hand side of the equation. But I don't exactly see how this proves that the equation above is valid since all they did prove is that x is counted the same on both sides of the equation. Also, What kind of proof technique they use? is the technique they use is a variant of " Combinatorial proof " ?

Note
: In applying " Combinatorial Proof " we usually have an equation for the cardinalities of some sets, for example we could have a problem such as proving that ## { n \choose k } = { n \choose n-k } ## ( not the algebraic way); and the proof is done by showing each side of the equation is a different way to count the number of elements of the same set.
However note that in such an example we did not prove by doing the following: Take an arbitrary element x of some set S whose cardinality is ## { n \choose k } ##, count the number of times it appears ( counts ) in this set and showed it counts exactly the same number of times in the set whose cardinality is ## { n \choose n-k } ## ---- such proof method is only reflected in the proof above of Inclusion-Exclusion principle and I have not seen elsewhere.
 
Physics news on Phys.org
  • #2
I feel like you're trying too hard to put a label on a proof, which doesn't feel healthy. Mostly I think this is combinatorial - writing down the sum of m choose ks is combinatorial. Expanding ##(1-1)^m## is just algebra, but a pretty clever application of it.
 
  • #3
CGandC said:
But I don't exactly see how this proves that the equation above is valid since all they did prove is that x is counted the same on both sides of the equation.
We can list all elements in the union ##\cup A_i =\{x_1,\ldots,x_k\}## and perform the argument on every single ##x_j##. This means we have a well-defined function ##f: |\cup A_i| \longrightarrow \mathbb{N}_0## from the number of elements in the union to a certain number of elements on the right. The proof shows ##f(|\{x\}|)=1##, and ##f(|\{\}|)=0## is obvious. Your question can now be phrased as: Why is
$$
k=f(k)=f(|\{x_1,\ldots,x_k\}|) \stackrel{?}{=} \sum_j f(\{x_j\}) \stackrel{\text{proof}}{=} k\cdot 1=k
$$
Hence the equalities on the far most left and far most right imply equality in the middle.

Edit: Maybe the left most requires an induction to be rigorous: ##f(n+1)=f(n)+1.##
CGandC said:
Also, What kind of proof technique they use? is the technique they use is a variant of " Combinatorial proof " ?
I think it can be called counting. It counts twice and observes that the results are the same. It is a direct proof.
 
  • Like
Likes CGandC
  • #4
Q1: So by counting a set we we essentially prove there exists a bijection from that set to ##\mathbb{N}_0 ##? ( we just show existence, but not how the bijection is actually defined )

Q2: Also, I have a bit difficulty of seeing this but why ## k=f(k) ##?
 
  • #5
CGandC said:
Q1: So by counting a set we we essentially prove there exists a bijection from that set to ##\mathbb{N}_0 ##? ( we just show existence, but not how the bijection is actually defined )
It is not the bijection that makes the problem, since both sides are only sets of a single number. Of course, they are bijective. We probably could use the sets themselves, too, by translating the entire expression on the right in terms of a boolean algebra. But those minuses will be a nightmare. Nevertheless, it should be principally possible. The union as the entire set, and then the many subsets as a giant expression of unions and intersections. Looks again as an induction proof over the number of sets ##A_i.##
CGandC said:
Q2: Also, I have a bit difficulty of seeing this but why## k=f(k) ##?
I think the key, and far easier than the approach in Q1 is actually to prove ##f(n+1)=f(n)+1## by induction. It means to examine what happens if we add one element to the union. The induction base is trivial: ##f(|\{x\}|)=f(1)=1=0+1=f(|\{\}|)+1.## Say ##\cup A_i=\{x_1,\ldots,x_n\}## and ##n## equals the right hand side of the function by induction hypothesis. We then consider ##A_{n+1}=\{x=x_{n+1}\}## with an additional element ##x\not\in\cup_{i=1}^nA_i .## All sums on the right have next to be considered, since they are one index longer now. However, ##A_{n+1}\cap A_i = \{\}## for all ##i\leq n##, hence only the first sum changes: ##\sum_{i=1}^{n+1}|A_i|=|A_{n+1}|+\sum_{i=1}^{n}|A_i|=1+\sum_{i=1}^{n}|A_i|## and with the unchanged other sums we formally get ##f(n+1)=f(n)+1.## Since ##f(1)=1, ## we have ##f(k)=k## for any ##k##.

This must be brought into some order and my clumsy argument should be written more carefully, but I think it contains all formal steps now. But it is really very formal.
 
  • #6
Ok thanks! , I think I'll have to digest this for awhile. Are you familiar with another theory proved almost the same way as in the proof above? maybe it'd help if I'd see more proofs with this kind of pattern.
 

1. What is the Inclusion-Exclusion principle?

The Inclusion-Exclusion principle is a combinatorial technique used to calculate the size of a set that is the union of several smaller sets. It states that the size of the union is equal to the sum of the sizes of the individual sets, minus the size of the intersection of every pair of sets, plus the size of the intersection of every triplet of sets, and so on.

2. How is the Inclusion-Exclusion principle used to prove combinatorial problems?

The Inclusion-Exclusion principle can be used to prove combinatorial problems by breaking down the problem into smaller, more manageable subproblems. By applying the principle, we can calculate the size of each subproblem and then combine them to find the solution to the original problem.

3. What are the steps for proving the Inclusion-Exclusion principle combinatorically?

The steps for proving the Inclusion-Exclusion principle combinatorically are as follows:

  1. Identify the sets involved in the problem and label them as A, B, C, etc.
  2. Write out the formula for the Inclusion-Exclusion principle, including all possible combinations of the sets.
  3. Simplify the formula by removing any terms that are equal to 0.
  4. Prove that the simplified formula is equivalent to the original problem.

4. Can the Inclusion-Exclusion principle be used for any type of combinatorial problem?

Yes, the Inclusion-Exclusion principle can be applied to any type of combinatorial problem that involves finding the size of a union of sets. It is a general technique that can be used in a variety of contexts, including probability, number theory, and graph theory.

5. Are there any limitations or drawbacks to using the Inclusion-Exclusion principle?

One limitation of the Inclusion-Exclusion principle is that it can become computationally complex when dealing with a large number of sets. Additionally, it may not always be the most efficient or intuitive method for solving a combinatorial problem, so it is important to consider other techniques as well.

Similar threads

Changing the Statement Combinatorial proofs & Contraposition
  • Math Proof Training and Practice
Replies
5
Views
818
  • Calculus and Beyond Homework Help
Replies
1
Views
511
  • Math Proof Training and Practice
Replies
8
Views
1K
  • Math Proof Training and Practice
Replies
10
Views
1K
  • Math Proof Training and Practice
Replies
8
Views
829
  • Calculus and Beyond Homework Help
Replies
2
Views
1K
  • Set Theory, Logic, Probability, Statistics
Replies
3
Views
1K
  • General Math
Replies
2
Views
1K
  • Calculus and Beyond Homework Help
Replies
4
Views
506
  • Calculus and Beyond Homework Help
Replies
3
Views
2K
Back
Top