137. Bonferroni Inequality

  1. Two Sets
𝑃(𝑆𝑇)𝑃(𝑆)+𝑃(𝑇)1

Proof: Bonferroni Inequality (2 Sets)

  1. Start with union bound:
𝑃(𝐴𝑐𝐵𝑐)𝑃(𝐴𝑐)+𝑃(𝐵𝑐)
  1. And De Morgan’s Law:
𝐴𝑐𝐵𝑐=(𝐴𝐵)𝑐
  1. Rewrite all terms in terms of probabilities of 𝐴 and 𝐵:
𝑃(𝐴𝑐)=1𝑃(𝐴)𝑃(𝐵𝑐)=1𝑃(𝐵)

Insert into the union bound:

𝑃((𝐴𝐵)𝑐)(1𝑃(𝐴))+(1𝑃(𝐵))
  1. Use complement again:
1𝑃(𝐴𝐵)2𝑃(𝐴)𝑃(𝐵)
  1. Rearrange:
𝑃(𝐴𝐵)𝑃(𝐴)+𝑃(𝐵)1
  1. 𝑛 Sets
𝑃(𝑖=1𝑛𝐴𝑖)𝑖=1𝑛𝐴𝑖(𝑛1)𝑃(𝐴1,𝐴𝑛)𝑃(𝐴1)++𝑃(𝐴𝑛)(𝑛1)

Proof: Bonferroni Inequality (𝑛 Sets)

  1. Start with the union bound
𝑃(𝑖=1𝑛𝐴𝑖𝑐)𝑖=1𝑛𝑃(𝐴𝑖𝑐)
  1. De Morgan’s Law
𝑖=1𝑛𝐴𝑖𝑐=(𝑖=1𝑛𝐴𝑖)𝑐

So we can rewrite the LHS as:

𝑃((𝑖=1𝑛𝐴𝑖)𝑐)
  1. Rewrite each complement probability

For each 𝑖:

𝑃(𝐴𝑖𝑐)=1𝑃(𝐴𝑖)

Thus:

𝑃((𝑖=1𝑛𝐴𝑖)𝑐)𝑖=1𝑛(1𝑃(𝐴𝑖))
  1. Use the complement relation 𝑃(𝐸𝑐)=1𝑃(𝐸)
1𝑃(𝑖=1𝑛𝐴𝑖)𝑛𝑖=1𝑛𝑃(𝐴𝑖)
  1. Rearrange to obtain the lower bound

Move terms around:

𝑃(𝑖=1𝑛𝐴𝑛){𝑖=1}𝑛𝑃(𝐴𝑖)(𝑛1)