Chapter 1: Probability Spaces and Axiomatic Foundations#
Probability isn’t about gut feelings or lucky guesses — it’s a precise language for describing uncertainty, built on a small set of rules that keep everything consistent. This chapter builds the foundation: we’ll see how to model random experiments, what counts as a sensible question about the outcome, and how to assign a numerical “chance” without any contradictions.
The Big Picture#
Imagine flipping a coin, rolling a die, or measuring tomorrow’s temperature. Each of these is a random experiment — we don’t know the result ahead of time, but we can list (or at least describe) all the things that might happen. Probability theory gives us a clean, three‑piece structure for handling such experiments: a set of all possible outcomes, a collection of “events” we can ask about, and a rule that attaches a number between 0 and 1 to every event. By starting from a few simple axioms, we can then figure out every other property of probability in a completely logical way. This chapter builds that structure from the ground up.
Outcomes and Sample Spaces#
Every experiment has an outcome — the single specific thing that actually happens when you carry it out.
Sample space (
): The set of all possible outcomes of a random experiment.
Think of
An outcome is often written as
📝 Section Recap: The sample space
is the complete set of possible outcomes. Everything else in probability is built on top of this set.
Events and Sigma‑Fields#
We rarely care only about a single raw outcome; we ask questions like “Did I roll an even number?” or “Is the temperature below freezing?” In the language of probability, such a question defines an event — a subset of
Event: A subset
that contains all the outcomes where the statement “ happens” is true.
In the die example, the event “roll an even number” is
We would like to assign probabilities to events, but not every possible subset is necessarily a sensible event — especially when
Sigma‑field (
): A collection of subsets of that satisfies three rules:
- The whole space
is in . - If a set
is in , its complement is also in . - If you have countably many sets
all in , then their union is also in .
The first two rules mean that
An event is simply any set that belongs to
To see why sigma‑fields matter, suppose
📝 Section Recap: Events are subsets of
that belong to a sigma‑field . The sigma‑field tells us which sets are “measurable” — that is, which questions we are allowed to ask about the experiment.
The Probability Measure and Axioms#
Now we have the stage (
Probability measure (
): A function that satisfies:
- Non‑negativity: For every event
, . - Normalization:
. - Sigma‑additivity (countable additivity): If
are pairwise disjoint events (no two share any outcome), then
These three axioms are the whole foundation. Everything else — complement rule, inclusion–exclusion, and so on — follows logically from them.
- Non‑negativity is obvious: a chance can’t be negative.
- Normalization means the probability that something happens is 1; the sample space is certain.
- Sigma‑additivity is the key: for a countable collection of mutually exclusive possibilities, the probability that one of them happens is just the sum of the individual probabilities.
When
📝 Section Recap: A probability measure assigns a number between 0 and 1 to every event, with
and the property that the chance of a countable union of non‑overlapping events is the sum of their chances.
First Consequences of the Axioms#
From the three axioms we can quickly prove a handful of simple, useful properties. Let’s go through them step by step.
Complement rule. Since
Finite additivity. Suppose we only have
Monotonicity. If
Subadditivity (Boole’s inequality). For any countable collection of events
Continuity from below and from above. These results let us handle limits of nested events.
- Continuity from below: If
is an increasing sequence of events, then - Continuity from above: If
is a decreasing sequence, then Both follow from sigma‑additivity by writing the union or intersection in terms of disjoint differences. Continuity is essential for proving limit theorems later, but for now we can think of it as “probabilities behave nicely under limits of nested events.”
📝 Section Recap: From the three axioms we get a toolkit of rules: the complement rule, monotonicity, finite additivity, subadditivity, and continuity. These are the everyday workhorses of probability.
Constructing Sigma‑Fields#
When the sample space is simple — like a finite list — we can just take
Sigma‑field generated by a collection
: Denoted , this is the intersection of all sigma‑fields that contain . It is the smallest sigma‑field that includes every set in .
If we have a collection
For example, if
📝 Section Recap: The generated sigma‑field
is the minimal collection of events that contains a starter set and satisfies the three sigma‑field rules. It’s the standard way to build a domain for a probability measure.
Borel Sets on the Real Line#
When we model quantities like temperature, weight, or time, the sample space is the real line
Borel sigma‑field (
or ): , the sigma‑field generated by the collection of all open intervals with .
It turns out that
In practice, you can safely think of
📝 Section Recap: The Borel sigma‑field
is the smallest sigma‑field on that contains all open intervals. It gives us a rich collection of measurable sets suitable for continuous probability.
Discrete Probability Spaces#
If the sample space
Discrete probability measure: A probability measure
on a countable space such that , where are non‑negative numbers with .
The function
Because we can use the power set, every subset is measurable, and sigma‑additivity reduces to the statement that the probability of a union of disjoint sets is the sum of their individual probability masses — exactly what the summation expression guarantees.
When you see a problem with dice, cards, or spinners, you’re usually working in a discrete space with a pmf, and the entire sigma‑field is the power set.
📝 Section Recap: On countable
, we take as all subsets, and is defined by a probability mass function assigning a non‑negative weight to each outcome such that they sum to .
Product Spaces for Independent Experiments#
Many real‑world situations involve repeating the same random experiment several times — for example, flipping a fair coin twice. The natural sample space is the Cartesian product of the individual sample spaces. But what sigma‑field should we use? And how do we build a probability measure that respects independence?
Product sample space: If
and are the sample spaces of two experiments, the combined sample space is , the set of all ordered pairs .
We need a sigma‑field on
Product sigma‑field:
, the smallest sigma‑field containing all measurable rectangles.
This construction ensures that sets built from rectangles — like “the sum of two dice is 7” — are measurable. It generalizes to any finite number of experiments, and with a bit more care, to infinite products as well.
Now, for independent experiments we want a probability measure on the product space that reflects the idea that outcomes of one experiment give no information about the other. The standard way is to define the probability of a rectangle as the product of the individual probabilities:
For a coin flipped twice, with
📝 Section Recap: Product spaces allow us to model multiple experiments together. The product sigma‑field is generated by rectangles, and the product probability measure multiplies individual probabilities, giving us a rigorous way to handle independent trials.
Inclusion–Exclusion and Continuity of Probability#
We’ve already seen simple relations like the complement rule and subadditivity. Two more advanced — and extremely useful — tools are the inclusion–exclusion formula and the precise continuity properties.
Inclusion–exclusion formula (finite case). For any events
This formula corrects for over‑counting: we first add the single probabilities, then subtract the double‑intersections (which were counted twice), add back triple‑intersections, and so on. You can prove it by induction using the simpler two‑event version,
Continuity of probability (restated more formally). Because any probability measure is sigma‑additive, it enjoys the limit properties we sketched earlier:
- Continuity from below: If
(meaning and ), then . - Continuity from above: If
(a decreasing sequence with intersection ), then .
These facts allow us to exchange limits and probabilities for monotone sequences, which is crucial when we study infinite trials or asymptotic results later.
📝 Section Recap: The inclusion–exclusion formula gives an exact method for finding the probability of a union of overlapping events. Continuity ensures that probabilities behave predictably as events approach a limit.
Summary#
We started with a blank slate and built the mathematical language of chance: what an outcome is, how to collect outcomes into events we can measure, and how to assign a number between 0 and 1 that obeys three simple rules. From those axioms we derived a whole toolkit — complement rule, monotonicity, subadditivity, continuity, and inclusion–exclusion — that makes probability reasoning both solid and easy to follow. Along the way, we learned how to create sigma‑fields from basic building blocks (leading to the useful Borel sets on the real line), how to handle countably many outcomes with a mass function, and how to combine independent experiments with product spaces. All of these ideas are the foundation on which the rest of probability theory rests.
Here is a quick reference for the central concepts:
| Key idea | What it means (plain English) | Why it matters |
|---|---|---|
| Sample space |
The set of all possible outcomes of a random experiment. | Everything we talk about in probability is a subset of |
| Event | A subset of |
Events are the things we assign probabilities to — “Did this happen?” |
| Sigma‑field |
A collection of events closed under complements and countable unions, always containing |
Guarantees that the set of allowable questions is mathematically consistent, especially for infinite spaces. |
| Probability measure |
A function that gives each event a number in |
The three axioms are the only rules; every other property follows from them. |
| Sigma‑additivity | For disjoint events, the probability of the union is the sum of their probabilities. | Allows handling infinite sequences of mutually exclusive possibilities without contradiction. |
| Complement rule | Changes a “not” question into a simple subtraction. | |
| Monotonicity | If |
Gives an intuitive sense of scale: bigger sets have at least as large a chance. |
| Subadditivity (Boole) | Probability of a union ≤ sum of individual probabilities. | A safe upper bound when exact calculation is messy; widely used. |
| Continuity of probability | If events grow or shrink monotonically, their probabilities converge to the probability of the limit set. | Makes limits and infinite scenarios tractable. |
| Inclusion–exclusion | Alternating sum formula for the probability of a union of possibly overlapping events. | Turns a complex union into manageable pieces. |
| Generated sigma‑field |
The smallest sigma‑field containing a given collection of sets. | Lets us build |
| Borel sigma‑field |
The sigma‑field on |
The standard choice for continuous sample spaces; contains all “nice” subsets. |
| Discrete probability space | A probability model with a countable |
The simplest setting for dice, cards, and any countable list of outcomes. |
| Product measure | The measure on a product space built by multiplying the probabilities of independent events from the component spaces. | Formalizes independence when combining experiments, so |