Sample Spaces and Events
Experiments and Outcomes
Probability theory provides mathematical tools for reasoning about uncertain events. The starting point is the notion of an experiment: a process that produces an outcome.
Examples:
- Rolling a die: outcome is which face lands uppermost
- Flipping a coin three times: outcome is a sequence like HTH
- Measuring the time until a component fails: outcome is a non-negative real number
Sample Space
The sample space (or ) is the set of all possible outcomes of an experiment.
Discrete Sample Spaces
A sample space is discrete if it is finite or countably infinite.
Example (coin flip):
Example (two dice): has 36 outcomes.
Example (coin flips until heads): is countably infinite.
Continuous Sample Spaces
A sample space is continuous if outcomes can take any value in an interval.
Example (time to failure):
Example (temperature): or some bounded interval.
Events
An event is a subset of the sample space: a collection of outcomes. We say an event occurs if the actual outcome of the experiment is in .
Example (single die):
- Event “rolling an even number”:
- Event “rolling at least 5”:
Example (two dice):
- Event “sum equals 7”:
- Event “both dice show the same”:
Special Events
- The entire sample space is the certain event: it always occurs.
- The empty set is the impossible event: it never occurs.
- An elementary event (or atomic event) contains exactly one outcome: for some .
Event Operations
Since events are sets, we can combine them using set operations:
| Operation | Notation | Meaning |
|---|---|---|
| Union | or (or both) occurs | |
| Intersection | or | Both and occur |
| Complement | or | does not occur |
| Difference | or | occurs but does not |
Mutually Exclusive Events
Events and are mutually exclusive (or disjoint) if they cannot both occur: .
Example (single die): The events “roll an even number” and “roll a 3” are mutually exclusive. But “roll an even number” and “roll at most 4” are not mutually exclusive: both occur if we roll 2 or 4.
The Event Space
The collection of all events forms a sigma-algebra (or -algebra), denoted . This is a collection of subsets of satisfying:
- If , then (closed under complements)
- If , then (closed under countable unions)
For finite sample spaces, is typically the power set : all possible subsets.
Why sigma-algebras? They ensure we can assign probabilities consistently. If we can talk about the probability of and of , we should also be able to talk about the probability of and .
De Morgan’s Laws
For any events and :
Intuition: For to not occur, both and must not occur. For to not occur, either or must not occur.
Partition
A partition of is a collection of mutually exclusive events whose union is :
Partitions are crucial for the Law of Total Probability.
Example (single die): partitions the sample space.
Example (blood type): partitions by blood type.
Summary
| Concept | Definition |
|---|---|
| Sample space | Set of all possible outcomes |
| Event | Subset of the sample space |
| Elementary event | Event containing one outcome |
| Mutually exclusive | |
| Partition | Mutually exclusive events that cover |