Boole's inequality

From HandWiki
Revision as of 21:19, 6 February 2024 by Importwiki (talk | contribs) (simplify)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Short description: Inequality applying to probability spaces

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. This inequality provides an upper bound on the probability of occurrence of at least one of a countable number of events in terms of the individual probabilities of the events. Boole's inequality is named for its discoverer, George Boole.[1]

Formally, for a countable set of events A1, A2, A3, ..., we have

[math]\displaystyle{ {\mathbb P}\left(\bigcup_{i=1}^{\infty} A_i \right) \le \sum_{i=1}^{\infty} {\mathbb P}(A_i). }[/math]

In measure-theoretic terms, Boole's inequality follows from the fact that a measure (and certainly any probability measure) is σ-sub-additive.

Proof

Proof using induction

Boole's inequality may be proved for finite collections of [math]\displaystyle{ n }[/math] events using the method of induction.

For the [math]\displaystyle{ n=1 }[/math] case, it follows that

[math]\displaystyle{ \mathbb P(A_1) \le \mathbb P(A_1). }[/math]

For the case [math]\displaystyle{ n }[/math], we have

[math]\displaystyle{ {\mathbb P}\left(\bigcup_{i=1}^{n} A_i \right) \le \sum_{i=1}^{n} {\mathbb P}(A_i). }[/math]

Since [math]\displaystyle{ \mathbb P(A \cup B) = \mathbb P(A) + \mathbb{P}(B) - \mathbb{P}(A \cap B), }[/math] and because the union operation is associative, we have

[math]\displaystyle{ \mathbb{P}\left(\bigcup_{i=1}^{n+1}A_i\right) = \mathbb{P}\left(\bigcup_{i=1}^n A_i\right) + \mathbb{P}(A_{n+1}) -\mathbb{P}\left(\bigcup_{i=1}^n A_i \cap A_{n+1}\right). }[/math]

Since

[math]\displaystyle{ {\mathbb P}\left(\bigcup_{i=1}^n A_i \cap A_{n+1}\right) \ge 0, }[/math]

by the first axiom of probability, we have

[math]\displaystyle{ \mathbb{P}\left(\bigcup_{i=1}^{n+1} A_i \right) \le \mathbb{P} \left(\bigcup_{i=1}^n A_i\right) + \mathbb{P}(A_{n+1}), }[/math]

and therefore

[math]\displaystyle{ \mathbb{P}\left(\bigcup_{i=1}^{n+1} A_i \right) \le \sum_{i=1}^{n} \mathbb{P}(A_i) + \mathbb{P}(A_{n+1}) = \sum_{i=1}^{n+1} \mathbb{P}(A_i). }[/math]

Proof without using induction

For any events in [math]\displaystyle{ A_1, A_2, A_3, \dots }[/math]in our probability space we have

[math]\displaystyle{ \mathbb{P}\left(\bigcup_{i} A_i\right) \leq \sum_i \mathbb P(A_i). }[/math]

One of the axioms of a probability space is that if [math]\displaystyle{ B_1, B_2, B_3, \dots }[/math] are disjoint subsets of the probability space then

[math]\displaystyle{ \mathbb{P}\left(\bigcup_{i} B_i\right) = \sum_i \mathbb P(B_i); }[/math]

this is called countable additivity.

If we modify the sets [math]\displaystyle{ A_i }[/math], so they become disjoint,

[math]\displaystyle{ B_i = A_i - \bigcup^{i-1}_{j=1} A_j }[/math]

we can show that

[math]\displaystyle{ \bigcup^{\infty}_{i=1} B_i = \bigcup^{\infty}_{i=1} A_i. }[/math]

by proving both directions of inclusion.

Suppose [math]\displaystyle{ x \in \bigcup^{\infty}_{i=1} A_i }[/math]. Then [math]\displaystyle{ x \in A_k }[/math] for some minimum [math]\displaystyle{ k }[/math] such that [math]\displaystyle{ i \lt k \implies x \notin A_i }[/math]. Therefore [math]\displaystyle{ x \in B_k = A_k - \bigcup^{k-1}_{j=1} A_j }[/math]. So the first inclusion is true: [math]\displaystyle{ \bigcup^{\infty}_{i=1} A_i \subset \bigcup^{\infty}_{i=1} B_i }[/math].

Next suppose that [math]\displaystyle{ x \in \bigcup^{\infty}_{i=1} B_i }[/math]. It follows that [math]\displaystyle{ x \in B_k }[/math] for some [math]\displaystyle{ k }[/math]. And [math]\displaystyle{ B_k = A_k - \bigcup^{k-1}_{j=1} A_j }[/math] so [math]\displaystyle{ x \in A_k }[/math], and we have the other inclusion: [math]\displaystyle{ \bigcup^{\infty}_{i=1} B_i \subset \bigcup^{\infty}_{i=1} A_i }[/math].

By construction of each [math]\displaystyle{ B_i }[/math], [math]\displaystyle{ B_i \subset A_i }[/math]. For [math]\displaystyle{ B \subset A, }[/math] it is the case that [math]\displaystyle{ \mathbb P (B) \leq \mathbb P(A). }[/math]

So, we can conclude that the desired inequality is true:

