Note 01
Note 01
“The chance of A is p”
Example
Tossing a coin: Ω = {H, T }.
Tossing two coins: Ω = {(H, H), (H, T ), (T , H), (T , T )}.
Example
Tossing a coin and getting a head: A = {H}.
Tossing two coins and getting at least one head:
A = {(H, H), (H, T ), (T , H)}.
Rolling a die and getting an even number: A = { , , }
Rolling two dice and getting a total of 5:
A = {( , ), ( , ), ( , ), ( , )}
ω ∈ Ac ⇐⇒ ω 6∈ A
Clearly (Ac )c = A.
Ω
ω 6∈ ∅ ∀ω ∈ Ω
Definition
The union of A and B is denoted A ∪ B:
ω ∈ A ∪ B ⇐⇒ ω ∈ A or ω∈B or both
A B
Remark
A∪B For all subsets A of Ω,
A ∪ ∅ = A and A ∪ Ω = Ω.
Definition
The intersection of A and B is denoted A ∩ B:
ω ∈ A ∩ B ⇐⇒ ω ∈ A and ω ∈ B
A B
Remark
A∩B For all subsets A of Ω,
A ∩ ∅ = ∅ and A ∩ Ω = A.
Distributivity identities
and \ \
(B ∪ Ai ) = B ∪ Ai
i∈I i∈I
Proof.
\
ω∈ (B ∪ Ai ) ⇐⇒ ∀i ∈ I, ω ∈ B ∪ Ai
i∈I
⇐⇒ ∀i ∈ I, ω∈B or ω ∈ Ai
⇐⇒ ω ∈ B or ω ∈ Ai ∀i ∈ I
\
⇐⇒ ω ∈ B or ω∈ Ai
i∈I
\
⇐⇒ ω ∈ B ∪ Ai .
i∈I
De Morgan’s Theorem
Union and intersection are “dual” under complementation.
Theorem (De Morgan’s)
Let (Ai )i∈I be a family of subsets of Ω indexed by some index
set I. Then
!c !c
[ \ \ [
Ai = Aci and Ai = Aci
i∈I i∈I i∈I i∈I
Remark
This shows that complementation together with either union or
interesection is enough, since, e.g.,
A ∪ B = (Ac ∩ Bc )c
Proof.
!c
[ [
ω∈ Ai ⇐⇒ ω 6∈ Ai
i∈I i∈I
⇐⇒ ω 6∈ Ai ∀i ∈ I
⇐⇒ ω ∈ Aci ∀i ∈ I
\
⇐⇒ ω ∈ Aci .
i∈I
Definition
The difference A \ B = A ∩ Bc and the symmetric difference
A 4 B = (A \ B) ∪ (B \ A).
Ω Ω
A B A B
A\B A4B
Remark
Notice that A \ B = A \ (A ∩ B).
Probability/Set theory dictionary
Remark
It follows from De Morgan’s theorem that for a σ-field F, if
A1 , A2 , · · · ∈ F then ∞
i=1 Ai ∈ F . Also Ω ∈ F , since Ω = ∅ .
c
T
Example
The smallest σ-field is F = {∅, Ω}. The largest is the power set
of Ω (i.e., the collection of all subsets of Ω).
Summary