Probability Bounds
Tags | Tricks |
---|
Union and intersection bounds
This is basic stuff but it can be very useful
- “at least one”: use a union, which is upper bounded by the summation of probabilities and lower-bounded by the single largest probability
- “all of them”: use an intersection, which is upper-bounded by the smallest probability. For the lower bound is a bit tricky. . If , then we can make them maximally separate. If , then there must be some intersection. So
Remember that “not one” is equivalent to “all of them” (the laws of set negation).