A probability measure enjoys a number of basic properties.
In particular, the inversion principle states that the probability of the complement of an event is one minus the probability of the event. Another property allows us to compute the probability of a union of two events as the sum of the probabilities of the events minus the probability of their intersection.
Consider the simple experiment in which we pick one out of three people at random, already used to illustrate the probability space.
The sample space is the set of three people: $\Omega = \{Teddy, Bob, John\}$.
The set of all possible events is
$\Sigma = \{$
$\emptyset$ (no one), |
$\{Teddy\}$, |
$\{Bob\}$, |
$\{John\}$ , |
$\{Teddy, Bob\}$, |
$\{Teddy, John\}$, |
$\{Bob, John\}$, |
$\{Teddy, Bob, John\}$ (everyone), |
For each of these events, the probability measure $P$ assigns a probability between 0 and 1. Assume that the probabilities of picking each individual are fixed: , and . Then, we can compute all the other probabilities from these ones via the inversion principle.
Hover over the list of events above to compute their probabilities
Let $(\Omega, \Sigma, P)$ be a probability space. Then, we have the following properties.
Proof: To show this, we use the definition of the probability measure regarding the probability of a union of disjoint events and the probability of the sample space as $$ 1 = P(\Omega) = P(A \cup \overline{A}) = P(A) + P(\overline{A}) . $$
Proof: We combine $$ P(A\cup B ) = P\left( (A \setminus (A\cap B) ) \cup B \right) = P( A \setminus (A\cap B) ) + P(B) $$ with $$ P(A) = P( A \setminus (A\cap B) ) + P(A\cap B) \quad \Rightarrow\quad P( A \setminus (A\cap B) ) = P(A) - P(A\cap B) . $$