Puneet Varma (Editor)

Boole's inequality

Updated on
Edit
Like
Comment
Share on FacebookTweet on TwitterShare on LinkedInShare on Reddit

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. Boole's inequality is named after George Boole.

Contents

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

P ( i A i ) i P ( 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 using induction

Boole's inequality may be proved for finite collections of events using the method of induction.

For the n = 1 case, it follows that

P ( A 1 ) P ( A 1 ) .

For the case n , we have

P ( i = 1 n A i ) i = 1 n P ( A i ) .

Since P ( A B ) = P ( A ) + P ( B ) P ( A B ) , and because the union operation is associative, we have

P ( i = 1 n + 1 A i ) = P ( i = 1 n A i ) + P ( A n + 1 ) P ( i = 1 n A i A n + 1 ) .

Since

P ( i = 1 n A i A n + 1 ) 0 ,

by the first axiom of probability, we have

P ( i = 1 n + 1 A i ) P ( i = 1 n A i ) + P ( A n + 1 ) ,

and therefore

P ( i = 1 n + 1 A i ) i = 1 n P ( A i ) + P ( A n + 1 ) = i = 1 n + 1 P ( A i ) .

Proof without using induction

For any events in A 1 . . . A i in our probability space we have

P ( i A i ) i P ( A i )

One of the axioms of a probability space is that if B 1 . . . B i are disjoint subsets of the probability space then

P ( i B i ) = i P ( B i )

this is called countable additivity.

If B A then P ( B ) P ( A )

Indeed, from the axioms of a probability distribution,

P ( A ) = P ( B ) + 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 j = 1 i 1 A j

So if B i A i , then we know

i = 1 B i = i = 1 A i

Therefore can we make following equation

P ( i A i ) = P ( i B i ) = i P ( B i ) i P ( A i )

Bonferroni inequalities

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

Define

S 1 := i = 1 n P ( A i ) ,

and

S 2 := 1 i < j n P ( A i A j ) ,

as well as

S k := 1 i 1 < < i k n P ( A i 1 A i k )

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

Then, for odd k in {1, ..., n},

P ( i = 1 n A i ) j = 1 k ( 1 ) j 1 S j ,

and for even k in {2, ..., n},

P ( i = 1 n A i ) j = 1 k ( 1 ) j 1 S j .

Boole's inequality is recovered by setting k = 1. When k = n, then equality holds and the resulting identity is the inclusion–exclusion principle.

References

Boole's inequality Wikipedia