Sample spaces and events
Before you can write \(P(\text{anything})\), you need to know what the full set of possibilities is.
The sample space \(\Omega\) (the capital Greek letter omega) is the set of all possible outcomes of an experiment. Roll a standard die: \(\Omega = \{1,
2, 3, 4, 5, 6\}\). Toss a coin: \(\Omega = \{\text{H}, \text{T}\}\). These are the complete lists — every outcome that could happen.
An event is any subset of the sample space — any collection of outcomes you’re interested in. “Roll an even number” is the event \(\{2, 4, 6\}\). “Roll a number greater than 4” is \(\{5, 6\}\). Events are usually labelled with capital letters: \(A\), \(B\), \(C\).
Now the five symbols:
\(P(A)\) — read “the probability of \(A\).” This is a number between 0 and 1 that measures how likely event \(A\) is. \(P(A) = 0\) means impossible; \(P(A) = 1\) means certain.
Example: Let \(A\) = “roll a 3.” On a fair die, \(P(A) = \frac{1}{6}\).
\(P(A^c)\) — read “the probability of the complement of \(A\).” The complement \(A^c\) (also written \(\bar{A}\) or \(A'\)) is the event “A does not happen” — every outcome in \(\Omega\) that is not in \(A\).
Example: Let \(A\) = “roll a 3.” Then \(A^c\) = “roll anything but 3” = \(\{1, 2, 4, 5, 6\}\). Since one of the two must happen: \(P(A^c) = \frac{5}{6}\).
\(P(A \cup B)\) — read “the probability of \(A\) union \(B\).” The union \(A \cup B\) is the event “\(A\) or \(B\) or both” — any outcome in at least one of \(A\) and \(B\).
Example: Let \(A\) = “roll an even number” = \(\{2, 4, 6\}\) and \(B\) = “roll a number greater than 4” = \(\{5, 6\}\). Then \(A \cup B\) = \(\{2, 4, 5, 6\}\), so \(P(A \cup B) = \frac{4}{6} = \frac{2}{3}\).
\(P(A \cap B)\) — read “the probability of \(A\) intersection \(B\).” The intersection \(A \cap B\) is the event “both \(A\) and \(B\)” — only the outcomes that are in \(A\) and also in \(B\).
Example: With \(A = \{2, 4, 6\}\) and \(B = \{5, 6\}\): \(A \cap B = \{6\}\), so \(P(A \cap B) = \frac{1}{6}\).
\(P(A \mid B)\) — read “the probability of \(A\) given \(B\).” This is the conditional probability — the probability that \(A\) happens, given that you already know \(B\) happened. The vertical bar is read “given.”
Example: You roll a die and someone tells you the result was greater than 4 (so \(B\) happened, and you know the outcome is in \(\{5, 6\}\)). What’s the probability it was a 6? You’re now working in a smaller world — only two outcomes are possible, and one of them is 6. So \(P(\text{roll 6} \mid B)
= \frac{1}{2}\).
Those five symbols are the entire vocabulary you need. Everything else in this chapter is built from combinations of them.