0

I am trying to understand the formula $\omega(E_{s}$)=$\sum\limits_{t=s}^{r}(-1)^{t-s}\binom{t}{s}W(t)$, where E$_{s}$={k|f(k)=s} and f is f=$\chi_{N_{2}}+\cdot\cdot+\chi_{N_{r}}$, where $\chi$ is the indicator function. I understand the general inclusion-exclusion principle. But I can't do anything with the weights and the indicator function. Can you give me an example? Thank you very much in advance.

RobPratt
  • 45,619
Elenmel
  • 55

1 Answers1

1

When you have $r$ sets, $N_1,N_2,\dots,N_r$, the usual principle of inclusion exclusion tells you how to count the number of elements which are contained in exactly $0$ of the sets (equivalently, taking complements, it tells you the number of elements in at least one set).

The equation you are referencing generalizes this. For any $s$, it tells you how to count the number of elements appearing in exactly $s$ of the sets.

Here is one example. Suppose $m$ people leave their coats at the coat check-in, but when they leave, the attendant gives each person one of the stored coats randomly. You can ask, what is the probability that no one gets their coat back? Here, the sets are $N_1,N_2,\dots,N_m$, where $N_i$ is the set of permutations where person number $i$ receives their own coat. Note that $|N_1\cap N_2\cap \cdots \cap N_t|=(m-t)!$, since persons $1,\dots,t$ receive their coat, while the other $m-t$ people can be permuted arbitrarily. The usual PIE then tells us that $$ \text{# permutations where 0 people receive their coat}=\sum_{t=0}^m (-1)^t\binom mt (m-t)! $$ OK, but how do we count permutations where exactly $s$ people receive their coat back? This is where your generalized version comes in handy: $$ \text{# permutations where $s$ people receive their coat}=\sum_{t=s}^m (-1)^t\binom ts\binom mt (m-t)! $$ Here are some more examples:

Mike Earnest
  • 75,930
  • But what exactly does the weights. Is it something like if a number is too small, then you multiply that by a "weight (number)" – Elenmel Mar 16 '22 at 10:08
  • The weights themselves do not mean anything, as far as I know. It is just the formula that happens to work. – Mike Earnest Mar 16 '22 at 16:18