2 Probability measure
Reference: Chapter 2. Resnick (2005).
A probability space is a triple \((\Omega, \mathcal{B}, \mathbb{P})\) where
- \(\Omega\), the sample space.
- \(\mathcal{B}\), a \(\sigma\)-field of subsets of \(\Omega\) where each element is called event.
- \(\mathbb{P}\) is a probability measure.
Definition 2.1 (\(\color{magenta}{\textbf{Probability measure}}\))
A probability measure \(\mathbb{P}\) is any function \(\mathbb{P}: \mathcal{B} \rightarrow [0,1]\) such that
- \(\mathbb{P}(A) \ge 0\) for all sets \(A \in \mathcal{B}\).
- \(\mathbb{P}(\Omega) = 1\).
- \(\mathbb{P}\) is \(\sigma\)-additive: if \(\{A_n\}_{n \ge 1}\) is a sequence of disjoint events in \(\mathcal{B}\), then: \[ \mathbb{P}\left(\overset{\infty}{\underset{n = 1}{{\color{red}{\bigsqcup}}}} A_n\right) = \sum_{n= 1}^{\infty}\mathbb{P}(A_n) \text{.} \tag{2.1}\]
In general, a probability measure \(\mathbb{P}\) is a function that always goes from a \(\sigma\)-field of subsets of \(\Omega\) to \([0,1]\).
2.1 Consequences of the axioms
Proposition 2.1 (\(\color{magenta}{\textbf{Probability of the complement}}\))
The probability of the complement of a set \(A\) reads \[
\mathbb{P}(A^{\mathsf{c}}) = 1 - \mathbb{P}(A)
\text{.}
\tag{2.2}\]
Proposition 2.2 (\(\color{magenta}{\textbf{Probability of the empty set}}\))
The probability of the empty set \(\emptyset\) is zero, i.e. \(\mathbb{P}(\emptyset) = 0\).
Proposition 2.3 (\(\color{magenta}{\textbf{Probability of the union}}\))
The Probability of the union of two sets: \[
\mathbb{P}(A {\color{red}{\cup}} B) = \mathbb{P}(A) + \mathbb{P}(B) - \mathbb{P}(A {\color{blue}{\cap}} B)
\text{.}
\]
Proposition 2.4 (\(\color{magenta}{\textbf{Monotonicity of probability measure}}\))
The probability measure \(\mathbb{P}\) is non-decreasing, in the sense that given two events \(A\) and \(B\), then \[
A \subset B \implies \mathbb{P}(A) \le \mathbb{P}(B)
\text{.}
\]
Further properties are:
Subadditivity: the measure \(\mathbb{P}\) is \(\sigma\)-subadditive. For a sequence of events \(\{A_n\}_{n\ge 1}\) in \(\mathcal{B}\) then: \[ \mathbb{P}\left(\overset{\infty}{\underset{n = 1}{{\color{red}{\bigcup}}}} A_n\right) \le \sum_{n= 1}^{\infty}\mathbb{P}(A_n) \text{.} \tag{2.4}\]
Continuity: the measure \(\mathbb{P}\) is continuous for a monotone sequence of sets \(A_n \in \mathcal{B}\), i.e. \[ A_n \uparrow A \implies \mathbb{P}(A_n) \uparrow \mathbb{P}(A) \text{,}\quad A_n \downarrow A \implies \mathbb{P}(A_n) \downarrow \mathbb{P}(A) \text{.} \tag{2.5}\]
Fatou’s lemma: consider a sequence of events \(\{A_n\}_{n\ge 1}\) in \(\mathcal{B}\), then we have the following result: \[ \mathbb{P}(\underset{n\to\infty}{\lim \inf} A_n) \le \underset{n\to\infty}{\lim \inf} \; \mathbb{P}(A_n) \le \underset{n\to\infty}{\lim \sup} \; \mathbb{P}(A_n) \le \mathbb{P}(\underset{n\to\infty}{\lim \sup} A_n) \text{.} \tag{2.6}\]