Harman Patil (Editor)

Inclusion–exclusion principle

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit
Inclusion–exclusion principle

In combinatorics (combinatorial mathematics), the inclusion–exclusion principle is a counting technique which generalizes the familiar method of obtaining the number of elements in the union of two finite sets; symbolically expressed as

Contents

| A B | = | A | + | B | | A B | ,

where A and B are two finite sets and |S| indicates the cardinality of a set S (which may be considered as the number of elements of the set, if the set is finite). The formula expresses the fact that the sum of the sizes of the two sets may be too large since some elements may be counted twice. The double-counted elements are those in the intersection of the two sets and the count is corrected by subtracting the size of the intersection.

The principle is more clearly seen in the case of three sets, which for the sets A, B and C is given by

| A B C | = | A | + | B | + | C | | A B | | A C | | B C | + | A B C | .

This formula can be verified by counting how many times each region in the Venn diagram figure is included in the right-hand side of the formula. In this case, when removing the contributions of over-counted elements, the number of elements in the mutual intersection of the three sets has been subtracted too often, so must be added back in to get the correct total.

Generalizing the results of these examples gives the principle of inclusion–exclusion. To find the cardinality of the union of n sets:

  1. Include the cardinalities of the sets.
  2. Exclude the cardinalities of the pairwise intersections.
  3. Include the cardinalities of the triple-wise intersections.
  4. Exclude the cardinalities of the quadruple-wise intersections.
  5. Include the cardinalities of the quintuple-wise intersections.
  6. Continue, until the cardinality of the n-tuple-wise intersection is included (if n is odd) or excluded (n even).

The name comes from the idea that the principle is based on over-generous inclusion, followed by compensating exclusion. This concept is attributed to Abraham de Moivre (1718); but it first appears in a paper of Daniel da Silva (1854), and later in a paper by J. J. Sylvester (1883). Sometimes the principle is referred to as the formula of Da Silva, or Sylvester due to these publications. The principle is an example of the sieve method extensively used in number theory and is sometimes referred to as the sieve formula, though Legendre already used a similar device in a sieve context in 1808.

As finite probabilities are computed as counts relative to the cardinality of the probability space, the formulas for the principle of inclusion–exclusion remain valid when the cardinalities of the sets are replaced by finite probabilities. More generally, both versions of the principle can be put under the common umbrella of measure theory.

In a very abstract setting, the principle of inclusion–exclusion can be expressed as the calculation of the inverse of a certain matrix. This inverse has a special structure, making the principle an extremely valuable technique in combinatorics and related areas of mathematics. As Gian-Carlo Rota put it:

"One of the most useful principles of enumeration in discrete probability and combinatorial theory is the celebrated principle of inclusion–exclusion. When skillfully applied, this principle has yielded the solution to many a combinatorial problem."

Statement

In its general form, the principle of inclusion–exclusion states that for finite sets A1, ..., An, one has the identity

This can be compactly written as

or

In words, to count the number of elements in a finite union of finite sets, first sum the cardinalities of the individual sets, then subtract the number of elements which appear in more than one set, then add back the number of elements which appear in more than two sets, then subtract the number of elements which appear in more than three sets, and so on. This process naturally ends since there can be no elements which appear in more than the number of sets in the union.

In applications it is common to see the principle expressed in its complementary form. That is, letting S be a finite universal set containing all of the Ai and letting A i ¯ denote the complement of Ai in S, by De Morgan's laws we have

| i = 1 n A i ¯ | = | S i = 1 n A i | = | S | i = 1 n | A i | + 1 i < j n | A i A j | + ( 1 ) n | A 1 A n | .

As another variant of the statement, let P1, P2, ..., Pn be a list of properties that elements of a set S may or may not have, then the principle of inclusion–exclusion provides a way to calculate the number of elements of S which have none of the properties. Just let Ai be the subset of elements of S which have the property Pi and use the principle in its complementary form. This variant is due to J. J. Sylvester.

Counting integers

As a simple example of the use of the principle of inclusion–exclusion, consider the question:

