- #1
CGandC
- 326
- 34
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.