Probability spaces
Let us start with the most basic definition. Let be a non-empty set. A function is said to be a probability distribution on if it satisfies the following two conditions.
- For all , we have
We additionally say that is uniform if .
A finite probability space is a pair where is a non-empty finite set and is a probability distribution on .
We refer to as a sample space (containing every possible outcome of an experiment). Each element is called atomic event.
An event of a probability space is a subset . Atomic events are of the form for .
For , we define
This definition implies that . Moreover, .
From this definition, in a uniform probability space, calculating the probability of event amounts to dividing by (i.e., the number of cases we are interested in divided by the number of all cases).
An event is said to be trivial if or .
In the following exercise, you will investigate some abstract mathematical structure of finite probability spaces.
Prove: The number of trivial events (in a finite probability space) is a power of two.
Let be events. Then
Since we have already done a lot of tedious inductions in the lecture notes, this is again your turn to do it 😊
Prove the union bound by induction on . Argue that the equality holds if and only if every pair and is almost disjoint ().
📄️ Coin Tossing
This is an example that everyone has seen at some point in their studies. Let us take a formal view on it. If we toss a coin $k$ times, we represent an outcome by a string $s \in \{0,1\}^k$ where $s_i = 1$ means that the $i$-th coin toss turns up head.
📄️ Balls and Bins
We throw $m$ balls into $n$ bins. Assume that any ball is equally likely to land into any bin. We can represent each outcome by a function $f: [m] \rightarrow [n]$ where $f(i) = j$ means that the $i$-th ball lands into the $j$-th bin.
📄️ Random graphs: The Erdös-Rényi model
When we talk about random graphs, we refer to graphs generated as an outcome of the following experiment. Let $n$ be the number of vertices. For each $\{i,j\} \in {[n] \choose 2}$, we toss an unbiased coin and if the coin turns up head, there is an edge connecting $\{i,j\}$.