Boole's inequality
   HOME

TheInfoList



OR:

In
probability theory Probability theory is the branch of mathematics concerned with probability. Although there are several different probability interpretations, probability theory treats the concept in a rigorous mathematical manner by expressing it through a set ...
, Boole's inequality, also known as the union bound, says that for any
finite Finite is the opposite of infinite. It may refer to: * Finite number (disambiguation) * Finite set, a set whose cardinality (number of elements) is some natural number * Finite verb, a verb form that has a subject, usually being inflected or marke ...
or
countable In mathematics, a set is countable if either it is finite or it can be made in one to one correspondence with the set of natural numbers. Equivalently, a set is ''countable'' if there exists an injective function from it into the natural numbers ...
set Set, The Set, SET or SETS may refer to: Science, technology, and mathematics Mathematics *Set (mathematics), a collection of elements *Category of sets, the category whose objects and morphisms are sets and total functions, respectively Electro ...
of
event Event may refer to: Gatherings of people * Ceremony, an event of ritual significance, performed on a special occasion * Convention (meeting), a gathering of individuals engaged in some common interest * Event management, the organization of e ...
s, 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 George Boole (; 2 November 1815 – 8 December 1864) was a largely self-taught English mathematician, philosopher, and logician, most of whose short career was spent as the first professor of mathematics at Queen's College, Cork in ...
. Formally, for a countable set of events ''A''1, ''A''2, ''A''3, ..., we have :\left(\bigcup_^ A_i \right) \le \sum_^ (A_i). 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 n events using the method of induction. For the n=1 case, it follows that :\mathbb P(A_1) \le \mathbb P(A_1). For the case n, we have :\left(\bigcup_^ A_i \right) \le \sum_^ (A_i). Since \mathbb P(A \cup B) = \mathbb P(A) + \mathbb(B) - \mathbb(A \cap B), and because the union operation is associative, we have :\mathbb\left(\bigcup_^A_i\right) = \mathbb\left(\bigcup_^n A_i\right) + \mathbb(A_) -\mathbb\left(\bigcup_^n A_i \cap A_\right). Since :\left(\bigcup_^n A_i \cap A_\right) \ge 0, by the first axiom of probability, we have :\mathbb\left(\bigcup_^ A_i \right) \le \mathbb \left(\bigcup_^n A_i\right) + \mathbb(A_), and therefore :\mathbb\left(\bigcup_^ A_i \right) \le \sum_^ \mathbb(A_i) + \mathbb(A_) = \sum_^ \mathbb(A_i).


Proof without using induction

For any events in A_1, A_2, A_3, \dots in our
probability space In probability theory, a probability space or a probability triple (\Omega, \mathcal, P) is a mathematical construct that provides a formal model of a random process or "experiment". For example, one can define a probability space which models t ...
we have :\mathbb\left(\bigcup_ A_i\right) \leq \sum_i \mathbb P(A_i). One of the axioms of a probability space is that if B_1, B_2, B_3, \dots are ''disjoint'' subsets of the probability space then :\mathbb\left(\bigcup_ B_i\right) = \sum_i \mathbb P(B_i); this is called ''countable additivity.'' If B \subset A, then \mathbb P (B) \leq \mathbb P(A). Indeed, from the axioms of a probability distribution, :\mathbb P (A) = \mathbb P(B) + \mathbb P(A-B). Note that both terms on the right are nonnegative. Now we have to modify the sets A_i, so they become disjoint. :B_i = A_i - \bigcup^_ A_j. So if B_i \subset A_i, then we know :\bigcup^_ B_i = \bigcup^_ A_i. Therefore, we can deduce the following equation :\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).


Bonferroni inequalities

Boole's inequality may be generalized to find upper and
lower bound In mathematics, particularly in order theory, an upper bound or majorant of a subset of some preordered set is an element of that is greater than or equal to every element of . Dually, a lower bound or minorant of is defined to be an eleme ...
s on the probability of finite unions of events. These bounds are known as Bonferroni inequalities, after
Carlo Emilio Bonferroni Carlo Emilio Bonferroni (28 January 1892 – 18 August 1960) was an Italian mathematician who worked on probability theory. Biography Bonferroni studied piano and conducting in Turin Conservatory and at University of Turin under Giuseppe Peano ...
; see . Define :S_1 := \sum_^n (A_i), and :S_2 := \sum_ (A_i \cap A_j ), as well as :S_k := \sum_ (A_\cap \cdots \cap A_ ) for all integers ''k'' in . Then, for
odd Odd means unpaired, occasional, strange or unusual, or a person who is viewed as eccentric. Odd may also refer to: Acronym * ODD (Text Encoding Initiative) ("One Document Does it all"), an abstracted literate-programming format for describing X ...
''k'' in , :\left( \bigcup_^n A_i \right) \le \sum_^k (-1)^ S_j, and for
even Even may refer to: General * Even (given name), a Norwegian male personal name * Even (surname) * Even (people), an ethnic group from Siberia and Russian Far East ** Even language, a language spoken by the Evens * Odd and Even, a solitaire game w ...
''k'' in , :\left( \bigcup_^n A_i \right) \ge \sum_^k (-1)^ S_j. Boole's inequality is the initial case, ''k'' = 1. When ''k'' = ''n'', then equality holds and the resulting identity is the
inclusion–exclusion principle In combinatorics, a branch of 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 : , A \cu ...
.


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%, how should you do to each parameter? Obviously, controlling each parameter good with a chance 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 Bonferroni Method of simultaneous inference.


See also

* Diluted inclusion–exclusion principle * Schuette–Nesbitt formula * Boole–Fréchet inequalities * Probability of the union of pairwise independent events


References


Other related articles

* * * * * {{PlanetMath attribution, id=6049, title=Bonferroni inequalities Probabilistic inequalities Statistical inequalities