We discuss a set-theoretic view of probability established by Kolmogorov, which consists of 4 components and 3 axioms!
Don’t worry too much about learning the exact components and axioms right now, since you’ll pick them up with practice as they appear so much.
4 Components
4 key components of Kolmogorov’s formulation of probability.
0) Reproducibility
This is often assumed - the experiment should be reproducible; that is, you can repeat the experiment an arbitrary number of times.
1) Sample Space
A sample space () is the set of possible outcomes of the experiment.
Example 1: You toss a fair coin. .
The possible outcomes are also called elementary events (sometimes elementary outcomes). From Example 1, is an elementary event as is . Often, this is written as and for reasons that will become clear in the next component.
Example 2: You toss two fair coins. .
2) Events
An event is a subset of the sample space.
From Example 2, .
We know .
Therefore .
The term elementary event should make more sense now! In Example 2 for instance, we have as an elementary event.
I will refer to the set of events () as the event space.
Measure Theory
This note is not relevant to doing well in the module - you do not need to know this.
The probability in cs130 is very simple so we take the event space to be however in measure theory (which some of you may take!), the event space is more generally a -algebra on the sample space.
A -algebra is just a subset of which satisfies some properties, and defines which subsets in may be considered valid events; anything not in the -algebra is not defined as an event and hence does not have a defined probability.
Why do we need -algebras? It’s because can be an uncountable set (such as ) and this breaks maths. If you’re interested in this, then have a look at Measure Theory.
Special Events
is called the certain event since it contains all outcomes, and is therefore guaranteed to occur.
Later, we learn that .
is called the impossible event since it contains no outcomes, and cannot occur.
Later, we show that .
Exam Tip
The certain event and impossible event can be used in any experiment, and are often the answer to an exam question as they have special properties!
3) Probability Measure
We have a function called the probability measure which takes in an event, and spits out the probability of that event occurring.
.
From Example 1, we have .
From Example 2, we have .
Probability Space
When you combine these components, you get a probability space.
A probability space is written down as ; a 3-tuple consisting of the sample space, event space, and the probability measure.
From Example 1, the probability space is where . You would write the probability space as though, and those components are generally well-defined.
We will now look at the axioms that apply to probability spaces!
3 Axioms
We have 3 axioms to provide some foundations for this formulation; we’ll use these axioms to prove further key properties!
1) Non-negative probability
All probabilities are non-negative, for every event.
.
2) Certain event is certain
The certain event has a probability of 1.
.
3) Mutual Exclusion
If two events are mutually exclusive (they can’t happen at the same time), then the probability of either event occurring is the sum of the probability of each event occurring.
.
For this, we must define disjoint events.
We call events disjoint iff .
In other words, “A and B are disjoint if you can’t have both”.
Corollaries of the axioms
We’ll now prove some facts using the axioms.
Fact 1: The probability of the impossible event is 0. .
Proof: Using Axiom 3, since , we have .
.
Using Axiom 2, .
Hence, .
Fact 2:
Basic Terms
Scenario: Imagine that you roll a D10 dice.
A sample space () is the set of all possible outcomes.
For this dice, .
An event is a subset of the sample space.
For this dice, events include:
- (rolling a 3)
- (rolling greater than 7)
- (rolling an even number)
An event occurs if the outcome is one of the outcomes in the event.
For example, and are disjoint events.
The complement of an event is everything else in the set.
That is, .
For example, if then .
A universal example,