Probability Spaces

A probability space is the formal container for randomness. It specifies possible outcomes, which outcome sets count as events, and how probability is assigned before random variables, conditional probability, or expectation can be defined.

Definition

A probability space is a triple :

The measure satisfies , , and countable additivity:

For finite sample spaces, is often the power set. For continuous spaces, matters because not every informal subset is measurable.

Worked computation

For two fair dice, the sample space has equally likely ordered outcomes. Let be the event “sum is at least 10” and be the event “the dice are doubles.” The event contains six outcomes:

SumOutcomes
10
11
12

So . The doubles event has six outcomes, so . Their intersection contains and , hence . Therefore

The union calculation works because the event algebra contains complements, intersections, and unions; without a fixed and , the phrase “probability of either event” would not be well-defined.

Caveats

Most mistakes come from changing mid-argument. Conditioning on “flagged users” uses a different reference population than all users, and a density on assigns probability to intervals rather than exact points.

References