For $1\le i_1,i_2,...,i_k\le N$ denote $$p_{i_1,...,i_k}=\Pr(A_{i_1}\cap A_{i_2}\cap\dots\cap A_{i_k}),$$ $$S_k=\sum\limits_{1\le i_1\le\dots\le i_k\le N}p_{i_1,\dots,i_k}.$$
Show that the probability $P_{[m]}$ that exactly $m$ among the $N$ events $A_1,\dots,A_N$ occur simultaneously is given by $$P_{[m]}=S_m-\binom{m+1}{m}S_{m+1}+\binom{m+2}{m}S_{m+2}-\dots (-1)^{N-m}\binom{N}{m}S_{N}.$$
We've already proven the inclusion exclusion formula: $$\Pr\left(\bigcup\limits_{i=1}^NA_i\right)=S_1-S_2+S_3-\dots (-1)^{N-1}S_N,$$
but the problem is the factors $\binom{m+1}{m}...$ before $S_i$'s, I cannot really show that.
What is the $\cdot$ (dot) character between that and $\left ( \cap_{j \in J} A_j \right )$?
Is the indicator function of these two groupings taken separately? Also, thanks very much for posting this, I'd really like to try to understand it.
– Nelson Apr 19 '16 at 21:08