Probability Space
A probability model consists of:
1
S: sample space (set of all possible outcomes in an experiment);
2
F: a collection of subsets of S (aka ”events”) ;
3
P(·): a probability function P : F → [0, 1].
So for any event A ⊆ S (or A ∈ F), P(A) is the probability that the function P(·) assigns to A.
These 3 elements together form a Probability Model:
(S, F, P)
Note that the probability function assigns numbers to sets (events), not to numbers (this might be new for us). So
we will see things like P([1, 2]), P((−∞, 4]), or P({2, 4, 6})
Arman Jahangiri
Summer 2026
7