lecture2
lecture2
lecture2
1.1 Basics
Consider a finite sample space Ω
Ω = {ω1 , ω2 , . . . , ωM }, M < ∞.
X : Ω −→ R.
1
Definition 2 A set P = {A1 , . . . , An } of nonempty subsets of the sample space Ω is called a
(finite) partition of Ω if
n
[
1. Ai = Ω,
i=1
2. Ai ∩ Aj = ∅ for i 6= j.
The σ-algebra consisting of all possible unions of the Ai :s (including the empty set) is called
the σ-algebra generated by P and is denoted by σ(P).
When making decisions investors may only use the information available to them. This is
formalized by measurability requirements.
If X is F-measurable we write X ∈ F.
This captures the idea that based on the available information we should be able to determine
the value of X.
Measurability is preserved under a lot of operations which is the content of the next propo-
sition.
Proposition 1 Assume that X and Y are F-measurable. Then the following hold:
1. For all real numbers α and β the functions
αX + βY, X ·Y
are F-measurable.
3. If {Xn }∞
n=1 is a (countable) sequence of measurable functions, then the functions
are F-measurable.
2
The next proposition formalizes the idea that if Z is measurable with respect to a certain
σ-algebra, then “the value of Z is completely determined by the information in the σ-algebra”.
We also need to know what is meant by independence. Recall that two events A and B on a
probability space (Ω, F, P ) are independent if
P (A ∩ B) = P (A) · P (B).
For σ-algebras and random variables on (Ω, F, P ) we have the following definition.
S : N × Ω −→ R
ω −→ S(n, ω)
n −→ S(n, ω)
is a deterministic function of time, called the realization or sample path of S for the outcome
ω.
Remark 4 In this course we will mostly be looking at a fixed time horizon so the process
will only live up until time T , that is we will be looking at processes {Sn }Tn=0 .
3
A stochastic process generates information and as before this is formalized in terms of σ-
algebras, only now there will be a time dimension as well.
Definition 7 Let {Sn }∞ n=0 be random process on (Ω, F, P ). The σ-algebra generated by S
over [0, t] is defined by
FtS = σ{Sn ; n ≤ t}.
We interpret FtS as the information generated by observing S over the time interval [0, t].
More generally information developing over time is formalized by filtrations. They are families
of increasing σ-algebras.
2. if m ≤ n then Fm ⊆ Fn .
Remark 5 As stated before, we will mostly be looking at a fixed time horizon in this
course so the filtration will only live up until time T , that is we will be looking at filtrations
F = {Fn }Tn=0 .
4
Example 2 Consider the finite sample space Ω = {ω1 , ω2 , ω3 } endowed with the power
σ-algebra F = 2Ω , and a probability measure P such that P (ωi ) = 1/3, i = 1, 2, 3.
Furthermore let B1 = {ω1 , ω2 }, B2 = {ω3 }, P = {B1 , B2 }, and G = σ(P). Finally, let
(
1, if ω = ω1
X(ω) = I{ω1 } (ω) =
0, otherwise.
and that
1 1 1 1 1
X
E[X|B1 ] = X(ω)P (ω) = 1· +0· = ,
P (B1 ) ω∈B 1/3 + 1/3 3 3 2
1
whereas
1 X 1 1
E[X|B2 ] = X(ω)P (ω) = · 0 · = 0.
P (B2 ) ω∈B 1/3 3
2
We now define
K
X
E[X|P](ω) = E[X|Bi ]IBi (ω).
i=1
Note that this means that E[X|P] is a random variable Z such that
5
Example 3 Continuing on Example 2 we can compute
2
X 1
E[X|P] = E[X|Bi ]IBi (ω) = · IB1 (ω) + 0 · IB2 (ω).
i=1
2
✷
1. Z ∈ G, and
2. for all A ∈ G we have that
X X
Z(ω)P (ω) = X(ω)P (ω).
ω∈A ω∈A
Proposition 3 The conditional expectation has the following properties. Suppose that X and
Y are random variables on (Ω, F, P ) and that α, β ∈ R. Let G be a σ-algebra such that G ⊆ F.
Then the following hold.
1. Linearity.
E[αX + βY |G] = αE[X|G] + βE[Y |G].
2. Monotonicity. If X ≤ Y then
E[X|G] ≤ E[Y |G].
3.
E[E[X|G]] = E[X].
ϕ(E[X|G]) ≤ E[ϕ(X)|G].
6. If X is independent of G then
E[X|G] = E[X].