Basic Probability Probability spaces

Comprehensive study notes, diagrams, and exam preparation for Basic Probability Probability spaces.

Basic Probability: Probability Spaces

Definition

A probability space is an ordered triple
where:

  • is the sample space, the set of all possible outcomes of a random experiment.

  • is a sigma-algebra (or -algebra) of subsets of , called the collection of events.

  • is a probability measure, a function that assigns a number between 0 and 1 to each event in , satisfying the axioms of probability.

Important components in detail

1. Sample Space

The sample space contains every possible outcome of the experiment.

Examples:

  • Tossing a coin:

  • Rolling a die:

  • Tossing two coins:

2. Event Collection

An event is any set of outcomes we want to discuss. In many elementary cases, may be the set of all subsets of , called the power set. In more advanced settings, not every subset is included, so we use a sigma-algebra.

A sigma-algebra must satisfy:

  • The empty set is included.
  • If an event is included, then its complement is also included.
  • If countably many events are included, then their union is also included.

3. Probability Measure

The probability measure assigns a likelihood to each event.

It must satisfy:

Non-negativity

  • : for every event .

Normalization

  • : .

Countable additivity

  • : If are pairwise disjoint events, then

Example: If a fair die is rolled, then each outcome has probability , and the probability of getting an even number is:


Main Content

1. Sample Space

  • The sample space is the starting point of every probability model because it lists every possible result of the experiment.
  • It may be finite, countably infinite, or uncountably infinite, depending on the experiment.

Types of sample spaces

Finite sample space:
A finite number of outcomes.

  • Example: Tossing a coin once

Countably infinite sample space:
Outcomes can be listed one by one.

  • Example: Number of tosses until the first head appears:

Uncountably infinite sample space:
Outcomes cannot be listed in a sequence.

  • Example: Choosing a random number from the interval .

Why the sample space matters

The sample space determines the universe of discussion. Every event must be a subset of it. If the sample space is chosen incorrectly, the whole probability model becomes flawed.

Example with two dice

If two dice are rolled, the sample space consists of ordered pairs: There are possible outcomes.

ASCII illustration of a simple sample space

For a coin toss:

        Coin Toss
           |
     ----------------
     |              |
     H              T

This diagram shows that there are only two possible outcomes.


2. Events and Sigma-Algebra

  • An event is a set of outcomes of interest. For example, in a die roll, “getting an even number” is the event .
  • A sigma-algebra is the collection of events for which probabilities are defined consistently.

Why not use all subsets always?

For finite sample spaces, all subsets can usually be used. But for infinite or continuous spaces, certain subsets are too complicated or lead to contradictions if probability is assigned to every possible subset. A sigma-algebra avoids this problem by selecting a well-behaved family of sets.

Properties of a sigma-algebra

A collection of subsets of is a sigma-algebra if:

  1. If , then
  2. If , then

From these rules, it also follows that:

  • intersections of countably many events are also in

Event examples

For a die:

  • Event : “even number”

  • Event : “number greater than 4”

  • Event : “even and greater than 4”

Event relationships

Union

  • : means either event occurs.

Intersection

  • : means both occur.

Complement

  • : means event does not occur.

Disjoint events

  • : , meaning they cannot happen together.

Example of an event structure

For rolling a die:

Ω = {1, 2, 3, 4, 5, 6}

A = {2, 4, 6}   (even numbers)
B = {4, 5, 6}   (greater than 3)

A ∩ B = {4, 6}
A ∪ B = {2, 4, 5, 6}
A^c = {1, 3, 5}

This structure is essential for combining and analyzing outcomes logically.


3. Probability Measure and Axioms

  • The probability measure assigns a number to every event in the sigma-algebra.
  • This number represents the chance of the event occurring, and it always lies between 0 and 1.

The three axioms of probability

Axiom 1: Non-negativity

For every event , Probability cannot be negative.

Axiom 2: Normalization

The total probability of the entire sample space is 1 because one of the possible outcomes must occur.

Axiom 3: Countable additivity

If are pairwise disjoint events, then:

This means probabilities of mutually exclusive events add up.

Immediate consequences

From the axioms, we can derive:

  • If , then
  • For any two events and ,

Example: fair die

Let , the event of getting an even number.

If the die is fair, then each outcome has probability , so:

The complement is: and:

Example: union of events

Let:

Then:

So,


Working / Process

1. Define the random experiment

  • Decide what process is being studied, such as tossing a coin, rolling a die, selecting a card, or measuring a random variable.
  • The experiment must be clearly stated so that outcomes can be identified.

2. Construct the sample space and event collection

  • List all possible outcomes in the sample space .
  • Identify the relevant events and organize them into a sigma-algebra .
  • For simple finite experiments, this may be all subsets of .

3. Assign probabilities using the probability measure

  • Define so that each event gets a number between 0 and 1.
  • Check the axioms:
    • probabilities are non-negative,
    • the whole sample space has probability 1,
    • disjoint events add correctly.
  • Use the probability space to compute event probabilities, complements, unions, intersections, and more complex expressions.

Example workflow: rolling a die

  1. Experiment: roll one fair die.
  2. Sample space:

  3. Event: getting a number greater than 4

  4. Probability:

Visual workflow

Experiment → Sample Space → Events → Probability Measure → Probability Results

This process is the practical way to build and use a probability space.


Advantages / Applications

  • Probability spaces provide a rigorous foundation for all of probability theory, making definitions and results mathematically precise.
  • They help model uncertainty in real-world situations, such as dice, coins, lotteries, weather, traffic, and financial markets.
  • They are essential in advanced topics like random variables, distributions, conditional probability, expected value, stochastic processes, and statistical inference.

More detailed applications

1. Games of chance Probability spaces are used to analyze card games, dice games, and lotteries. They help determine fair outcomes and winning chances.

2. Scientific experiments In physics and chemistry, random experiments and measurement uncertainty are modeled using probability spaces.

3. Engineering and computer science Reliability of systems, error rates, communication channels, randomized algorithms, and queueing systems all rely on probability spaces.

4. Data science and machine learning Probability spaces support the mathematical basis of classification, prediction, uncertainty quantification, and model evaluation.

5. Decision-making Businesses and economists use probability spaces to evaluate risk and make informed decisions under uncertainty.


Summary

  • A probability space is the mathematical framework for describing random experiments.
  • It consists of a sample space, a collection of events, and a probability measure.
  • The probability axioms ensure that probabilities are consistent and logically valid.
  • Important terms to remember: sample space, event, sigma-algebra, probability measure, and axioms of probability.