Index: The Book of Statistical ProofsGeneral TheoremsProbability theoryProbability axioms ▷ Probability of exhaustive events

Theorem: Let $B_1, \ldots, B_n$ be mutually exclusive and collectively exhaustive subsets of a sample space $\Omega$. Then, their total probability is one:

\[\label{eq:prob-exh} \sum_i p(B_i) = 1 \; .\]

Proof: The addition law of probability states that for two events $A$ and $B$, the probability of at least one of them occurring is:

\[\label{eq:prob-add} p(A \cup B) = p(A) + p(B) - p(A \cap B) \; .\]

Recursively applying this law to the events $B_1, \ldots, B_n$, we have:

\[\label{eq:prob-all-s1} \begin{split} p(B_1 \cup \ldots \cup B_n) &= p(B_1) + p(B_2 \cup \ldots \cup B_n) - p(B_1 \cap [B_2 \cup \ldots \cup B_n]) \\ &= p(B_1) + p(B_2) + p(B_3 \cup \ldots \cup B_n) - p(B_2 \cap [B_3 \cup \ldots \cup B_n])- p(B_1 \cap [B_2 \cup \ldots \cup B_n]) \\ &\;\; \vdots \\ &= p(B_1) + \ldots + p(B_n) - p(B_1 \cap [B_2 \cup \ldots \cup B_n]) - \ldots - p(B_{n-1} \cap B_n) \\ p(\cup_i^n \, B_i) &= \sum_i^n p(B_i) - \sum_i^{n-1} p(B_i \cap [\cup_{j=i+1}^n B_j]) \\ &= \sum_i^n p(B_i) - \sum_i^{n-1} p(\cup_{j=i+1}^n [B_i \cap B_j]) \; . \end{split}\]

Because all $B_i$ are mutually exclusive, we have:

\[\label{eq:B-exclusive} B_i \cap B_j = \emptyset \quad \text{for all} \quad i \neq j \; .\]

Since the probability of the empty set is zero, this means that the second sum on the right-hand side of \eqref{eq:prob-all-s1} disappears:

\[\label{eq:prob-all-s2} p(\cup_i^n \, B_i) = \sum_i^n p(B_i) \; .\]

Because the $B_i$ are collectively exhaustive, we have:

\[\label{eq:B-exhaustive} \cup_i \, B_i = \Omega \; .\]

Since the probability of the sample space is one, this means that the left-hand side of \eqref{eq:prob-all-s2} becomes equal to one:

\[\label{eq:prob-all-s3} 1 = \sum_i^n p(B_i) \; .\]

This proofs the statement in \eqref{eq:prob-exh}.

Sources:

Metadata: ID: P319 | shortcut: prob-exh2 | author: JoramSoch | date: 2022-03-27, 23:14.