Mathematics · Glossary

What is Countable probability space?

Also known as: sample space · probability measure · event · probability space

Definition 21.1 University Mathematics — Year 2 · Chapter 21 — Probability on Countable Spaces

Let Ω\Omega be a nonempty finite or countable set (the sample space). A probability measure on Ω\Omega is a map P\P from the set P(Ω)\mathcal{P}(\Omega) of all subsets of Ω\Omega (events) to [0,1][0, 1] such that:

  1. P(Ω)=1\P(\Omega) = 1;
  2. (σ\sigma-additivity) for every sequence (An)nN(A_n)_{n\in\N} of pairwise disjoint events,

    P(nNAn)=n=0P(An).\P\Bigl(\,\bigcup_{n \in \N} A_n\Bigr) = \sum_{n=0}^{\infty} \P(A_n) .

The pair (Ω,P)(\Omega, \P) is a (countable) probability space.

Examples

Example 21.5 (Geometric model: waiting for the first head)

Toss a coin with head probability p(0,1)p \in \intoo{0}{1} repeatedly, and let Ω=N{}\Omega = \N^* \cup \{\infty\} record the rank of the first head. The natural weights are

P({k})=(1p)k1p(kN),P({})=0,\P(\{k\}) = (1 - p)^{k-1}p \quad (k \in \N^*), \qquad \P(\{\infty\}) = 0 ,

a probability measure since k1(1p)k1p=p1(1p)=1\sum_{k\geq1}(1-p)^{k-1}p = \frac{p}{1 - (1-p)} = 1: with probability 11 the game ends — but the sample space must still contain the possibility that it does not. Countable additivity is what lets us assert P(the game ends)=kP({k})\P(\text{the game ends}) = \sum_k \P(\{k\}).

Example 21.8 (The union bound: crude but indestructible)

Subadditivity with finitely many events — the union bound — trades precision for universality. For the birthday problem with 2323 people, bounding the collision probability by the sum over pairs gives

P(collision)(232)1365=2533650.693,\P(\text{collision}) \leq \binom{23}2\cdot\frac1{365} = \frac{253}{365} \approx 0.693 ,

against the true 0.5070.507: off by a wide margin, because collisions overlap. Yet the bound needs no independence, no joint law, nothing but the pair probabilities — which is why, in the weekend problem and throughout Chapter 22, the union bound is the first tool drawn: when it happens to be small, the matter is settled with no further modelling.

Example 21.9 (A six comes, eventually)

Roll a fair die forever and let Bn=B_n = {}“at least one six among the first nn rolls”, an increasing sequence of events with P(Bn)=1(5/6)n\P(B_n) = 1 - (5/6)^n. Monotone continuity gives

P(a six eventually appears)=P(nBn)=limn(1(5/6)n)=1.\P(\text{a six eventually appears}) = \P\Bigl(\bigcup_nB_n\Bigr) = \lim_n\bigl(1 - (5/6)^n\bigr) = 1 .

The point is not the (obvious) limit but the logical step: “eventually” is an event about infinitely many rolls, outside the reach of finite additivity, and monotone continuity — that is, σ\sigma-additivity — is precisely the axiom that assigns it a probability. Every almost-sure statement in the rest of this book passes through this same narrow door.

Read in context →