[math]\displaystyle{ \mathbb P\left(\bigcup_iA_i\right) = \mathbb P\left(\bigcup_iB_i\right) = \sum_i \mathbb P (B_i) \leq \sum_i \mathbb P(A_i). }[/math]

Bonferroni inequalities

Boole's inequality may be generalized to find upper and lower bounds on the probability of finite unions of events.[2] These bounds are known as Bonferroni inequalities, after Carlo Emilio Bonferroni; see (Bonferroni 1936).

Let

[math]\displaystyle{ S_1 := \sum_{i=1}^n {\mathbb P}(A_i), \quad S_2 := \sum_{1\le i_1 \lt i_2\le n} {\mathbb P}(A_{i_1} \cap A_{i_2} ),\quad \ldots,\quad S_k := \sum_{1\le i_1\lt \cdots\lt i_k\le n} {\mathbb P}(A_{i_1}\cap \cdots \cap A_{i_k} ) }[/math]

for all integers k in {1, ..., n}.

Then, when [math]\displaystyle{ K \leq n }[/math] is odd:

[math]\displaystyle{ \sum_{j=1}^K (-1)^{j-1} S_j \geq \mathbb{P}\left(\bigcup_{i=1}^n A_i\right) = \sum_{j=1}^n (-1)^{j-1} S_j }[/math]

holds, and when [math]\displaystyle{ K \leq n }[/math] is even:

[math]\displaystyle{ \sum_{j=1}^K (-1)^{j-1} S_j \leq \mathbb{P}\left(\bigcup_{i=1}^n A_i\right) = \sum_{j=1}^n (-1)^{j-1} S_j }[/math]

holds.

The equalities follow from the inclusion–exclusion principle, and Boole's inequality is the special case of [math]\displaystyle{ K=1 }[/math].

Proof for odd K

Let [math]\displaystyle{ E = \bigcap_{i=1}^n B_i }[/math], where [math]\displaystyle{ B_i \in \{A_i, A_i^c\} }[/math] for each [math]\displaystyle{ i = 1, \dots, n }[/math]. These such [math]\displaystyle{ E }[/math] partition the sample space, and for each [math]\displaystyle{ E }[/math] and every [math]\displaystyle{ i }[/math], [math]\displaystyle{ E }[/math] is either contained in [math]\displaystyle{ A_i }[/math] or disjoint from it.

If [math]\displaystyle{ E = \bigcap_{i=1}^n A_i^c }[/math], then [math]\displaystyle{ E }[/math] contributes 0 to both sides of the inequality.

Otherwise, assume [math]\displaystyle{ E }[/math] is contained in exactly [math]\displaystyle{ L }[/math] of the [math]\displaystyle{ A_i }[/math]. Then [math]\displaystyle{ E }[/math] contributes exactly [math]\displaystyle{ \mathbb{P}(E) }[/math] to the right side of the inequality, while it contributes

[math]\displaystyle{ \sum_{j=1}^K (-1)^{j-1} {L \choose j} \mathbb{P}(E) }[/math]

to the left side of the inequality. However, by Pascal's rule, this is equal to

[math]\displaystyle{ \sum_{j=1}^K (-1)^{j-1} \left({L-1 \choose j-1} + {L-1 \choose j} \right)\mathbb{P}(E) }[/math]

which telescopes to

[math]\displaystyle{ \left( 1 + {L-1 \choose K}\right) \mathbb{P}(E) \geq \mathbb{P}(E) }[/math]

Thus, the inequality holds for all events [math]\displaystyle{ E }[/math], and so by summing over [math]\displaystyle{ E }[/math], we obtain the desired inequality:

[math]\displaystyle{ \sum_{j=1}^K (-1)^{j-1} S_j \geq \mathbb{P}\left(\bigcup_{i=1}^n A_i\right) }[/math]

The proof for even [math]\displaystyle{ K }[/math] is nearly identical.[3]

Example

Suppose that you are estimating 5 parameters based on a random sample, and you can control each parameter separately. If you want your estimations of all five parameters to be good with a chance 95%, what should you do to each parameter?

Tuning each parameter's chance to be good to within 95% is not enough because "all are good" is a subset of each event "Estimate i is good". We can use Boole's Inequality to solve this problem. By finding the complement of event "all fives are good", we can change this question into another condition:

P( at least one estimation is bad) = 0.05 ≤ P( A1 is bad) + P( A2 is bad) + P( A3 is bad) + P( A4 is bad) + P( A5 is bad)

One way is to make each of them equal to 0.05/5 = 0.01, that is 1%. In another word, you have to guarantee each estimate good to 99%( for example, by constructing a 99% confidence interval) to make sure the total estimation to be good with a chance 95%. This is called the Bonferroni Method of simultaneous inference.

See also

References

  1. Boole, George (1847) (in en). The Mathematical Analysis of Logic. Philosophical Library. ISBN 9780802201546. https://books.google.com/books?id=zv4YAQAAIAAJ&q=George+Boole. 
  2. Casella, George; Berger, Roger L. (2002). Statistical Inference. Duxbury. pp. 11–13. ISBN 0-534-24312-6. https://books.google.com/books?id=0x_vAAAAMAAJ&pg=PA11. 
  3. Venkatesh, Santosh (2012). The Theory of Probability. Cambridge University Press. pp. 94–99 ,113–115. ISBN 978-0-534-24312-8. http://www.cambridge.org/9781107024472. 

Other related articles