Let S = {1,...,100} and P1 the property that an integer is divisible by 2, P2 the property that an integer is divisible by 3 and P3 the property that an integer is divisible by 5. Letting Ai be the subset of S whose elements have property Pi we have by elementary counting: |A1| = 50, |A2| = 33, and |A3| = 20. There are 16 of these integers divisible by 6, 10 divisible by 10 and 6 divisible by 15. Finally, there are just 3 integers divisible by 30, so the number of integers not divisible by any of 2, 3 or 5 is given by:

Counting derangements

A more complex example is the following.

Suppose there is a deck of n cards numbered from 1 to n. Suppose a card numbered m is in the correct position if it is the mth card in the deck. How many ways, W, can the cards be shuffled with at least 1 card being in the correct position?

Begin by defining set Am, which is all of the orderings of cards with the mth card correct. Then the number of orders, W, with at least one card being in the correct position, m, is

W = | m = 1 n A m | .

Apply the principle of inclusion–exclusion,

W = m 1 = 1 n | A m 1 | 1 m 1 < m 2 n | A m 1 A m 2 | + + 1 m 1 < m 2 < m 3 n | A m 1 A m 2 A m 3 | + ( 1 ) p 1 1 m 1 < < m p n | A m 1 A m p | .

Each value A m 1 A m p represents the set of shuffles having at least p values m1, ..., mp in the correct position. Note that the number of shuffles with at least p values correct only depends on p, not on the particular values of m . For example, the number of shuffles having the 1st, 3rd, and 17th cards in the correct position is the same as the number of shuffles having the 2nd, 5th, and 13th cards in the correct positions. It only matters that of the n cards, 3 were chosen to be in the correct position. Thus there are ( n p ) equal terms in the pth summation (see combination).

W = ( n 1 ) | A 1 | ( n 2 ) | A 1 A 2 | + ( n 3 ) | A 1 A 2 A 3 | + ( 1 ) p 1 ( n p ) | A 1 A p | ± .

| A 1 A p | is the number of orderings having p elements in the correct position, which is equal to the number of ways of ordering the remaining n − p elements, or (n − p)!. Thus we finally get:

W = ( n 1 ) ( n 1 ) ! ( n 2 ) ( n 2 ) ! + ( n 3 ) ( n 3 ) ! + ( 1 ) p 1 ( n p ) ( n p ) ! ± . W = p = 1 n ( 1 ) p 1 ( n p ) ( n p ) ! .

Noting that ( n p ) = n ! p ! ( n p ) ! , this reduces to

W = p = 1 n ( 1 ) p 1 n ! p ! .

A permutation where no card is in the correct position is called a derangement. Taking n! to be the total number of permutations, the probability Q that a random shuffle produces a derangement is given by

Q = 1 W n ! = p = 0 n ( 1 ) p p ! ,

a truncation to n + 1 terms of the Taylor expansion of e−1. Thus the probability of guessing an order for a shuffled deck of cards and being incorrect about every card is approximately 1/e or 37%.

A special case

The situation that appears in the derangement example above occurs often enough to merit special attention. Namely, when the size of the intersection sets appearing in the formulas for the principle of inclusion–exclusion depend only on the number of sets in the intersections and not on which sets appear. More formally, if the intersection

A J := j J A j

has the same cardinality, say αk = |AJ|, for every k-element subset J of {1, ..., n}, then

| i = 1 n A i | = k = 1 n ( 1 ) k 1 ( n k ) α k .

Or, in the complementary form, where the universal set S has cardinality α0,

| S i = 1 n A i | = k = 0 n ( 1 ) k ( n k ) α k .

A generalization

Given a family (repeats allowed) of subsets A1, A2, ..., An of a universal set S, the principle of inclusion–exclusion calculates the number of elements of S in none of these subsets. A generalization of this concept would calculate the number of elements of S which appear in exactly some fixed m of these sets.

Let N = [n] = {1,2,...,n}. If we define A = S , then the principle of inclusion–exclusion can be written as, using the notation of the previous section; the number of elements of S contained in none of the Ai is:

If I is a fixed subset of the index set N, then the number of elements which belong to Ai for all i in I and for no other values is:

I J ( 1 ) | J | | I | | A J | .

Define the sets

