Probability Axioms
Sample spaces and events
A sample space is the set of all possible outcomes of a random experiment. A probability measure assigns to each subset (called an event) a number satisfying three axioms stated by Kolmogorov (1933):
- Non-negativity: for every event .
- Normalization: .
- Countable additivity: if are mutually exclusive (disjoint) events, then
From these three axioms every other probability rule can be derived — nothing extra needs to be assumed.
Derived rules
Complement rule. Because and its complement partition , axioms 2 and 3 give
Addition rule. For any two events and (not necessarily disjoint),
The subtraction corrects for double-counting the overlap . When and are mutually exclusive and the rule reduces to axiom 3.
Example. Roll a fair six-sided die, so and each outcome has probability by symmetry (normalization and equal weights). Let and . Then , so
Why this matters for quantum mechanics
Quantum measurement outcomes are inherently probabilistic — the Born rule says the probability of measuring outcome is . For these probabilities to be consistent, the set must satisfy exactly Kolmogorov's axioms: each , and the sum over all possible outcomes equals 1 (normalization of guarantees this). Understanding the axioms is therefore a prerequisite for reasoning about quantum measurement.
Try it
This is a numerical exercise — your code should return a number, not a circuit. A fair six-sided
die is rolled once. Let and . Compute using the
addition rule.
Sign in on the full site to ask questions and join the discussion.