Lecture 1
Lecture 1
(1) the set of all possible outcomes of the experiment is known in advance;
(2) the outcome of a particular trial of the experiment cannot be predicted in advance;
(3) the experiment can be repeated under identical conditions.
Definition 4 (Sample Space). The set of all possible outcomes of a random experiment
is called the sample space. We will denote the sample space of a random experiment by
S. For example:
(1) For tossing a fair (unbiased) coin, the sample space S is {H, T }, where H means
that the outcome of the toss is a head and T means that it is a tail.
(2) For rolling a fair die, the sample space S is {1, 2, 3, 4, 5, 6}.
(3) For simultaneously flipping a coin and rolling a die, the sample space S is {H, T }×
{1, 2, 3, 4, 5, 6}.
(4) For flipping two coins, the sample space S is {(H, H), (H, T ), (T, H), (T, T )}.
(5) For rolling two dice, the sample space S is {(i, j) : i, j ∈ {1, 2, 3, 4, 5, 6}}.
Definition 5 (σ-algebra). A non-empty collection F of subsets of S is called a σ-algebra
(or σ-field) if
(1) S ∈ F;
(2) A ∈ F ⇒ Ac ∈ F;
(3) A1 , A2 , . . . ∈ F ⇒ ∪∞
i=1 Ai ∈ F.
Event and Event space: An event is a subset of the sample space S. We say that the
event E occurs when the outcome of the random experiment lies in E.
In the next remark the event space will be fixed for different sample spaces. This will
be used throughout the course.
1
Remark 6. (1) If the sample space S is a finite or a countable set, then
we will take Σ = P(S), where P(S) is the power set of S.
(2) Let BR denote the set which contains all open intervals, closed intervals, countable
unions of open intervals, countable unions of closed intervals, countable intersec-
tions of open intervals, and countable intersections of closed intervals.
If the sample space S = R, then we will take the event space Σ = BR
(3) Let I be any interval. Let BI denote a set which contains all open intervals con-
tained in I, all closed intervals contained in I, all countable unions of open in-
tervals contained in I, all countable unions of closed intervals contained in I, all
countable intersections of open intervals contained in I, and all countable inter-
sections of closed intervals contained in I.
If the sample space S = I, then we will take the event space Σ = BI .
For any two events E and F , the event E ∪ F consists of all outcomes that are either
in E or in F , i.e., the event E ∪ F will occur if either E or F occurs. The Event E ∩ F
consists of all outcomes which are both in E and F , i.e., the event E ∩ F will occur if
both E and F occur.
Mutually exclusive events: Two events E1 and E2 are said to be mutually exclusive
if they cannot occur simultaneously, i.e., if E1 ∩ E2 = ∅.
Similarly, we can define union and intersection of more than two events.
For any event E, the event E c (complement of E) consists of all outcomes in the
sample space S that are not in E, i.e., E c will occur if E does not occur. For example, let
E = {(1, 6), (2, 5), (3, 4), (4, 3), (5, 2), (6, 1)}, i.e., E is the event that the sum of the dice
is equal to seven, then E c will occur if the sum of the dice is not equal to seven.
Definition 7. Consider a random experiment with sample space S. For each event E,
we assume that a real number P (E) is assigned which satisfies the following three axioms:
Assigning Probabilities:
(1) P (∅) = 0;
n
(2) For mutually exclusive events E1 , E2 , . . . , En , we have P (∪ni=1 Ei ) =
P
P (Ei );
i=1
(3) P (E c ) = 1 − P (E);
(4) For E1 ⊆ E2 , we have P (E1 ) ≤ P (E2 ) and P (E2 − E1 ) = P (E2 ) − P (E1 );
(5) P (E1 ∪ E2 ) = P (E1 ) + P (E2 ) − P (E1 ∩ E2 ).
3
(5) Since E1 ∪ E2 = E1 ∪ (E2 − E1 ) and E1 ∩ (E2 − E1 ) = ∅, P (E1 ∪ E2 ) = P (E1 ∪
(E2 − E1 )) = P (E1 ) + P (E2 − E1 ) . . . (i)
Also since E2 = (E1 ∩ E2 ) ∪ (E2 − E1 ) and (E1 ∩ E2 ) ∩ (E2 − E1 ) = ∅, P (E2 ) =
P (E1 ∩ E2 ) + P (E2 − E1 ) ⇒ P (E2 − E1 ) = P (E2 ) − P (E1 ∩ E2 ) . . . (ii)
Thus, by equation (i) and (ii), we have
P (E1 ∪ E2 ) = P (E1 ) + P (E2 ) − P (E1 ∩ E2 )
Proof. Exercise