B k = A I { k }  for  k N I .

We seek the number of elements in none of the Bk which, by the principle of inclusion–exclusion (with B = A I ), is

K N I ( 1 ) | K | | B K | .

The correspondence KJ = IK between subsets of N  I and subsets of N containing I is a bijection and if J and K correspond under this map then BK = AJ, showing that the result is valid.

In probability

In probability, for events A1, ..., An in a probability space ( Ω , F , P ) , the inclusion–exclusion principle becomes for n = 2

P ( A 1 A 2 ) = P ( A 1 ) + P ( A 2 ) P ( A 1 A 2 ) ,

for n = 3

P ( A 1 A 2 A 3 ) = P ( A 1 ) + P ( A 2 ) + P ( A 3 ) P ( A 1 A 2 ) P ( A 1 A 3 ) P ( A 2 A 3 ) + P ( A 1 A 2 A 3 )

and in general

P ( i = 1 n A i ) = i = 1 n P ( A i ) i < j P ( A i A j ) + i < j < k P ( A i A j A k )     + ( 1 ) n 1 P ( i = 1 n A i ) ,

which can be written in closed form as

P ( i = 1 n A i ) = k = 1 n ( ( 1 ) k 1 I { 1 , , n } | I | = k P ( A I ) ) ,

where the last sum runs over all subsets I of the indices 1, ..., n which contain exactly k elements, and

A I := i I A i

denotes the intersection of all those Ai with index in I.

According to the Bonferroni inequalities, the sum of the first terms in the formula is alternately an upper bound and a lower bound for the LHS. This can be used in cases where the full formula is too cumbersome.

For a general measure space (S,Σ,μ) and measurable subsets A1, ..., An of finite measure, the above identities also hold when the probability measure P is replaced by the measure μ.

Special case

If, in the probabilistic version of the inclusion–exclusion principle, the probability of the intersection AI only depends on the cardinality of I, meaning that for every k in {1, ..., n} there is an ak such that

a k = P ( A I )  for every  I { 1 , , n }  with  | I | = k ,

then the above formula simplifies to

P ( i = 1 n A i ) = k = 1 n ( 1 ) k 1 ( n k ) a k

due to the combinatorial interpretation of the binomial coefficient ( n k ) .

An analogous simplification is possible in the case of a general measure space (S,Σ,μ) and measurable subsets A1, ..., An of finite measure.

Other forms

The principle is sometimes stated in the form that says that if

g ( A ) = S : S A f ( S )

then

f ( A ) = S : S A ( 1 ) | A | | S | g ( S ) ( )

The combinatorial and the probabilistic version of the inclusion–exclusion principle are instances of (**).

If one sees a number n as a set of its prime factors, then (**) is a generalization of Möbius inversion formula for square-free natural numbers. Therefore, (**) is seen as the Möbius inversion formula for the incidence algebra of the partially ordered set of all subsets of A.

For a generalization of the full version of Möbius inversion formula, (**) must be generalized to multisets. For multisets instead of sets, (**) becomes

f ( A ) = S A μ ( A S ) g ( S ) ( )

