Boole's inequality
|
In probability theory, Boole's inequality (also known as the union bound) says that for any finite or countable set of events, the probability that at least one of the events happens is no greater than the sum of the probabilities of the individual events.
Formally, for a countable set of events A1, A2, A3, ..., we have
- <math>\Pr\left[\bigcup_{i} A_i\right] \leq \sum_i \Pr\left[A_i\right].<math>
Bonferroni inequalities
Boole's inequality may be generalised to find upper and lower bounds, known as Bonferroni inequalities, on the probability of finite unions of events.
Define
- <math>S_1 := \sum_{i=1}^n \Pr(A_i),<math>
- <math>S_2 := \sum_{i
and for 2 < k ≤ n,
- <math>S_k := \sum \Pr(A_{i_1}\cap \cdots \cap A_{i_k} ),<math>
where the summation is taken over all k-tuples of distinct integers.
Then, for odd k ≥ 1,
- <math>\Pr\left( \bigcup_{i=1}^n A_i \right) \leq \sum_{j=1}^k (-1)^{j+1} S_j,<math>
and for even k ≥ 2,
- <math>\Pr\left( \bigcup_{i=1}^n A_i \right) \geq \sum_{j=1}^k (-1)^{j+1} S_j.<math>
Boole's inequality is recovered by setting k = 1.