Adding non-disjoint events:
P[A∪B]=P[A]+P[B]−P[A∩B]
Union bound: P[A∪B]≤P[A]+P[B] The union bound is frequently used for analyzing problems where the intersection is difficult to evaluate (e.g. multiple hypothesis testing)