where A S is the multiset for which ( A S ) S = A , and

  • μ(S) = 1 if S is a set (i.e. a multiset without double elements) of even cardinality.
  • μ(S) = −1 if S is a set (i.e. a multiset without double elements) of odd cardinality.
  • μ(S) = 0 if S is a proper multiset (i.e. S has double elements).
  • Notice that μ ( A S ) is just the ( 1 ) | A | | S | of (**) in case A S is a set.

    Applications

    The inclusion–exclusion principle is widely used and only a few of its applications can be mentioned here.

    Counting derangements

    A well-known application of the inclusion–exclusion principle is to the combinatorial problem of counting all derangements of a finite set. A derangement of a set A is a bijection from A into itself that has no fixed points. Via the inclusion–exclusion principle one can show that if the cardinality of A is n, then the number of derangements is [n! / e] where [x] denotes the nearest integer to x; a detailed proof is available here and also see the examples section above.

    The first occurrence of the problem of counting the number of derangements is in an early book on games of chance: Essai d'analyse sur les jeux de hazard by P. R. de Montmort (1678 – 1719) and was known as either "Montmort's problem" or by the name he gave it, "problème des rencontres." The problem is also known as the hatcheck problem.

    The number of derangements is also known as the subfactorial of n, written !n. It follows that if all bijections are assigned the same probability then the probability that a random bijection is a derangement quickly approaches 1/e as n grows.

    Counting intersections

    The principle of inclusion–exclusion, combined with De Morgan's law, can be used to count the cardinality of the intersection of sets as well. Let A ¯ k represent the complement of Ak with respect to some universal set A such that A k A for each k. Then we have

    i = 1 n A i = i = 1 n A ¯ i ¯

    thereby turning the problem of finding an intersection into the problem of finding a union.

    Graph coloring

    The inclusion exclusion principle forms the basis of algorithms for a number of NP-hard graph partitioning problems, such as graph coloring.

    A well known application of the principle is the construction of the chromatic polynomial of a graph.

    Bipartite graph perfect matchings

    The number of perfect matchings of a bipartite graph can be calculated using the principle.

    Number of onto functions

    Given finite sets A and B, how many surjective functions (onto functions) are there from A to B? Without any loss of generality we may take A = {1,2,...,k} and B = {1,2,...,n}, since only the cardinalities of the sets matter. By using S as the set of all functions from A to B, and defining, for each i in B, the property Pi as "the function misses the element i in B" (i is not in the image of the function), the principle of inclusion–exclusion gives the number of onto functions between A and B as:

    Permutations with forbidden positions

    A permutation of the set S = {1,2,...,n} where each element of S is restricted to not being in certain positions (here the permutation is considered as an ordering of the elements of S) is called a permutation with forbidden positions. For example, with S = {1,2,3,4}, the permutations with the restriction that the element 1 can not be in positions 1 or 3, and the element 2 can not be in position 4 are: 2134, 2143, 3124, 4123, 2341, 2431, 3241, 3421, 4231 and 4321. By letting Ai be the set of positions that the element i is not allowed to be in, and the property Pi to be the property that a permutation puts element i into a position in Ai, the principle of inclusion–exclusion can be used to count the number of permutations which satisfy all the restrictions.

    In the given example, there are 12 = 2(3!) permutations with property P1, 6 = 3! permutations with property P2 and no permutations have properties P3 or P4 as there are no restrictions for these two elements. The number of permutations satisfying the restrictions is thus:

    The final 4 in this computation is the number of permutations having both properties P1 and P2. There are no other non-zero contributions to the formula.

    Stirling numbers of the second kind

    The Stirling numbers of the second kind, S(n,k) count the number of partitions of a set of n elements into k non-empty subsets (indistinguishable boxes). An explicit formula for them can be obtained by applying the principle of inclusion–exclusion to a very closely related problem, namely, counting the number of partitions of an n-set into k non-empty but distinguishable boxes (ordered non-empty subsets). Using the universal set consisting of all partitions of the n-set into k (possibly empty) distinguishable boxes, A1, A2, ..., Ak, and the properties Pi meaning that the partition has box Ai empty, the principle of inclusion–exclusion gives an answer for the related result. Dividing by k! to remove the artificial ordering gives the Stirling number of the second kind:

    Rook polynomials

    A rook polynomial is the generating function of the number of ways to place non-attacking rooks on a board B that looks like a subset of the squares of a checkerboard; that is, no two rooks may be in the same row or column. The board B is any subset of the squares of a rectangular board with n rows and m columns; we think of it as the squares in which one is allowed to put a rook. The coefficient, rk(B) of xk in the rook polynomial RB(x) is the number of ways k rooks, none of which attacks another, can be arranged in the squares of B. For any board B, there is a complementary board B' consisting of the squares of the rectangular board that are not in B. This complementary board also has a rook polynomial RB' (x) with coefficients rk(B').

    It is sometimes convenient to be able to calculate the highest coefficient of a rook polynomial in terms of the coefficients of the rook polynomial of the complementary board. Without loss of generality we can assume that nm, so this coefficient is rn(B). The number of ways to place n non-attacking rooks on the complete n × m "checkerboard" (without regard as to whether the rooks are placed in the squares of the board B) is given by the falling factorial:

    Letting Pi be the property that an assignment of n non-attacking rooks on the complete board has a rook in column i which is not in a square of the board B, then by the principle of inclusion–exclusion we have:

    Euler's phi function

    Euler's totient or phi function, φ(n) is an arithmetic function that counts the number of positive integers less than or equal to n that are relatively prime to n. That is, if n is a positive integer, then φ(n) is the number of integers k in the range 1 ≤ kn which have no common factor with n other than 1. The principle of inclusion–exclusion is used to obtain a formula for φ(n). Let S be the set {1,2,...,n} and define the property Pi to be that a number in S is divisible by the prime number pi, for 1 ≤ ir, where the prime factorization of

    n = p 1 a 1 p 2 a 2 p r a r .

    Then,

    Diluted inclusion–exclusion principle

    In many cases where the principle could give an exact formula (in particular, counting prime numbers using the sieve of Eratosthenes), the formula arising doesn't offer useful content because the number of terms in it is excessive. If each term individually can be estimated accurately, the accumulation of errors may imply that the inclusion–exclusion formula isn't directly applicable. In number theory, this difficulty was addressed by Viggo Brun. After a slow start, his ideas were taken up by others, and a large variety of sieve methods developed. These for example may try to find upper bounds for the "sieved" sets, rather than an exact formula.

    Let A1, ..., An be arbitrary sets and p1, ..., pn real numbers in the closed unit interval [0,1]. Then, for every even number k in {0, ..., n}, the indicator functions satisfy the inequality:

    1 A 1 A n j = 1 k ( 1 ) j 1 1 i 1 < < i j n p i 1 p i j 1 A i 1 A i j .

    Proof of main statement

    Choose an element contained in the union of all sets and let A 1 , A 2 , , A t be the individual sets containing it. (Note that t > 0.) Since the element is counted precisely once by the left-hand side of equation (1), we need to show that it is counted precisely once by the right-hand side. On the right-hand side, the only non-zero contributions occur when all the subsets in a particular term contain the chosen element, that is, all the subsets are selected from A 1 , A 2 , , A t . The contribution is one for each of these sets (plus or minus depending on the term) and therefore is just the (signed) number of these subsets used in the term. We then have:

    | { A i 1 i t } | | { A i A j 1 i < j t } | + + ( 1 ) t + 1 | { A 1 A 2 A t } | = ( t 1 ) ( t 2 ) + + ( 1 ) t + 1 ( t t ) .

    By the binomial theorem,

    0 = ( 1 1 ) t = ( t 0 ) ( t 1 ) + ( t 2 ) + ( 1 ) t ( t t ) .

    Using the fact that ( t 0 ) = 1 and rearranging terms, we have

    1 = ( t 1 ) ( t 2 ) + + ( 1 ) t + 1 ( t t ) ,

    and so, the chosen element is counted only once by the right-hand side of equation (1).

    Algebraic proof

    An algebraic proof can be obtained using indicator functions (characteristic functions of subsets of a set). The indicator function of a subset S of a set X is a function

    1 S : X { 0 , 1 }

    defined as

    1 S ( x ) := { 1 if  x S , 0 if  x S .

    If A and B are two subsets of X , then

    1 A 1 B = 1 A B .

    Let A denote the union i = 1 n A i of the sets A1, ..., An. To prove the inclusion–exclusion principle in general, we first verify the identity

    for indicator functions, where

    A I = i I A i .

    The following function is identically zero

    ( 1 A 1 A 1 ) ( 1 A 1 A 2 ) ( 1 A 1 A n ) = 0 ,

    because: if x is not in A, then all factors are 0 − 0 = 0; and otherwise, if x does belong to some Am, then the corresponding mth factor is 1 − 1 = 0. By expanding the product on the left-hand side, equation (∗) follows.

    To prove the inclusion–exclusion principle for the cardinality of sets, sum the equation (∗) over all x in the union of A1, ..., An. To derive the version used in probability, take the expectation in (∗). In general, integrate the equation (∗) with respect to μ. Always use linearity in these derivations.

    References

    Inclusion–exclusion principle Wikipedia