Principle of Inclusion-Exclusion
Introduction
The Principle of Inclusion-Exclusion (abbreviated PIE) provides an organized method/formula to find the number of elements in the union of a given group of sets, the size of each set, and the size of all possible intersections among the sets.
Two Set Example
Assume we are given the sizes of two sets, and and the size of their intersection, . We wish to find the size of their union, .
To find the union, we can add and . In doing so, we know we have counted everything in at least once. However, some things were counted twice. The elements that were counted twice are precisely those in . Thus, we have that:
Three Set Example
Assume we are given the sizes of three sets, and , the size of their pairwise intersections, and , and the size their overall intersection, . We wish to find the size of their union, .
Just like in the Two Set Example, we start with the sum of the sizes of the individual sets . We have counted the elements which are in exactly one of the original three sets once but we've obviously counted other things twice and even other things thrice! To account for the elements that are in two of the three sets, we first subtract out . So now we have correctly accounted for them since we counted them twice originally and just subtracted them out once. But the elements that are in all three sets were originally counted 3 times and then subtracted out three times. So we have to add back in . Putting this all together gives:
Statement
If are finite sets, then:
Examples
- http://www.artofproblemsolving.com/Forum/viewtopic?t=83102
- http://www.artofproblemsolving.com/Forum/viewtopic?t=61283