Create your own
Lesson illustration

Understanding Probability Spaces

Hello! Welcome back to our course.

Introduction

In our last lesson, we explored the concept of a σ-algebra (), establishing it as the necessary structure for defining a consistent set of "events" in a probability model. We saw that for uncountable sample spaces, we can't assign a probability to every conceivable subset without running into contradictions. The σ-algebra provides the solution by specifying a well-behaved collection of subsets—the measurable sets—that we can work with.

Today, we will build directly on that foundation to construct the central object of modern probability theory: the probability space. The learning outcome for this lesson is to define a probability space as the triple and to explain the role of each of its three components.

By the end of this lesson, you will understand how these three elements—the sample space, the σ-algebra of events, and the probability measure—fit together to provide the rigorous framework that underpins the statistical, econometric, and financial models you have encountered in your career.

The Probability Triple:

A probability space is the mathematical formalization of a random process. It consists of three components, often called the "probability triple".

Probability space | Definition, axioms, explanation

Let's start with a concise, formal definition of the probability space and its components from the StatLect article 'Probability space'.

Read the introductory section and the 'Elements of a probability space' section. This will give you a high-level overview of the three components we're about to dissect.

As the reading states, the three components are:

  1. : The Sample Space
  2. : The σ-algebra of Events
  3. : The Probability Measure

Let's examine each one in detail.

1. The Sample Space ()

The sample space, denoted by the Greek letter Omega (), is the set of all possible elementary outcomes of a random experiment. This concept should be familiar from your prior studies in probability and statistics.

  • Definition: is a non-empty set containing every possible result of the phenomenon being modeled.

For example:

  • Single Coin Toss: (a finite set)
  • Number of emails arriving in an hour: (a countably infinite set)
  • A stock's return over one day: (an uncountably infinite set)

The sample space simply defines the "universe" of what can happen. It contains no information about the likelihood of any particular outcome.

2. The σ-algebra of Events ()

This is the component we focused on in the last lesson. The σ-algebra (sometimes denoted with a script 'A' or 'F') is a collection of subsets of . These subsets are called events.

  • Role: specifies which combinations of outcomes we are able and willing to assign a probability to. It defines the "questions" we can ask about the experiment.

As a brief recap, a collection of subsets is a σ-algebra if:

  1. (The certain event is an event).
  2. If , then its complement (If we can ask about an event, we can ask about it not happening).
  3. If , then their countable union (If we can ask about a series of events, we can ask about at least one of them happening).

For a dice roll where , the event "the roll is even" is the set . This set would be an element of . The σ-algebra ensures that if is a valid event, then so is its complement, ("the roll is odd"), and their union, .

3. The Probability Measure ()

The final component, the probability measure , is the function that assigns a specific probability (a number between 0 and 1) to each event in the σ-algebra .

  • Role: quantifies the likelihood of each event defined in . It is a function with the signature .

For to be a valid probability measure, it must satisfy three axioms, famously laid out by Andrey Kolmogorov.

Probability space | Definition, axioms, explanation

The StatLect article provides a rigorous definition of the probability measure and its axioms. It also gives some context for why these axioms were chosen.

Please read the sections 'Probability measure', 'General explanation', and 'Explanation of the axioms of a probability measure'. Pay close attention to the third axiom, 'countable additivity'.

To summarize the axioms, a function is a probability measure if:

  1. Non-negativity: For any event , .
  2. Normalization: . The probability of the entire sample space (the "sure event") is 1.
  3. Countable Additivity: For any countable collection of pairwise disjoint events in (meaning for ), the following holds:

The first two axioms are straightforward. The third, countable additivity, is the cornerstone of measure-theoretic probability. In introductory courses, you likely used finite additivity ( for disjoint A and B). Countable additivity extends this to countably infinite sequences of disjoint events. This is not just a technicality; it is essential for proving foundational results in statistics and finance, such as the Laws of Large Numbers and theorems in stochastic calculus, which often involve limits of sequences of events.

Putting It All Together

The probability space provides a complete, self-consistent model of a random phenomenon.

  • tells us what can happen.
  • tells us what events we can measure the probability of.
  • tells us how likely each of those events is.

The following short video provides a great summary of how a general measure space is interpreted as a probability space, using a simple coin flip as an example.

Understanding Measure Theory and the Lebesgue Integral

This clip from the channel Cofiber concisely connects the abstract idea of a measure space to the concrete application of a probability space.

Watch from 14:26 to 15:25. This segment directly maps the components of a measure space to a probability space and illustrates it with a coin flip.

Example: A Single Stock Price

Let's connect this to a familiar domain: modeling the price of a stock, say AAPL, at the close of the next trading day.

  1. Sample Space : The set of all possible prices. We could model this as the set of non-negative real numbers, . This is an uncountably infinite set.

  2. σ-algebra : Since is uncountable, we cannot use the power set. We need a σ-algebra that contains the events we care about but excludes pathological sets. The standard choice is the Borel σ-algebra, . This is the smallest σ-algebra containing all intervals of the form . It allows us to ask questions like:

    • What is the probability the price is below $200? (Event: )
    • What is the probability the price is between $210 and $215? (Event: )
    • What is the probability the price is exactly $212.34? (Event: )
  3. Probability Measure : This is the function that assigns probabilities to these Borel sets. In practice, this measure is defined by a probability distribution. For instance, in the Black-Scholes model, the stock price is assumed to follow a log-normal distribution. The probability measure would then be the one corresponding to that specific log-normal distribution. For an event , the probability would be calculated via the integral of the probability density function (PDF):

    where is the log-normal PDF. This integral is a Lebesgue integral, a topic we will touch on later.

This example shows how the abstract triple provides the formal underpinning for the practical models you've used in finance. The model implicitly assumes this structure to be well-defined.

Conclusion

In this lesson, we have formally defined the probability space as the triple . Let's recap the role of each component:

  • Sample Space (): The set of all possible elementary outcomes. It defines the scope of the random experiment.
  • σ-algebra (): A collection of subsets of called events. It constitutes the set of all "reasonable questions" one can ask about the outcome, and serves as the domain for the probability measure.
  • Probability Measure (): A function that maps each event in to a value in , satisfying the axioms of non-negativity, normalization, and, crucially, countable additivity.

You now see how the σ-algebra, which might have seemed like an abstract constraint, is a vital part of a complete system. Without it, the probability measure would not have a well-defined domain for uncountable sample spaces, and the entire structure of modern probability would collapse.

Preview of the Next Lesson:
With the probability space firmly established, our next step is to understand how we get from abstract outcomes in to the numerical values we work with in statistics (e.g., the number on a die, the return of a stock). This is achieved through a random variable, which in measure theory is formally defined as a measurable function. In the next lesson, we will explore what a measurable function is and why this formal definition is so important.

Can't find a good explanation? Sign up and we'll make it for you

Sign up