Basic Set Theory
Events (commonly referred to as , and ) themselves are sets, so we can use tools from set theory to manipulate them. The main operations we will use are union, intersection, and complement.
The union of and , denoted , is the set of those outcomes which belong to or (or both). occurs if occurs or occurs (or they both occur).
The intersection of and , denoted , is the set of those outcomes which belong to both and . occurs if occurs and occurs.
The complement of , denoted , is the set of those outcomes which do not belong to . occurs if does not occur.
For two events and , we can illustrate these concepts with the help of Venn diagrams.
From these diagrams we can see, for example, that .
General Properties
Intersection is associative, which means that, whenever we need to perform a series of intersections, the order does not matter,
Union is also associative, so
Additionally, union is distributive over intersection (and vice versa):
We can think of as the certain event, in the sense that it always occurs, as it contains all the possible outcomes of the experiment. Conversely, the impossible or null event, can be represented by an empty set, which is denoted by .
For any event we have the following properties:
Furthermore, taking complements converts a union into an intersection, and vice versa:
Disjoint and Exhaustive Events
The events are disjoint or mutually exclusive iff , that is, if they have no outcomes in common. Disjoint events cannot both occur simultaneously - one excludes the other.
The events are exhaustive if , that is, if between them they contain all possible outcomes. If two events are exhaustive, at least one of them must occur.
We can extend the concepts of disjointness and exhaustiveness to situations where we have more than two events. A collection of events, is
- pairwise disjoint if , for all . If a collection of events is pairwise disjoint, at most one of them can occur.
- collectively exhaustive if . If a collection of events is collectively exhaustive, at least one of them will occur.
If a collection of events has both these properties, then we can say that exactly one of the events will occur. We will encounter such collections of events in the context of the Law of Total Probability (section .
Example: Events for Dice
We have already established that the sample space for a dice roll contains six outcomes, i.e. . We can describe three events and as follows:
- Event - the rolled number is equal to six;
- Event - the rolled number is odd;
- Event - the rolled number is greater than three.
Each of these events would then correspond to one or more outcomes in . Namely:
The event creates an event containing all the outcomes from event and event . In this case, the event contains all the outcomes where the rolled number is six or is odd, namely, . Similarly, would contain all outcomes that are odd or greater than three, i.e. .
Conversely, the event would contain all outcomes from event that are also in event . Since no such outcomes exist (as the number of dots cannot be both equal to six and odd at the same time), we denote this with an empty set: . In this case, events and are said to be disjoint. Following a similar reasoning:
The complements for the three sets are fairly intuitive in this case, e.g. contains all outcomes that are not equal to six, whereas contains all outcomes that are even. Note that these two complements, and , are exhaustive, i.e. . This also follows from the properties of union and intersection, as .
ASIDE: At this point, we are going to adopt another notation for the intersection of two sets. is frequently used in the set theory calculations described above. However, in applications of probability theory, this is more commonly represented as , which corresponds to a multivariate distribution of two random variables (a subject of importance that will be further explored in subsequent chapters, but for now just note the change in notation).