Disjoint Sets

Two sets and are disjoint if they have no elements in common, i.e., their intersection is empty:

A family of sets is called pairwise disjoint (or mutually disjoint) if every pair of distinct sets in the set is disjoint:

Example

The sets and are disjoint.
The sets of even and odd integers are disjoint.
The intervals and on the real line are disjoint.

Probability of or (at least one) occuring

For non-disjoint events (i.e. they can co-occur), we need to subtract the intersection, so we don’t count it twice → (with a correction).
For disjoint events, it simplifies:

and happened”: or happened”:

Link to original