Lecturenotes
Lecturenotes
Manjunath Krishnapur
A BSTRACT. These are lecture notes from the spring 2010 Probability theory class at
IISc. There are so many books on this topic that it is pointless to add any more, so
these are not really a substitute for a good (or even bad) book, but a record of the
lectures for quick reference. I have freely borrowed a lot of material from various
sources, like Durrett, Rogers and Williams, Kallenberg, etc. Thanks to all students
who pointed out many mistakes in the notes/lectures.
Contents
Measure theory
Example 1.1. Fix n ≥ 1 and let Ω be the set of all self-avoiding paths on
length n in Z2 starting from (0, 0). That is,
Then let p ω = #1Ω . One interesting event is A = {ω : kωn k < n0.6 }. Far from
finding P( A ), it has not been proved to this day whether for large n, the
value P ( A ) is close to zero or one!
(2) “Draw a number at random from the interval [0, 1]. What is the probability
that it is less than 21 ? That it is rational? That its decimal expansion con-
tains no 7?” For the first question it seems that the answer must be 21 , but
the next two questions motivate us to think more deeply about the meaning
of such an assertion.
Like before we may set Ω = [0, 1]. What is p ω ? ’Intutively’ it seems that
the probability of the number falling in an interval [a, b] ⊂ [0, 1] should be
b − a and that forces us to set p ω = 0 for every ω. But then we cannot pos-
P
sibly get P([a, b]) as ω∈[a,b] p ω , even if such an uncountable sum had any
meaning! So what is the basis for asserting that P[a, b] = b − a?! Under-
standing this will be the first task.
A first attempt: Let us define the probability of any set A ⊂ [0, 1] to be the
length of that set. We understand the length of an interval, but what is
1
2 1. MEASURE THEORY
set and let R ⊂ Ω be a countable set. Let F be the powerset of Ω. Fix nonnegative
P
numbers p x , x ∈ R that add to 1. Then define P( A ) = x∈R ∩ A p x . This is a probability
measure on F .
This means that a discrete measure, say Binomial distribution, can be consid-
ered as a p.m. on {1, 2, . . . , n} or on R. The problem of not being able to define proba-
bility for all subsets does not arise when the p.m. is so simple.
Example 1.5. Let Ω be an arbitrary set. Let F = { A ⊂ Ω : either A or A c is countable}
(where ‘countable’ includes finite and empty sets). Define P( A ) = 0 if A is countable
and P( A ) = 1 if A c is countable. This is just a frivolous example of no particular
importance.
Exercise 1.6. Check that F is a σ-field and that P is a probability measure on F .
In the most interesting cases, one cannot explicitly say what the elements of
F are, but only require that it is rich enough. Here is an exercise to introduce the
important idea of a σ-field generated by a collection of sets.
Exercise 1.7. Let Ω be a set and let S be a collection of subsets of Ω. Show that
there is a smallest sigma filed F containing all elements of S . That is, if G is any
σ-field of subsets of Ω and G ⊃ S , then G ⊃ F . F is called the σ-field generated by S
and often denoted σ(S ).
Now we come to the most interesting probability spaces for Probability theory.
Example 1.8. Let Ω = [0, 1]. Let S be the collection of all intervals, to be precise
let us take all right-closed, left-open intervals (a, b], with 0 ≤ a < b ≤ 1 as well as
intervals [0, b], b ≤ 1. If we are trying to make precise the notion of ‘drawing a
number at random from [0, 1]’, then we would want P(a, b] = b − a and P[0, b] = b.
The precise mathematical questions can now be formulated as follows. (i) Let G be
the σ-field of all subsets of [0, 1]. Is there a p.m. P on G such that P(a, b] = b − a and
P[0, b] = b for all 0 ≤ a < b ≤ 1? If the answer is ‘No’, we ask for the less ambitious
(ii) Is there a smaller σ-field large enough to contain all interval (a, b], say F = σ(S )
such that P(a, b] = b − a?
The answer to the first question is ’No’, which is why we need the notion of σ-
fields, and the answer to the second question is ‘Yes’, which is why probabilists still
have their jobs. Neither answer is obvious, but we shall answer them in coming
lectures.
Example 1.9. Let Ω = {0, 1}N = {ω = (ω1 , ω2 , . . .) : ω i ∈ {0, 1}}. Let S be the collection of
all subsets of Ω that depend on only finitely many co-ordinates (such sets are called
cylinders). More precisely, a cylinder set is of the form A = {ω : ωk1 = ²1 , . . . ωk n = ²n }
for some given n ≥ 1, k 1 < k 2 < . . . < k n and ² i ∈ {0, 1} for i ≤ n.
4 1. MEASURE THEORY
What are we talking about? If we want to make precise the notion of ‘toss a
coin infinitely many times’, then clearly Ω is the sample space to look at. It is also
desirable that elements of S be in the σ-field as we should be able to ask questions
such as ‘what is the chance that the fifth, seventh and thirtieth tosses are head, tail
and head respectively’ which is precisely asking for the probability of a cylinder set.
If we are ‘tossing a coin with probability p of turning up Head’, then for a cylinder
set A = {ω : ωk1 = ²1 , . . . ωk n = ²n }, it is clear that we would like to assign P( A ) =
Qn ² i 1−² i
i =1 p i q where q = 1 − p. So the mathematical questions are: (i) If we take F
to be the σ-field of all subsets of Ω, does there exist a p.m. P on F such that for
cylinder sets P( A ) is as previously specified. (ii) If the answer to (i) is ‘No’, is there
a smaller σ-field, say the one generated by all cylinder sets and a p.m. P on it with
probabilities as previously specified for cylinders?
Again, the answers are ‘No’ and ‘Yes’, respectively.
The σ-fields in these two examples can be captured under a common definition.
Definition 1.10. Let ( X , d ) be a metric space. The σ-field B generated by all open
balls in X is called the Borel sigma-field of X .
First consider [0, 1] or R. Let S = {(a, b]} ∪ {[0, b]} and let T = {(a, b)} ∪ {[0, b)} ∪
{(a, 1]}. We could also simply write S = {(a, b] ∩ [0, 1] : a < b ∈ R} and T = {(a, b) ∩ [0, 1] :
a < b ∈ R}. Let the sigma-fields generated by S and T be denoted F (see example
above) and B (Borel σ-field), respectively. Since
(a, b) = ∪n (a, b − 1/ n], (a, b] = ∩n (a, b + 1/ n], [0, b] = ∩n
it is clear that S ⊂ B and T ⊂ F . Hence F = B .
In the countable product space Ω = {0, 1}N or more generally Ω = X N , the topology
is the one generated by all sets of the form U1 × . . . × Un × X × X × . . . where U i are
open sets in X . Clearly each of these sets is a cylinder set. Conversely, each cylinder
set is an open set. Hence G = B . More generally, if Ω = X N , then cylinders are sets
of the form A = {ω ∈ Ω : ωk i ∈ B i , i ≤ n} for some n ≥ 1 and k i ∈ N and some Borel
subsets B i of X . It is easy to see that the σ-field generated by cylinder sets is exactly
the Borel σ-field.
We have included the last one again for comparision. Note that the difference be-
tween algebras and σ-algebras is just that the latter is closed under countable unions
while the former is closed only under finite unions. As with σ-algebras, arbitrary in-
tersections of algebras/λ-systems/π-systems are again algebras/λ-systems/π-systems
and hence one can talk of the algebra generated by a collection of subsets etc.
1.2. THE ‘STANDARD TRICK OF MEASURE THEORY’! 5
{0, 1}N collection of all cylinder sets finite disjoint unions of cylinders B ({0, 1}N )
Often, as in these examples, sets in a π-system and in the algebra generated by the
π-system can be described explicitly, but not so the sets in the generated σ-algebra.
P ROOF. (1) One way is clear. For the other way, suppose F is a π-system
as well as a λ-system. Then, φ, Ω ∈ F . If A ∈¡ F , then¢ A c = Ω\ A ∈ F . If
c
A n ∈ F , then the finite unions B n := ∪nk=1 A k = ∩nk=1 A kc belong to F as F
is a π-system. The countable union ∪ A n is the increasing limit of B n and
hence belongs to F by the λ-property.
(2) By part (i), it suffices to show that F := λ(S ) is a π-system, that is, we only
need show that if A, B ∈ F , then A ∩ B ∈ F . This is the tricky part of the
proof!
Fix A ∈ S and let F A := {B ∈ F : B ∩ A ∈ F }. S is a π-system, hence
F A ⊃ S . We claim that F A is a λ-system. Clearly, Ω ∈ F A . If B, C ∈ F A
and B ⊂ C , then (C \B) ∩ A = (C ∩ A )\(B ∩ A ) ∈ F because F is a λ-system
containing C ∩ A and B ∩ A . Thus (C \B) ∈ F A . Lastly, if B n ∈ F A and B n ↑ B,
then B n ∩ A ∈ F A and B n ∩ A ↑ B ∩ A . Thus B ∈ F A . This means that F A is
a λ-system containing S and hence F A ⊃ F . In other words, A ∩ B ∈ F for
all A ∈ S and all B ∈ F .
Now fix any A ∈ F . And again define F A := {B ∈ F : B ∩ A ∈ F }.
Because of what we have already shown, F A ⊃ S . Show by the same argu-
ments that F A is a λ-system and conclude that F A = F for all A ∈ F . This
is another way of saying that F is a π-system. ■
Lemma 1.14. Let S be a π-system of subsets of Ω and let F = σ(S ). If P and Q are
two probability measures on F such that P( A ) = Q( A ) for all A ∈ S , then P( A ) = Q( A )
for all A ∈ F .
[Sketch of the proof] Note that S = {(a, b] ∩ [0, 1]} is a π-system that generate B .
Therefore by Lemma 1.14, uniqueness follows. Existence is all we need to show.
There are two steps.
m∗ has the following properties. (i) m∗ is a [0, 1]-valued function defined on all
subsets A ⊂ Ω. (ii) m∗ ( A ∪ B) ≤ m∗ ( A ) + m∗ (B) for any A, B ⊂ Ω. (iii) m∗ (Ω) = 1.
These properties constitute the definition of an outer measure. In the case at
hand, the last property follows from the following exercise.
P
m∗ ( A ) ≥ m∗ ( A k \ A k−1 ). The other way inequality follows by subadditivity of m∗
P
and we get m∗ ( A ) = m∗ ( A k \ A k−1 ). Then for any E we get
n
m∗ (E ) = m∗ (E ∩ A n )+m∗ (E ∩ A nc ) ≥ m∗ (E ∩ A n )+m∗ (E ∩ A c ) = m∗ (E ∩( A k \ A k−1 ))+m∗ (E ∩ A c ).
X
k=1
The last equality follows by finite additivity of m∗ on F . Let n → ∞ and use subad-
ditivity to see that
∞
m∗ (E ∩ ( A k \ A k−1 )) + m∗ (E ∩ A c ) ≥ m∗ (E ∩ A ) + m∗ (E ∩ A c ).
X
m∗ (E ) ≥
k=1
Thus, A ∈ F and it follows that F is a λ-system too and hence a σ-algebra.
Lastly, if A n ∈ F are pairwise disjoint with union A , then m∗ ( A ) ≥ m∗ ( A n ) =
Pn P
k=1 ∗
m ( A k ) → k m∗ ( A k ) while the other way inequality follows by subadditivity of
m∗ and we see that m∗ |F is a measure.
Step-3 - F is large enough!
Let A = (a, b]. For any E ⊂ [0, 1], let { I n } be an open cover such that m∗ (E ) ≥
| I n |. Then, note that { I n ∩ (a, b)} and { I n ∩ [a, b] c } are open covers for A ∩ E and
P
A c ∩ E , respectively ( I n ∩ [a, b] c may be a union of two intervals, but that does not
change anything essential). It is also clear that | I n | = | I n ∩ (a, b)|+| I n ∩ (a, b) c |. Hence
we get
m∗ (E ) ≥ | I n ∩ (a, b)| + | I n ∩ (a, b) c | ≥ m∗ ( A ∩ E ) + m∗ ( A c ∩ E ).
X X
The other inequality follows by subadditivity and we see that A ∈ F . Since the
intervals (a, b] generate B , and F is a sigma algebra, we get F ⊃ B . Thus, restricted
to B also, m∗ gives a p.m. ■
Remark 1.18. (1) We got a σ-algebra F that is larger than B . Two natural
questions. Does F or B contain all subsets of [0, 1]? Is F strictly larger
than B ? We show that F does not contain all subsets. One of the homework
problems deals with the relationship between B and F .
(2) m, called the Lebesgue measure on [0, 1], is the only probability space one
ever needs. In fact, all probabilities ever calculated can be seen, in princi-
ple, as calculating the Lebsgue measure of some Borel subset of [0, 1]!
includes examples from the previous lecture) the generated algebra is precisely the
set of disjoint finite unions of sets in S and we define P on A (S ) and then proceed to
step one above.
Exercise 1.19. Use the general procedure as described here, to construct the follow-
ing measures.
(a) A p.m. on ([0, 1]d , B ) such that P([a 1 , b 1 ] × . . . × [a d , b d ]) = dk=1 ( b k − a k ) for
Q
all cubes contained in [0, 1]d . This is the d-dimensional Lebesgue measure.
(b) A p.m. on {0, 1}N such that for any cylinder set A = {ω : ωk j = ² j , j = 1, . . . , n}
(any n ≥ 1 and k j ∈ N and ² j ∈ {0, 1}) we have (for a fixed p ∈ [0, 1] and q = 1 − p)
n
p² j q1−² j .
Y
P( A ) =
j =1
(1) B does not contain all subsets of [0, 1]: We shall need the following ‘transla-
tion invariance property’ of m on B .
Exercise 1.20. For any A ⊂ [0, 1] and any x ∈ [0, 1], m( A + x) = m( A ), where A + x :=
{ y + x(mod 1) : y ∈ A } (eg: [0.4, 0.9] + 0.2 = [0, 0.1] ∪ [0.6, 1]). Show that for any A ∈ B
and x ∈ [0, 1] that A + x ∈ B and that m( A + x) = m( A ).
Now we construct a subset A ⊂ [0, 1] and countably (infinitely) many xk ∈ [0, 1]
such that the sets A + xk are pairwise disjoint and ∪k ( A + xk ) is the whole of [0, 1].
Then, if A were in B , by the exercise A + xk would have the same probability as A .
But m( A + xk ) must be equal to m[0, 1] = 1, which is impossible! Hence A ∉ B .
P
Remark 1.21. There is a theorem to the effect that the axiom of choice is necessary
to show the existence of a non-measurable set (as an aside, we should perhaps not
have used the word ‘construct’ given that we invoke the axiom of choice).
(2) m does not extend to all subsets: The proof above shows in fact that m cannot
be extended to a translation invariant p.m. on all subsets. If we do not require trans-
lation invariance for the extended measure, the question becomes more difficult.
Note that there do exist probability measures on the σ-algebra of all subsets of
[0, 1], so one cannot say that there are no measures on all subsets. For example,
define Q( A ) = 1 if 0.4 ∈ A and Q( A ) = 0 otherwise. Then Q is a p.m. on the space
of all subsets of [0, 1]. Q is a discrete p.m. in hiding! If we exclude such measures,
then it is true that some subsets have to be omitted to define a p.m. You may find
the proof for the following general theorem in Billingsley, p. 46 (uses axiom of choice
and continuum hypothesis).
Fact 1.22. There is no p.m. on the σ-algebra of all subsets of [0, 1] that gives zero
probability to singletons.
P
Say that x is an atom of P if P({ x}) > 0 and that P is purely atomic if atoms P({ x}) =
1. The above fact says that if P is defined on the σ-algebra of all subsets of [0, 1], then
P must be have atoms. It is not hard to see that in fact P must be purely atomic.
P
To see this let Q( A ) = P( A ) − x∈ A P({ x}). Then Q is a non-negative measure without
atoms. If Q is not identically zero, then with c = Q([0, 1])−1 , we see that cQ is a p.m.
without atoms, and defined on all subsets of [0, 1], contradicting the stated fact.
Remark 1.23. This last manipulation is often useful and shows that we can write
any probability measure as a convex combination of a purely atomic p.m. and a
completely nonatomic p.m.
k
(3) Poisson(λ) distribution with parameter λ ≥ 0 has p.m.f p( k) = e−λ λk! for
k = 0, 1, 2, . . ..
(4) Geometric( p) distribution with parameter p ∈ [0, 1] has p.m.f p( k) = q k p for
k = 0, 1, 2, . . ..
Definition 1.30. For µ, ν ∈ P (Rd ), define the Lévy distance between them as (here
1 = (1, 1, . . . , 1))
d (µ, ν) := inf{ u > 0 : Fµ ( x + u1) + u ≥ Fν ( x), Fν ( x + u1) + u ≥ Fµ ( x) ∀ x ∈ Rd }.
d
If d (µn , µ) → 0, we say that µn converges weakly to µ and write µn → µ. [...breathe
slowly and meditate on this definition for a few moments...]
Exercise 1.31. Let µn = n1 nk=1 δk/n . Show directly by definition that d (µn , m) → 0.
P
Example 1.35. Suppose the family has only one p.m. µ. Since [− n, n]d increase to
Rd , given ² > 0, for a large enough n, we have µ([− n, n]d ) ≥ 1 − ². Hence {µ} is tight.
If the family is finite, tightness is again clear.
Take d = 1 and let µn be p.m.s with F n ( x) = F ( x − n) (where F is a fixed CDF),
then {µn } is not tight. This is because given any [− M, M ], if n is large enough,
µn ([− M, M ]) can be made arbitrarily small. Similarly {δn } is not tight.
Definition 1.37. Two measures µ and ν on the same (Ω, F ) are said to be mutually
singular and write µ ⊥ ν if there is a set A ∈ F such that µ( A ) = 0 and ν( A c ) = 0.
We say that µ is absolutely continuous to ν and write µ ¿ µ if µ( A ) = 0 whenever
ν( A ) = 0.
Example 1.39. Uniform([0, 1]) and Uniform([1, 2]) are singular. Uniform([1, 3]) is
neither absolutely continuous nor singular to Uniform([2, 4]). Uniform([1, 2]) is ab-
solutely continuous to Uniform([0, 4]) but not conversely. All these uniforms are ab-
solutely continuous to Lebesgue measure. Any measure on the line that has an
atom (eg., δ0 ) is singular to Lebesgue measure. A p.m. on the line with density
(eg., N (0, 1)) is absolutely continuous to m. In fact N (0, 1) and m are mutually abso-
lutely continuous. However, the exponential distribution is absolutely continuous to
Lebesgue measure, but not conversely (since (−∞, 0), has zero probability under the
exponential distribution but has positive Lebesgue measure).
As explained above, a p.m on the line with atoms is singular (w.r.t m). This raises
the natural question of whether every p.m. with a continuous CDF is absolutely
continuous to Lebesgue measure? Surprisingly, the answer is No!
Example 1.40 (Cantor measure). Let K be the middle-thirds Cantor set. Con-
sider the canonical probability space ([0, 1], B , m) and the random variable X (ω) =
P∞ 2 X k (ω) X k (ω )
, where X k (ω) is the kth binary digit of ω (i.e., ω = ∞
P
k=1 3k k=1 2k
). Then X is
measurable (why?). Let µ := m X −1 be the pushforward.
Then, µ(K ) = 1, because X takes values in numbers whose ternary expansion
has no ones. Further, for any t ∈ K , X −1 { t} is a set with atmost two points and hence
has zero Lebsgue measure. Thus µ has not atoms and must have a continuous CDF.
Since µ(K ) = 1 but m(K ) = 0, we also see that µ ⊥ m.
Exercise 1.41 (Alternate construction of Cantor measure). Let K 1 = [0, 1/3] ∪
[2/3, 1], K 2 = [0, 1/9] ∪ [2/9, 3/9] ∪ [6/9, 7/9] ∪ [8/9, 1], etc., be the decreasing sequence of
compact sets whose intersection is K . Observe that K n is a union of 2n intervals each
of length 3−n . Let µn be the p.m. which is the “renormalized Lebesgue measure” on
K n . That is, µn ( A ) := 3n 2−n m( A ∩ K n ). Then each µn is a Borel p.m. Show that
d
µn → µ, the Cantor measure.
Example 1.42 (Bernoulli convolutions). We generalize the previous example.
For any λ > 1, define X λ : [0, 1] → R by X (ω) = ∞ λ−k X k (ω). Let µλ = m X λ−1 (did
P
k=1
you check that X λ is measurable?). For λ = 3, this is almost the same as 1/3-Cantor
measure, except that we have left out the irrelevant factor of 2 (so µ3 is a p.m. on
1
2 K := { x/2 : x ∈ K }) and hence is singular.
Exercise 1.43. For any λ > 2, show that µλ is singular w.r.t. Lebesgue measure.
For λ = 2, it is easy to see that µλ is just the Lebesgue measue on [0, 1/2]. Hence,
one might expect that µλ is absolutely continuous to Lebesgue measure for 1 < λ < 2.
This is false! Paul Erdős showed that µλ is singular to Lebesgue measure whenever
λ is a Pisot-Vijayaraghavan number, i.e., if λ is an algebraic number all of whose
conjugates have modulus less than one!! It is an open question as to whether these
are the only exceptions.
Theorem 1.44 (Radon Nikodym theorem). Suppose µ and ν are two measures
on (Ω, F ). Then µ ¿ ν if and only
R if there exists a non-negative measurable function
f : Ω → [0, ∞] such that µ( A ) = A f ( x) d ν( x) for all A ∈ F .
Remark 1.45. Then, f is called the density of µ with respect to ν. Note that the
statement of the theorem does not make sense because we have not defined what
ν
R
A f ( x ) d ( x ) means! That will come next class, and then, one of the two implications
16 1. MEASURE THEORY
of the theorem, namely, “if µ has a density w.r.t. µ, then µ ¿ ν” would become obvious.
The converse statement, called the Radon-Nikodym theorem is non-trivial and will
be proved in the measure theory class.
1.11. Expectation
Let (Ω, F , P) be a probability space. We define Expectation or Lebesgue integra-
tion on measure space in three steps.
(1) If X can be written as X = ni=1 c i 1 A i for some A i ∈ F , we say that X is a
P
there is a unique way to write it in this form with A k p.w disjoint. Finite
additivity of P is used here.
(2) In addition, check that the expectation defined in step 1 has the properties
of positivity ( X ≥ 0 implies E[ X ] ≥ 0) and linearity (E[α X + βY ] = αE[ X ] +
βE[Y ]).
(3) In step 2, again we would like to check positivity and linearity. It is clear
that E[α X ] = αE[ X ] if X ≥ 0 is a r.v and α is a non-negative real number
(why?). One can also easily see that E[ X + Y ] ≥ E[ X ] + E[Y ] using the def-
inition. To show that E[ X + Y ] ≥ E[ X ] + E[Y ], one proves using countable
additivity of P -
Monotone convergence theorem (provisional version). If S n are non-negative
simple r.v.s that increase to X , then E[S n ] increases to E[ X ].
From this, linearity follows, since S n ↑ X and T n ↑ Y implies that S n +
T n ↑ X + Y . One point to check is that there do exist simple r.v S n , T n that
P 2n
increase to X , Y . For example, we can take S n (ω) = 2k=0 2kn 1 X (ω)∈[k2−n ,(k+1)2−n ) .
An additional remark: It is convenient to allow a r.v. to take the value
+∞ but adopt the convention that 0 · ∞ = 0 (infinite value on a set of zero
probability does not matter).
(4) In step 3, one assumes that both E[ X + ] and E[ X − ] are finite, which is equiv-
alent to assuming that E[| X |] < ∞. In other words, we deal with “absolutely
integrable r.v.s” (no “conditionally convergent” stuff for us).
be the upper and lower Riemann sums. Then, L n ≤ Un and Un decrease with n
while L n increase. If lim Un = lim L n , we say that f is Riemann integrable and this
common limit is defined to be the Riemann integral of f . The question of which
functions are indeed Riemann integrable is answered precisely by
Lebesgue’s theorem on Riemann integrals: A bounded function f is Riemann
integrable if and only if the set of discontinuity points has zero Lebesgue outer mea-
sure.
Next consider the Lebesgue integral E[ f ]. For this we need f to be Lebesgue
measurable in the first place. Clearly any bounded and measurable function is inte-
grable (why?). Plus, if f is continuous a.e., then f is measurable (why?). Thus, Rie-
mann integrable functions are also Lebesgue integrable (but not conversely). What
about the values of the two kinds of integrals? Define
n −1 n −1
à ! à !
2X 2X
g n ( x ) := max f ( x) 1 k ≤ x≤ k+1 , h n ( x) := min f ( x) 1 k ≤ x≤ k+1
k
≤ x≤ k2+n1 2n 2n k
≤ x≤ k2+n1 2n 2n
k=0 2n k=0 2n
18 1. MEASURE THEORY
Especially special is the case p = 2, in which case the norm comes from an inner
product 〈[ X ], [Y ]〉 := E[ X Y ]. L2 is a complete inner product space, also known as a
Hilbert space. For p 6= 2, the L p norm does not come from an inner product as k · k p
does not satisfy the polarization identity k X + Y k2p + k X − Y k2p = 2k X k2p + 2kY k2p .
line and the graph of φ meet, is at the point ( u, φ( u)). Proofs for these facts may be
found in many books, eg., Rudin’s “Real and Complex Analysis” (ch. 3).
Lemma 1.50 (Jensen’s inequality). Let φ : R → R be a convex function. Let X be a r.v
on some probability space. Assume that X and φ( X ) both have expectations. Then,
φ(E X ) ≤ E[φ( X )]. The same assertion holds if φ is a convex function on some interval
(a, b) and X takes values in (a, b) a.s.
P ROOF. Let E[ X ] = a. Let y = m( x − a) + φ(a) be the ‘supporting line’ through
(a, φ(a)). Since the line lies below the graph of φ, we have m( X − a) + φ(a) ≤ φ( X ), a.s.
Take expectations to get φ(a) ≤ E [φ( X )]. ■
Lemma 1.51. (a) [Cauchy-Schwarz inequality] If X , Y are r.v.s on a probability space,
then E[ X Y ]2 ≤ E[ X 2 ]E[Y 2 ].
(b) [Hölder’s inequality] If X , Y are r.v.s on a probability space, then for any p, q ≥
1 satisfying p−1 + q−1 = 1, we have k X Y k1 ≤ k X k p kY k q .
P ROOF. Cauchy-Schwarz is a special case of Hölder with p = q = 2.
The proof of Hölder inequality follows by applying the inequality a p / p + b q / q ≥ ab
for a, b ≥ 0 to a = | X |/k X k p and b = Y /kY k q and taking expectations. The inequality
a p / p + b q / q ≥ ab is evident by noticing that the rectangle [0, a] × [0, b] (with area ab)
is contained in the union of the region{( x, y) : 0 ≤ x ≤ a, 0 ≤ y ≤ x p−1 } (with area a p / p)
and the region {( x, y) : 0 ≤ y ≤ b, 0 ≤ x ≤ y q−1 } (with area b q / q) simply because the
latter regions are the regions between the x and y axes (resp.) and curve y = x p−1
which is also the curve x = y q−1 since ( p − 1)( q − 1) = 1. ■
Lemma 1.52 (Minkowski’s inequality). For any p ≥ 1, we have k X + Y k p ≤ k X k p +
kY k p .
P ROOF. For the important cases of p = 1, 2, ∞, we know how to check this (for
p = 2, use Cauchy-Schwarz). For general p, one can get it by applying Hölder to an
appropriate pair of functions. We omit details (we might not use them, actually). ■
which is precisely EQ [ X ]. Use MCT to get to positive r.v.s and then to general inte-
grable r.v.s. ■
Corollary 1.54. Let X i , i ≤ n, be random variables on a common probability space.
Then for any Borel measurable f : Rn → R, the value of E[ f ( X 1 , . . . , X n )] (if it exists)
depends only on the joint distribution of X 1 , . . . X n .
Remark 1.55. The change of variable result shows the irrelevance of the underlying
probability space to much of what we do. That is, in any particular situation, all
our questions may be about a finite or infinite collection of random variables X i .
Then, the answers depend only on the joint distribution of these random variables
and not any other details of the underlying probability space. For instance, we can
unambiguously talk of the expected value of Exp(λ) distribution when we mean the
20 1. MEASURE THEORY
expected value of a r.v having Exp(λ) distribution and defined on some probability
space.
where the first equality on the second line is by the change of variable formula of
Lemma ??. Apply exercise 1.56 and recall that µ has density | det( J [T −1 ](u))| dm( u)
to get
Z Z
P(U ∈ B) = f (T −1 u)1B ( u) d µ( u) = f (T −1 u)1B ( u)| det( J [T −1 ](u))| dm( u)
To prove the second part, we do the same, except that in the first step, (using
P( X ∈ A 0 ) = 0, since m( A 0 ) = 0 and X has density) P(U ∈ B) = ∪ni=1 P( X ∈ T i−1 B) =
Pn R
i =1 f ( x)1T −1 B ( x) d m( x). The rest follows as before.
i
■
Exercise 1.59. (1) Suppose ( X , Y ) has a continuous density f ( x, y). Find the
density of X /Y . Apply to the case when ( X , Y ) has the standard bivariate
x 2 + y2
normal distribution with density f ( x, y) = (2π)−1 exp{− 2 }.
(2) Find the distribution of X + Y if ( X , Y ) has the standard bivariate normal
distribution.
(3) Let U = min{ X , Y } and V = max{ X , Y }. Find the density of (U, V ).
22 1. MEASURE THEORY
Much smaller sub-classes of functions are also sufficient to determine the distri-
bution of X .
Exercise 1.61. Show that the values E[ f ◦ X ] as f varies over the class of all smooth
(infinitely differentiable), compactly supported functions determine the distribution
of X .
Expectations of certain functionals of random variables are important enough to
have their own names.
Definition 1.62. Let X be a r.v. £ Then, E[ X ¤ ] (if it exists) is called the mean or
expected value of X . Var( X ) := E ( X − E X )2 is called the variance of X , and its
square root is called the standard deviation of X . The standard deviation measures
the spread in the values of X or one way of measuring the uncertainty in predicting
X . For any p > 0, if it exists, E[ X p ] is called the pth -moment of X . The function ψ
defined as ψ(λ) := E[ eλ X ] is called the moment generating function of X . Note that
the m.g.f of a non-negative r.v. exists for all λ < 0. It may exist for some λ > 0 also. A
similar looking object is the characteristic function of X , define by φ(λ) := E[ e iλ X ] :=
E[cos(λ X )] + i E[sin(λ X )]. This exists for all λ ∈ R.
For two random variables X , Y on the same probability space, we define their
covariance to be Cov( X , Y ) := E[( X − E X )(Y − EY )] = E[ X Y ] − E[ X ]E[Y ]. The corre-
Cov(X,Y)
lation coefficient is measured by p . The correlation coefficient lies in
Var(X)Var(Y)
[−1, 1] and measures the association between X and Y . A correlation of 1 implies
X = Y a.s while a correlation of −1 implies X = −Y a.s. Covariance and correlation
depend only on the joint distribution of X and Y .
Exercise 1.63. (i) Express the mean, variance, moments of aX + b in terms of the
same quantities for X .
(ii) Show that Var( X ) = E[ X 2 ] − E[ X ]2 .
(iii) Compute mean, variance and moments of the Normal, exponential and other
distributions defined in section 1.7.
Remark 1.65 (Moment problem). Given a sequence of numbers (αk )k≥0 , is there
a p.m µ on R whose kth moment is αk ? If so, is it unique?
This is an extremely interesting question and its solution involves a rich in-
terplay of several aspects of classical analysis (orthogonal polynomials, tridiagonal
matrices, functional analysis, spectral theory etc). Note that there are are some
non-trivial conditions for (αk ) to be the moment sequence of a p.m. µ. For example,
α0 = 1, α2 ≥ α21 etc. In the homework you were asked to show that ((α i+ j )) i, j≤n should
be a n.n.d. matrix for every n. The non-trivial answer is that these conditions are
also sufficient!
Note that like proposition 1.60, the uniqueness question is asking whether E[ f ◦
X ], as f varies over the space of polynomials, is sufficient to determine the distribu-
tion of X . However, uniqueness is not true in general. In other words, one can find
two p.m µ and ν on R which have the same sequence of moments!
CHAPTER 2
The existence of product measures follows along the lines of the Caratheodary
construction starting with the π-system of rectangles. We skip details, but in the
cases that we ever use, we shall show existence by a much neater method in Propo-
sition 2.8. Uniqueness of product measure follows from the π − λ theorem because
rectangles form a π-system that generate the σ-algebra F1 ⊗ . . . ⊗ Fn .
Example 2.2. Let Bd , md denote the Borel sigma algebra and Lebesgue measure
on Rd . Then, Bd = B1 ⊗ . . . ⊗ B1 and md = m1 ⊗ . . . ⊗ m1 . The first statement is clear
(in fact Bd +d 0 = Bd ⊗ Bd 0 ). Regarding md , by definition, it is the unique measure for
which md ( A 1 × . . . × A n ) equals ni=1 m1 ( A i ) for all intervals A i . To show that it is
Q
the d -fold product of m1 , we must show that the same holds for any Borel sets A i .
Fix intervals A 2 , . . . , A n and let S := { A 1 ∈ B1 : md ( A 1 × . . . × A n ) = ni=1 m1 ( A i )}.
Q
Then, S contains all intervals (in particular the π-system of semi-closed intervals)
and by properties of measures, it is easy to check that S is a λ-system. By the π − λ
theorem, we get S = B1 and thus, md ( A 1 × . . . × A n ) = ni=1 m1 ( A i ) for all A 1 ∈ B1 and
Q
Needless to day (self: then why am I saying this?) all this goes through for finite
products of σ-finite measures.
25
26 2. INDEPENDENT RANDOM VARIABLES
2.2. Independence
Definition 2.4. Let (Ω, F , P) be a probability space. Let G1 , . . . , G k be sub-sigma
algebras of F . We say that G i are independent if for every A 1 ∈ G1 , . . . , A k ∈ G k , we
have P( A 1 ∩ A 2 ∩ . . . ∩ A k ) = P( A 1 ) . . . P( A k ).
Random variables X 1 , . . . , X n on F are said to be independent if σ( X 1 ), . . . , σ( X n )
are independent. This is equivalent to saying that P ( X i ∈ A i i ≤ k) = ki=1 P( X i ∈ A i )
Q
P ROOF. (1) The sets (−∞, t] form a π-system that generates B (R). (2) For j ≤ k,
let S j be the collection of finite intersections of sets A i , i ∈ I j . Then S j are π-systems
and σ(S j ) = F j . (3) Follows from (2) by considering G i, j := σ( X i, j ) and observing that
f i ( X i,1 , . . . , X i,k ) ∈ σ(G i,1 ∪ . . . ∪ G i,n i ). ■
Lemma 2.7. (1) Sigma algebras G1 , . . . , G k are independent if and only if for
every bounded G i -measurable functions X i , 1 ≤ i ≤ k, we have, E[ X 1 . . . X k ] =
Qk
i =1 E[ X i ].
(2) In particular, random variables Z1 , . . . , Z k ( Z i is an n i dimensional random
vector) are independent if and only if E[ ki=1 f i ( Z i )] = ki=1 E[ f i ( Z i )] for any
Q Q
We say ‘bounded measurable’ just to ensure that expectations exist. The proof
goes inductively by fixing X 2 , . . . , X k and then letting X 1 be a simple r.v., a non-
negative r.v. and a general bounded measurable r.v.
Observation: The above two questions are equivalent. For, suppose we answer the
first question by finding an (Ω, F , P) with independent random variables X i : Ω → R
such that X i ∼ µ i for all i . Then, X : Ω → R∞ defined by X (ω) = ( X 1 (ω), X 2 (ω), . . .) is
measurable w.r.t the relevant σ-algebras (why?). Then, let µ := P X −1 be the pushfor-
ward p.m on R∞ . Clearly
µ( A 1 × . . . × A n × R × R × . . . ) = P ( X 1 ∈ A1, . . . , X n ∈ A n )
Yn Yn
= P( X i ∈ A i ) = µ i ( A i ).
i =1 i =1
Thus µ is the product measure required by the second question.
Conversely, if we could construct the product measure on (R∞ , B (R∞ )), then we
could take Ω = R∞ , F = B (R∞ ) and X i to be the i th co-ordinate random variable.
Then you may check that they satisfy the requirements of the first question.
The two questions are thus equivalent, but what is the answer?! It is ‘yes’, of
course or we would not make heavy weather about it.
Proposition 2.8 (Daniell). Let µ i ∈ P (R), i ≥ 1, be Borel p.m on R. Then, there exist
a probability space with independent random variables X 1 , X 2 , . . . such that X i ∼ µ i .
P ROOF. We arrive at the construction in three stages.
(1) Independent Bernoullis: Consider ([0, 1], B , m) and the random vari-
ables X k : [0, 1] → R, where X k (ω) is defined to be the kth digit in the binary
expansion of ω. For definiteness, we may always take the infinite binary ex-
pansion. Then by an earlier homework exercise, X 1 , X 2 , . . . are independent
Bernoulli(1/2) random variables.
(2) Independent uniforms: Note that as a consequence, on any probability
−n
space, if Yi are i.i.d. Ber(1/2) variables, then U := ∞
P
n=1 2 Yn has uniform
distribution on [0, 1]. Consider again the canonical probability space and
the r.v. X i , and set U1 := X 1 /2 + X 3 /23 + X 5 /25 + . . ., U2 := X 2 /2 + X 6 /22 + . . .,
etc. Clearly, U i are i.i.d. U[0,1].
(3) Arbitrary distributions: For a p.m. µ, recall the left-continuous inverse
G µ that had the property that G µ (U ) ∼ µ if U ∼ U [0, 1]. Suppose we are
given p.m.s µ1 , µ2 , . . .. On the canonical probability space, let U i be i.i.d
uniforms constructed as before. Define X i := G µ i (U i ). Then, X i are inde-
pendent and X i ∼ µ i . Thus we have constructed an independent sequence
of random variables having the specified distributions. ■
E[ X ]2 E[ X ]2
( i ) P ( X > 0) ≥ . ( ii ) P ( X > αE[ X ]) ≥ (1 − α)2 .
E[ X 2 ] E[ X 2 ]
E[ X 1 X >αµ ]2 E[ X ]2
P( X > αµ) ≥ ≥ (1 − α)2 . ■
E[ X 2 ] E[ X 2 ]
Remark 2.12. Applying these inequalities to other functions of X can give more
information. For example, if X has finite variance, P(| X − E[ X ]| ≥ t) = P(| X − E[ X ]|2 ≥
t2 ) ≤ t−2 Var( X ), which is called Chebyshev’s inequality. Higher the moments that
exist, better the asymptotic tail bounds that we get. For example, if E[ eλ X ] < ∞ for
some λ > 0, we get exponential tail bounds by P( X > t) = P( eλ X < eλ t ) ≤ e−λ t E[ eλ X ].
Theorem 2.13. Let T n denote the number of days till each book is picked at least
once. Then T n is “concentrated around n log n in a window of size n” by which we
mean that for any sequence θn → ∞, we have
P(|T n − n log n| < nθn ) → 1.
Remark 2.14. In the following proof and many other places, we shall have occasion
to make use of the elementary estimate
2 1
(2.1) 1 − x ≤ e− x ∀ x, 1 − x ≥ e − x− x ∀| x| < .
2
The first inequality follows by expanding e− x while the second follows by expanding
log(1 − x) = − x − x2 /2 − x3 /3 − . . . (valid for | x| < 1).
P ROOF. Fix an integer t ≥ 1 and let X t,k be the indicator that the kth book is not
picked up on the first t days. Then, P(T n > t) = P(S t,n ≥ 1) where S t,n = X t,1 +. . .+ X t,n .
As E[ X t,k ] = (1 − 1/ n)k and E[ X t,k X t,` ] = (1 − 2/ n)k for k 6= `, we also compute that
thefirst two moments of S t,n and use (2.1) to get
1 t
µ ¶
−t− t t
(2.2) ne n n2 ≤ E[S t,n ] = n 1 − ≤ ne− n .
n
1 t 2 t
µ ¶ µ ¶
t 2t
(2.3) E[S 2t,n ] = n 1 − + n( n − 1) 1 − ≤ ne− n + n( n − 1) e− n .
n n
The left inequality on the first line is valid only for n ≥ 2 which we assume.
Now set t = n log n + nθn and apply Markov’s inequality to get
n log n+ nθ n
(2.4) P(T n > n log n + nθn ) = P(S t,n ≥ 1) ≤ E[S t,n ] ≤ ne− n ≤ e−θn = o(1).
32 2. INDEPENDENT RANDOM VARIABLES
On the other hand, taking t < n log n − nθn (where we take θn < log n, of course!),
we now apply the second moment method. For any n ≥ 2, by using (2.3) we get
log n−θ n
E[S 2t,n ] ≤ eθn + e2θn . The first inequality in (2.2) gives E[S t,n ] ≥ eθn − n . Thus,
log n−θ n
E[S t,n ]2 2θn −2
e n
(2.5) P(T n > n log n − nθn ) = P(S t,n ≥ 1) ≥ ≥ = 1 − o(1)
E[S 2t,n ] eθn + e2θn
as n → ∞. From (2.4) and (2.5), we get the sharp bounds
P (|T n − n log( n)| > nθn ) → 0 for any θn → ∞. ■
Remark 2.16. The fundamental result of branching processes also asserts the a.s
extinction for the critical case m = 1. We omit this for now.
Application 4: How many prime divisors does a number typically have? For
a natural number k, let ν( k) be the number of (distinct) prime divisors of n. What is
the typical size of ν( n) as compared to n? We have to add the word typical, because
if p is a prime number then ν( p) = 1 whereas ν(2 × 3 × . . . × p) = p. Thus there are
arbitrarily large numbers with ν = 1 and also numbers for which ν is as large as we
wish. To give meaning to “typical”, we draw a number at random and look at its
ν-value. As there is no natural way to pick one number at random, the usual way of
making precise what we mean by a “typical number” is as follows.
Formulation: Fix n ≥ 1 and let [ n] := {1, 2, . . . , n}. Let µn be the uniform probability
measure on [ n], i.e., µn { k} = 1/ n for all k ∈ [ n]. Then, the function ν : [ n] → R can be
considered a random variable, and we can ask about the behaviour of these random
variables. Below, we write En to denote expectation w.r.t µn .
Theorem 2.17 (Hardy, Ramanujan). With the above setting, for any δ > 0, as n →
∞ we have
¯ ν( k )
½ ¾
µ n k ∈ [ n] : ¯ − 1 ¯ > δ → 0.
¯
(2.6)
log log n
P ROOF. (Turan). Fix n and for any prime p define X p : [ n] → R by X p ( k) = 1 p|k .
Then, ν( k) = X p ( k). We define ψ( k) := p X p ( k). Then, ψ( k) ≤ ν( k) ≤ ψ( k) + 4
P P
p≤ k 4
k p≤
p4
since there can be at most four primes larger than k that divide k. From this, it is
clearly enough to show (2.6) for ψ in place of ν (why?).
We shall
j k need the first two moments
j k of ψ under µn . For jthis
k we first note that
n n n
p pq 1 1 p 1 1 1
En [ X p ] = n and En [ X p X q ] = n . Observe that p − n ≤ n ≤ p and pq − n ≤
j k
n
pq 1
n ≤ pq .
1 3
By linearity En [ψ] = + O ( n− 4 ). Similarly
P P
p
E[ X p ] = p p
p≤ 4 n p≤ 4 n
X X
Varn [ψ] = Var[ X p ] + Cov( X p , X q )
p
4 p
p≤ n p6= q≤ 4 n
1 1
µ ¶
−1
O ( n−1 )
X X
= − 2 + O(n ) +
p
p≤ 4 n
p p p
p6= q≤ 4 n
X 1 X 1 1
= − 2
+ O ( n− 2 ).
p p p p
p≤ 4 n p≤ 4 n
The second one is obvious, while the first one is not hard, (see exercise 2.18 be-
3
low)). Thus, we get En [ψ] = log log n + O ( n− 4 ) and Varn [ψ] = log log n + O (1). Thus, by
34 2. INDEPENDENT RANDOM VARIABLES
Chebyshev’s inequality,
¯ ψ( k) − En [ψ] ¯
¯ > δ ≤ Varn (ψ) = O 1
½ ¾ µ ¶
µ n k ∈ [ n] : ¯ .
log log n δ2 (log log n)2 log log n
3
From the asymptotics En [ψ] = log log n + O ( n− 4 ) we also get (for n large enough)
¯ ψ( k) Varn (ψ) 1
½ ¾ µ ¶
µ n k ∈ [ n] : ¯ −1 ¯ > δ ≤ 2
¯
= O . ■
log log n δ (log log n)2 log log n
P 1
Exercise 2.18. p p
∼ log log n
p≤ 4 n
P ROOF. Step 1: First assume that X i have finite variance σ2 . Without loss of
generality take E[ X 1 ] = 0 (or else replace X i by X i −E[ X 1 ]. Then, µ = E[ X 1 ]. Then, by
the first moment method (Chebyshev’s inequality), P(| n−1 S n | > δ) ≤ n−2 δ−2 Var(S n ).
2
By the independence of X i s, we see that Var(S n ) = nσ2 . Thus, P(| Snn | > δ) ≤ nσδ2 which
goes to zero as n → ∞, for any fixed δ > 0.
Step 2: Now let X i have finite expectation (which we assume is 0), but not neces-
sarily any higher moments. Fix n and write X k = Yk + Z k , where Yk := X k 1| X k |≤ A n
and Z k := X k 1| X k |> A n for some A n to be chosen later. Then, Yi are i.i.d, with some
mean µn := E[Y1 ] = −E[ Z1 ] that depends on A n and goes to zero as A n → 0. We shall
choose A n going to infinity, so that for large enough n, we do have |µn | < δ (for an
arbitrary fixed δ > 0).
|Y1 | ≤ A n , hence Var(Y1 ) ≤ E[Y12 ] ≤ A n E[| X 1 |]. By the Chebyshev bound that we
used in step 1,
à !
¯ SYn Var(Y1 ) A n E[| X 1 |]
− µn ¯ > δ ≤
¯
(2.7) P ¯ ≤ .
n n δ2 n δ2
¯ Sn
µ ¶
≤ ω f (δ) + 2k f kP p ¯ −p ¯>δ
¯
(2.9)
n
where k f k is the sup-norm of f and ω f (δ) := sup| x− y|<δ | f ( x) − f ( y)| is the modulus of
continuity of f . Observe that Var p ( X 1 ) = p(1 − p) to write
¯ Sn p(1 − p) 1
µ ¶
−p ¯>δ ≤
¯
Pp ¯ ≤ 2 .
n n δ2 4δ n
h ³ ´i
Plugging this into (2.9) and recalling that Q f ,n ( p) = E p f Snn , we get
kf k
sup ¯ Q f ,n ( p) − f ( p) ¯ ≤ ω f (δ) + 2
¯ ¯
p∈[0,1] 2δ n
Since f is uniformly continuous (which is the same as saying that ω f (δ) ↓ 0 as
δ ↓ 0), given any ² > 0, we can take δ > 0 small enough that ω f (δ) < ². With that
36 2. INDEPENDENT RANDOM VARIABLES
choice of δ, we can choose n large enough so that the second term becomes smaller
than ². With this choice of δ and n, we get kQ f ,n − f k < 2². ■
Remark 2.21. It is possible t write the proof without invoking WLLN. In fact, we did
not use WLLN, but the Chebyshev bound. The main point is that the Binomial(n,p)
probability measure puts almost all its mass between np(1 − δ) and np(1 + δ). Nev-
ertheless, WLLN makes it transparent why this is so.
Hence if we can sample uniform random numbers from [a, b], then we can evaluate
1 Pn
n k=1 f ( X k ), and present it as an approximate value of the desired integral!
In numerical analysis one uses the same idea, but with deterministic points.
The advantage of random samples is that it works irrespective of the niceness of
the function. The accuracy is not great, as the standard deviation of n1 nk=1 f ( X k )
P
is Cn−1/2 , so to decrease the error by half, one needs to sample four times as many
points.
R1
Exercise 2.22. Since π = 0 1+4x2 dx, by sampling uniform random numbers X k and
evaluating n1 nk=1 4 2 we can estimate the value of π! Carry this out on the com-
P
1+ X k
puter to see how many samples you need to get the right value to three decimal
places.
not depend on the population size, which means that the estimate is about as accu-
rate in India as in France, with the same sample size! This is all correct, provided
that the sample size is much smaller than the total population. Even if not satisfied
with the assumption of independence, you must concede that the vague feeling of
unease about relative sample sizes has no basis in fact...
2.8. MODES OF CONVERGENCE 37
2.8.1. Almost sure and in probability. Are they really different? Usually
looking at Bernoulli random variables elucidates the matter.
Example 2.24. Suppose A n are events in a probability space. Then one can see that
P a.s.
(a) 1 A n → 0 ⇐⇒ lim P( A n ) = 0. (b) 1 A n → 0 ⇐⇒ P(lim sup A n ) = 0.
n→∞ n→∞
By Fatou’s lemma, P(lim supn→∞ A n ) ≥ lim sup P( A n ), and hence we see that a.s con-
vergence of 1 A n to zero implies convergence in probability. The converse is clearly
false. For instance, if A n are independent events with P( A n ) = n−1 , then by the sec-
ond Borel-Cantelli, P( A n ) goes to zero but P(lim sup A n ) = 1. This example has all
the ingredients for the following two implications.
Lemma 2.25. Suppose X n , X are r.v. on the same probability space. Then,
a.s. P
(1) If X n → X , then X n → X .
P
n P(| X n − X | > δ) < ∞ for every δ > 0, then
P
(2) If X n → X “fast enough” so that
a.s.
Xn → X .
Thus, applying Fatou’s we see that a.s convergence implies convergence in proba-
bility. By the first Borel Cantelli lemma, if n P(| X n − X | > δ) < ∞, then P(| X n −
P
X | > δ i.o) = 0 and hence lim sup | X n − X | < δ. Apply this to all rational δ to get
lim sup | X n − X | = 0 and thus we get a.s. convergence. ■
P a.s.
Exercise 2.26. (1) If X n → X , show that X n k → X for some subsequence.
a.s.
(2) Show that X n → X if and only if every subsequence of { X n } has a further
subsequence that converges a.s.
P P
(3) If X n → X and Yn → Y (all r.v.s on the same probability space), show that
P P
aX n + bYn → aX + bY and X n Yn → X Y .
d
2.8.2. In distribution and in probability. We say that X n → X if the dis-
tributions of X n converges to the distribution of X . This is a matter of language,
but note that X n and X need not be on the same probability space for this to make
sense. In comparing it to convergence in probability, however, we must take them to
be defined on a common probability space.
Lemma 2.27. Suppose X n , X are r.v. on the same probability space. Then,
P d
(1) If X n → X , then X n → X .
d P
(2) If X n → X and X is a constant a.s, then X n → X .
38 2. INDEPENDENT RANDOM VARIABLES
P
P ROOF. (1) Suppose X n → X . Since for any δ > 0
P( X n ≤ t) ≤ P( X ≤ t + δ) + P( X − X n > δ), and P( X ≤ t − δ) ≤ P( X n ≤ t) + P( X n − X > δ),
we see that lim sup P( X n ≤ t) ≤ P( X ≤ t + δ) and lim inf P( X n ≤ t) ≥ P( X ≤
t − δ) for any δ > 0. Taking δ ↓ 0 and letting t be a continuity point of the cdf
d
of X , we immediately get lim P( X n ≤ t) = P( X ≤ t). Thus, X n → X .
(2) If X = a a.s (a is a constant), then the cdf of X is F X ( t) = 1 t≥a . Hence,
P( X n ≤ t − δ) → 0 and P( X n ≤ t + δ) → 1 for any δ > 0 as t ± δ are continuity
P
points of F X . Therefore P(| X n − a| > δ) → 0 and we see that X n → a. ■
some M > 0, then E[| X i |1| X i |> t ] ≤ t−( p−1) M which goes to zero as t → ∞. Thus, given
² > 0, one can choose t large so that sup i∈ I E[| X i |1| X i |> t ] < ².
This fails for p = 1 as the example 2.29 shows a family of L1 bounded random
variables that are not u.i. However, a u.i family must be bounded in L1 . To see this
find A > 0 so that E[| X i |1| X i |> A ] < 1 for all i . Then, for any i ∈ I , we get E[| X i |] =
E[| X i |1| X i |< A ] + E[| X i |1| X i |≥ A ] ≤ A + 1.
Exercise 2.32. If { X i } i∈ I and {Y j } j∈ J are both u.i, then { X i + Y j }( i, j)∈ I × J is u.i. What
about the family of products, { X i Y j }( i, j)∈ I × J ?
Lemma 2.33. Suppose X n , X are r.v. on the same probability space. Then, the fol-
lowing are equivalent.
L1
(1) X n → X .
P
(2) X n → X and { X n } is u.i.
L1 L1 P P
P ROOF. If Yn = X n − X , then X n → X iff Yn → 0, while X n → X iff Yn → 0 and by
the first part of exercise 2.32, { X n } is u.i if and only if {Yn } is. Hence we may work
with Yn instead (i.e., we may assume that the limiting r.v. is 0 a.s).
L1 P
First suppose Yn → 0. Then we showed that Yn → 0. To show that {Yn } is u.i,
let ² > 0 and fix N² so that E[|Yn |] < ² for all n ≥ N² . Then, pick A > 1 so large
that E[|Yk |1|Yk |> A ] ≤ ² for all k ≤ N . With the same A and any k ≥ N² , we get
E[|Yk |1|Yk |> A ] ≤ A −1 E[|Yk |] < ² since A > 1 and E[|Yk |] < ². Thus we have found
one A which works for all Yk . Hence {Yk } is u.i.
P
Next suppose Yn → 0 and that {Yn } is u.i. Then, fix ² > 0 and find A > 0 so that
E[|Yk |1|Yk |> A ] ≤ ² for all k. Then,
Z A
E[|Yk |] ≤ E[|Yk |1|Yk |≤ A ] + E[|Yk |1|Yk |> A ] ≤ P(|Yk | > t) dt + ².
0
For all t ∈ [0, A ], by assumption P(|Yk | > t) → 0, while we also have P(|Yk | > t) ≤ 1 for
all k and 1 is integrable on [0, A ]. Hence, by DCT the first term goes to 0 as k → ∞.
L1
Thus lim sup E[|Yk |] ≤ ² for any ² and it follows that Yk → 0. ■
a.s. L1
Corollary 2.34. If X n → X , then X n → X if and only if { X n } is u.i.
To deduce convergence in mean from a.s convergence, we have so far always
invoked DCT. As shown by Lemma 2.33 and corollary 2.34, uniform integrability
is the sharp condition, so it must be weaker than the assumption in DCT. Indeed,
if { X n } are dominated by an integrable Y , then whatever A works for Y in the u.i
condition will work for the whole family { X n }. Thus a dominated family is u.i., while
the converse is false.
Remark 2.35. Like tightness of measures, uniform integrability is also related to
a compactness question. On the space L1 (µ), apart from the usual topology coming
from
R the norm, R there is another one called weak topology (where f n → f if and only
if f n gd µ → f gd µ for all g ∈ L∞ (µ)). The Dunford-Pettis theorem asserts that pre-
compact subsets of L1 (µ) in this weak topology are precisely uniformly integrable
subsets of L1 (µ)! A similar question
R can be asked in L p for p > 1 where weak topology
means that f n → f if and only if f n gd µ → f gd µ for all g ∈ L q (µ) where q−1 + p−1 =
R
Thus P | n−1 S n | > δ ≤ n−4 δ−4 E[S 4n ] = O ( n−2 ) which is summable, and by Lemma 2.27
¡ ¢
We shall show that both terms in (2.11) are summable over j . The first term can be
bounded by Chebyshev’s inequality
à Y !
¯ Sn j 1 1
− E[Y1 ] ¯ > δ ≤ 2 E[Y12 ] = 2 E[ X 12 1 X 1 ≤n j ].
¯
(2.12) P ¯
nj δ nj δ nj
while the second term is bounded by the union bound
à Z !
Sn j
(2.13) P 6= 0 ≤ n j P( X 1 > n j ).
nj
The right hand sides of (2.12) and (2.13) are both summable. To see this, observe
that for any positive x, there is a unique k such that n k < x ≤ n k+1 , and then
∞ 1 ∞ 1 ∞ k
x 2 1 x≤ n j ≤ x 2 λ j ≤ C λ x.
X X X X
(2.14) ( a) ≤ C λ x. ( b) n j 1 x> n j ≤
j = k+1 λ
n j
j =1 j j =1 j =1
λ
Here, we may take C λ = λ− 1 , but what matters is that it is some constant depending
on λ (but not on x). We have glossed over the difference between bλ j c and λ j but
you may check that it does not matter (perhaps by replacing C λ with a larger value).
Setting x = X 1 in the above inequalities (a) and (b) and taking expectations, we get
∞ 1 ∞
E[ X 12 1 X 1 ≤n j ] ≤ C λ E[ X 1 ].
X X
n j P( X 1 > n j ) ≤ C λ E[ X 1 ].
j =1 n j j =1
As E[ X 1 ] < ∞, the probabilities on the left µhand side of (2.12) ¶and (2.13) are sum-
¯ Sn
mable in j , and hence it also follows that P ¯ n j − E[ X 1 ] ¯ > 2δ is summable. This
¯
j
Sn a.s.
happens for every δ > 0 and hence Lemma 2.27 implies that n j → E[ X 1 ] a.s. This
j
proves the claim.
Step 3: Fix λ > 1. Then, for any n, find k such that λk < n ≤ λk+1 , and then, from
(2.10) we get
1 Sn Sn
E[ X 1 ] ≤ lim inf ≤ lim sup ≤ λE[ X 1 ], almost surely.
λ n→∞ n n→∞ n
1 Sn
Take intersection of the above event over all λ = 1 + m, m ≥ 1 to get limn→∞ n =
E[ X 1 ] a.s. ■
Result 2.42 (Khinchine’s law of iterated logarithm). Let X i be i.i.d with zero
mean and finite variance σ2 = 1 (without loss of generality). Then,
Sn
lim sup p = +1 a.s.
n→∞ 2 n log log n
½ ¾
Sn
In fact the set of all limit points of the sequence p is almost surely equal
2 n log log n
to the interval [−1, 1].
We skip the proof of LIL, because it is a bit involved, and there are cleaner ways
to deduce it using Brownian motion (in this or a later course).
Exercise 2.43. Let X i be i.i.d random variables taking values ±1 with equal proba-
bility. Show that lim sup p S n ≤ 1, almost surely.
n→∞ 2 n log log n
From Markov’s inequality we thus get P(S n > t) ≤ e−λ t E[ eλS n ] ≤ exp −λ t + 21 λ2 nk=1 d 2k .
© P ª
As Hoeffding’s inequality is very general, and holds for all finite n and t, it is not
surprising that it is not asymptotically sharp. For example, CLT will show us that
p d
(S n − E[S n ])/ n → N (0, σ2 ) where σ2 = Var( X 1 ). Since σ2 < d , and the N (0, σ2 ) has
2 2
tails like e−u /2σ , Hoeffding’s is asymptotically (as u → ∞) not sharp in the moderate
regime. In the large deviation regime, there is well studied theory. A basic result
there says that P(|S n − E[S n ]| > nu) ≈ e−nI (u) , where the function I ( u) can be written
in terms of the moment generating function of X 1 . It turns out that if | X i | ≤ d ,
then I ( u) is larger than u2 /2 d which is what Hoeffding’s inequality gave us. Thus
Hoeffding’s is asymptotically (as n → ∞) not sharp in the large deviation regime.
dius of convergence of this series? From the formula for radius of convergence
2.14. RANDOM SERIES WITH INDEPENDENT TERMS 45
1 −1
³ ´
R = lim supn→∞ |a n | n , it is easy to find that the radius of convergence is exactly
1 (a.s.) [Exercise]. Thus we get a random analytic function on the unit disk.
Now we want to consider a general series with independent terms. For this to
happen, the individual terms must become smaller and smaller. The following result
shows that if that happens in an appropriate sense, then the series converges a.s.
Theorem 2.47 (Khinchine). Let X n be independent random variables with finite
P
second moment. Assume that E[ X n ] = 0 for all n and that n Var( X n ) < ∞.
P ROOF. A series converges if and only if it satisfies Cauchy criterion. To check
the latter, consider N and consider
(2.15)
P (|S n − S N | > δ for some n ≥ N ) = lim P (|S n − S N | > δ for some N ≤ n ≤ N + m) .
m→∞
Thus, for fixed N, m we must estimate the probability of the event δ < max1≤k≤m |S N +k −
S N |. For a fixed k we can use Chebyshev’s to get P(δ < max1≤k≤m |S N +k − S N |) ≤
δ−2 Var( X N + X N +1 + . . . + X N +m ). However, we don’t have a technique for controlling
the maximum of |S N +k − S N | over k = 1, 2, . . . , m. This needs a new idea, provided by
Kolmogorov’s maximal inequality below.
Invoking 2.50, we get
NX
+m ∞
P (|S n − S N | > δ for some N ≤ n ≤ N + m) ≤ δ−2 Var( X k ) ≤ δ−2
X
Var( X k ).
k= N k= N
The right hand side goes to zero as N → ∞. Thus, from (2.15), we conclude that for
any δ > 0,
lim P (|S n − S N | > δ for some n ≥ N ) = 0.
N →∞
This implies that lim sup S n − lim inf S n ≤ δ a.s. Take intersection over δ = 1/ k, k =
1, 2 . . . to get that S n converges a.s. ■
Remark 2.48. What to do if the assumptions are not exactly satisfied? First, sup-
P P
pose that n Var( X n ) < ∞ but E[ X n ] may not be zero. Then, we can write X n =
P P
( X n − E[ X n ]) + E[ X n ]. The first series on the right satisfies the assumptions of
P
Theorem thm:convergenceofrandomseries and hence converges a.s. Therefore, X n
P
will then converge a.s if the deterministic series n E[ X n ] converges and conversely,
P P
if n E[ X n ] does not converge, then X n diverges a.s.
Next, suppose we drop the finite variance condition too. Now X n are arbi-
trary independent random variables. We reduce to the previous case by truncation.
Suppose we could find some A > 0 such that P(| X n | > A ) is summable. Then set
Yn = X n 1| X n |> A . By Borel-Cantelli, almost surely, X n = Yn for all but finitely many n
P P
and hence X n converges if and only if Yn converges. Note that Yn has finite vari-
P P
ance. If n E[Yn ] converges and n Var(Yn ) < ∞, then it follows from the argument
P
in the previous paragraph and Theorem 2.47 that Yn converges a.s. Thus we have
proved
Lemma 2.49 (Kolmogorov’s three series theorem - part 1). Suppose X n are
independent random variables. Suppose for some A > 0, the following hold with
Yn := X n 1| X n |≤ A .
X X X
( a) P(| X n | > A ) < ∞. ( b) E[Yn ] converges. ( c) Var(Yn ) < ∞.
n n n
P
Then, n X n converges, almost surely.
46 2. INDEPENDENT RANDOM VARIABLES
P
Kolmogorov showed that if n X n converges a.s., then for any A > 0, the three
series (a), (b) and (c) must converge. Together with the above stated result, this
forms a very satisfactory answer as the question of convergence of a random series
(with independent entries) is reduced to that of checking the convergence of three
non-random series! We skip the proof of this converse implication.
P ROOF. The second inequality follows from the first by considering X k s and
their negatives. Hence it suffices to prove the first inequality.
Fix n and let τ = inf{ k ≤ n : |S k | > t} where it is understood that τ = n if |S k | ≤ t
for all k ≤ n. Then, by Chebyshev’s inequality,
P(max |S k | > t) = P(|S τ | > t) ≤ t−2 E[S τ2 ].
k≤ n
We control the second moment of S τ by that of S n as follows.
E[S 2n ] = E (S τ + (S n − S τ ))2
£ ¤
= E[S τ2 ] + E (S n − S τ )2 − 2E[S τ (S n − S τ )]
£ ¤
p
shows that on the order of n, the fluctuations (or randomness) of S n are indepen-
dent of the original distribution of X 1 ! We give the precise statement and some
heuristics as to why such a result may be expected.
S n − nµ
Theorem 2.51. Let X n be i.i.d with mean µ and finite variance σ2 .Then, p
σ n
converges in distribution to N (0, 1).
Informally, letting χ denote a standard Normal variable, we may write S n ≈ nµ +
p
σ nχ. This means, the distribution of S n is hardly dependent on the distribution of
X 1 that we started with, except for the two parameter of mean and variance. This is
a statement about a remarkable symmetry!
S
Corollary 2.56. Let X n be i.i.d, having zero mean and unit variance. Then, pn
n
converges in distribution to N (0, 1).
1
P ROOF. Let X n,k = n− 2 X k fo r k = 1, 2, . . . , n. Then, E[ X n,k ] = 0 while nk=1 E[ X n,k 2
P
]=
1 PN 2 2 Pn 2 2
n k=1 E[ X 1 ] = σ , for each n . Further, k=1
E[ X 1
n,k | X n,k |>δ
] = E[ X 1 p ] which
1 | X 1 |>δ n
goes to zero as n → ∞ by DCT, since E[ X 12 ] < ∞. Hence the conditions of Lindeberg
S
Feller theorem are satisfied and we conclude that pn converges in distribution to
n
N (0, 1). ■
Exercise
¯ Q 2.57. Q If z k , wk¯ are complex numbers with absolute value bounded by θ ,
then ¯ nk=1 z k − nk=1 wk ¯ ≤ θ n−1 nk=1 | z k − wk |.
P
1
E[ e itX n,k ] = 1 − σ2n,k t2 + R n,k ( t)
2
+ ´i
itX ∗
h ³ h i
t2 itX 3
2
where, R n,k ( t) := 2 E 1| X n,k |>δ X n,k 1 − e n,k − it6 E 1| X n,k |≤δ X n,k
3
e n,k . We can
bound R n,k ( t) from above by using | X n,k |3 1| X n,k |≤δ ≤ δ X n,k
2
and |1 − e itx | ≤ 2, to get
h i | t |3 δ h i
(2.17) |R n,k ( t)| ≤ t2 E 1| X n,k |>δ X n,k
2
+ 2
E X n,k .
6
We want to apply Exercise 2.57 to z k = E e itX n,k and wk = 1 − 21 σ2n,k t2 . Clearly
£ ¤
| z k | ≤ 1 by properties of c.f. If we prove that max σ2n,k → 0, then it will follow that
k≤ n
|wk | ≤ 1 and hence with θ = 1 in Exercise 2.57, we get
n h i Y n µ 1
¶ n
E e itX n,k − 1 − σ2n,k t2 ¯ ≤
¯Y ¯ X
lim sup ¯ lim sup |R n,k ( t)|
n→∞ k=1 k=1 2 n→∞ k=1
1 3 2
≤ | t| σ δ (by 2.17)
6
h i
To see that max σ2n,k → 0, fix any δ > 0 note that σ2n,k ≤ δ2 + E X n,k
2
1| X n,k |>δ from
k≤ n
which we get
n h i
max σ2n,k ≤ δ2 + 2
1| X n,k |>δ → δ2 .
X
E X n,k
k≤ n k=1
50 2. INDEPENDENT RANDOM VARIABLES
1
− 12 σ2n,k t2 − 41 σ4n,k t4 − 1 σ2 t 2
e ≤ 1 − σ2n,k t2 ≤ e 2 n,k .
2
Pn
Take product over k ≤ n, and observe that k=1 σ4n,k → 0 (why?). Hence,
n µ 1
¶
σ2 t 2
1 − σ2n,k t2 → e− 2 .
Y
k=1 2
Pn d
From 2.18 and Lévy’s continuity theorem, we get k=1
X n,k → N (0, σ2 ). ■
By assumption k p n,k → λ. Together with the third assumption, this implies that
P
P 2
k p n,k → 0. Thus, using 2.19 we see that
n
(1 − p n, j ) −→ e−λ .
Y
(2.21)
j =1
The first term converges to λ` /`!. To show that the second term goes to zero, divide
it into cases where j a = j b with a, b ≤ ` being chosen in one of `2 ways. Thus we get
¡ ¢
à !à !`−1
X Ỳ ` X n
q n, j i ≤ qj max q n, j → 0
j 1 ,... j ` i =1 2 j=1 j
not distinct
Exercise 2.60. Use characteristic functions to give an alternate proof of Theorem 2.59.
52 2. INDEPENDENT RANDOM VARIABLES
Brownian motion
Definition 3.3. Let (Ω, F , P) be any probability space. A stochastic process (B t ) t≥0
indexed by t ≥ 0 is called Brownian motion if
(1) B0 = 0 w.p.1.
(2) (Finite dimensional distributions). For any k ≥ 1 and any 0 ≤ t 1 < t 2 <
. . . < t k , the random variables B t1 , B t2 − B t1 , . . . , B t k − B t k−1 are independent,
and for any s < t we have B t − B s ∼ N (0, t − s).
(3) (Continuity of sample paths). For a.e. ω ∈ Ω, the function t → Bω t is a
continuous.
In both definitions, we may restrict to t ∈ [0, 1], and the corresponding measure
on C [0, 1] is also called Wiener measure and the corresponding stochastic process
(B t )0≤ t≤1 is also called Brownian motion.
The following exercise shows that Brownian motion and Wiener measure are
two faces of the same coin (just like a normal random variable and the normal dis-
tribution).
The exercise shows that if the Wiener measure exists, then Brownian motion
exists, and conversely. But it is not at all clear that either Brownian motion or
Wiener measure exists.
Warm up question: Fix t 0 ∈ [0, 1]. What is the probability that W is differentiable
at t 0 ?
Answer: Let I n = [ t 0 +2−n , t 0 +2−n+1 ]. If W 0 ( t 0 ) exists, then limn→∞ 2n k>n ∆W ( I k ) =
P
W 0 ( t 0 ). Whether the limit on the left exists, is a tail event of the random variables
∆W ( I n ) which are independent, by properties of W . By Kolmogorov’s law, the event
that this limit exists has probability 0 or 1. If the probability was 1, we would have
3.3. SOME CONTINUITY PROPERTIES OF BROWNIAN PATHS - POSITIVE RESULTS 55
a.s.
2n (W ( t 0 + 2−n ) − W ( t 0 )) → W 0 ( t 0 ), and hence also in distribution. But for each n, ob-
serve that 2n (W ( t 0 + 2−n ) − W ( t 0 )) ∼ N (0, 2n ) which cannot converge in distribution.
Hence the probability that W is differentiable at t 0 is zero!
Remark 3.5. Is the event A t0 := {W is differentiable at t 0 } measurable? We haven’t
shown this! Instead what we showed was that it is contained in a measurable set of
Wiener measure zero. In other words, if we complete the Borel σ-algebra on C [0, 1]
w.r.t Wiener measure (or complete whichever probability space we are working in),
then under the completion A t0 is measurable and has zero measure. This will be the
case for the other events that we consider.
For any t ∈ [0, 1], we have shown that W is a.s. not differentiable at t. Can we
claim that W is nowhere differentiable a.s? No! P( A t ) = 0 and hence P( t∈Q A t ) = 0
S
has N (0, 2−n ) distribution, hence P(|∆W ( I n,p )| ≤ M 2−n ) = P(|χ| ≤ 2−n/2 ) ≤ 2−n/2 . By
independence of ∆W ( I n, j ) fo rdistinct j , we get
³ ´3
P( A (nM ) ) ≤ (2n − 2) 2−n/2 ≤ 2−n/2 .
Exercise 3.7. For f ∈ C [0, 1], we say that t 0 is an α-Hölder continuity point of f if
| f ( s )− f ( t )
lim sups→ t |s− t|α < ∞. Show that almost surely, Brownian motion has no α-Hölder
continuity point for any α > 12 .
We next show that Brownian motion is everywhere α-Hölder continuous for any
α < 21 . Hence together with the above exercie, we have made almost the best possible
statement. Except, these statements do not answer what happens for α = 12 .
there we only assumed second moments, but here we assume that the X i are normal
and hence we get a stronger conclusion).
µ ¶ 2
− x
Lemma 3.8. Let X 1 , . . . , X n be i.i.d N (0, σ2 ). Then, P max S k ≥ x ≤ e 2σ2 n .
k≤ n
P ROOF. Let τ = min{ k : S k ≥ x£} and¤ set τ = n if there is no such £k. Then,
P(maxk≤n S k ≥ x) = P(S τ ≥ x) ≤ e−θ x E eθ Sτ for any θ > 0. Recall that for E eθ N (0,b) =
¤
2 b2 /2
eθ . Thus, as in the proof of Kolmogorov’s inequality
1 2 2
h i X n h i Xn h i h i
e 2 θ σ n = E eθ S n = E 1τ=k eθ S k eθ(S n −S k ) = E 1τ=k eθ S k E eθ(S n −S k )
k=1 k=1
n h i 1 2 2
n h i h i
E 1τ=k eθ S k e 2 θ ( n − k )σ E 1τ=k eθ S k = E eθ Sτ .
X X
= ≥
k=1 k=1
1 2 2
Thus, P(S τ > x) ≤ e−θ x e 2θ σ n
x
. Set θ = n σ2
to get the desired inequality. ■
Corollary 3.9. Let W be Brownian motion. Then, for any a < b, we have
x2
µ ¶
P max |Wt − Ws | > x ≤ 2 e− 8(b−a)
s,t∈[a,b]
P ROOF. Fix n ≥ 1 and divide [a, b] into n intervals of equal length. Let X i =
W (a + k/ n) − W (a + ( k − 1)/ n) for k = 1, 2, . . . , n. Then X i are i.i.d N (0, ( b − a)/ n). By the
lemma, P( A n ) ≤ exp{− x2 /2( b − a)} where A n := {maxk≤n |W (a + nk )−W (a)| > x}. Observe
2
that A n are increasing and therefore P( A n ) = lim P( A n ) ≤ exp{− 2(bx−a) }.
S
© ª S ¡ ¢
Evidently max t∈[a,b] Wt − Wa > x ⊆ n A n and hence P max t∈[a,b] Wt − Wa > x ≤
2
exp{− 2(bx−a) }. Putting absolute values on Wt − Ws increases the probability by a factor
of 2. Further, if |Wt − Ws | > x for some s, t, then |Wt − Wa | ≥ 2x or |Ws − Wa | ≥ 2x . Hence,
we get the inequality in the statement of the corollary. ■
Theorem 3.10 (Paley, Wiener and Zygmund). For any α < 21 , almost surely, W is
α-Hölder continuous on [0, 1].
Does Wn+1 satisfy the four properties listed above? The property (1) is evident by
definition. To see (3), since F n vanishes on dyadics of the form j 2−n , it is clear
that Wn+1 = Wn on these points. Equally easy is (4), since we use 2n fresh normal
variables (and we had used 2n − 1 previously).
This leaves us to check (2). For ease of notation, for a function f and an interval
I = [a, b] denote the increment of f over I by let ∆ f ( I ) := f ( b) − f (a).
Let 0 ≤ j ≤ 2n −1 and consider the dyadic interval I j = [ j 2−n , ( j +1)2−n ] which gets
broken into two intervals, L j = [(2 j )2−n−1 , (2 j + 1)2−n−1 ] and R j = [(2 j + 1)2−n−1 , (2 j +
2)2−n−1 ] at level n + 1. Wn is linear on I j and hence, ∆Wn (L j ) = ∆Wn (R j ) = 12 ∆Wn ( I j ).
On the other hand, ∆F n (L j ) = c n χ j+2n = −∆F n (R j ). Thus, the increments of Wn+1 on
L j and R j are given by
1 1
∆Wn+1 (L j ) = ∆Wn ( I j ) + c n χ j+2n and ∆Wn+1 (R j ) = ∆Wn ( I j ) − c n χ j+2n .
2 2
Inductively, we know that ∆Wn ( I j ), j ≤ 2n − 1 are i.i.d N (0, 2−n ) and independent of
χ j+2n , j ≥ 0. Therefore, ∆Wn+1 (L j ), ∆Wn (R j ), j ≤ 2n − 1 are jointly normal (being
linear combinations of independent normals). The means are clearly zero. To find
the covariance, observe that for distinct j , these random variables are independent.
Further,
1
Cov(∆Wn+1 (L j ), ∆Wn+1 (R j )) = Var(∆Wn ( I j )) − c2n = 2−n−2 − c2n .
4
Thus, if we choose c n := 2−(n+2)/2 , then the covariance is zero, and hence ∆Wn+1 (L j ),
∆Wn+1 (R j ), j ≤ 2n − 1 are independent. Also,
1 1
Var(∆Wn+1 (L j )) = Var(∆Wn ( I j )) + c2n = 2−n + 2−n−2 = 2−n−1 .
4 4
Thus, Wn+1 satisfies (2).
58 3. BROWNIAN MOTION
Step 3: Properties of W : We claim that W has all the properties required of Brow-
nian motion. Since Wn (0) = 0 for all n, we also have W (0) = 0. We have already shown
that t → W ( t) is a continuous function a.s. (since W is the uniform limit of continuous
functions). It remains to check the finite dimensional dstributions. If s < t are dyadic
rationals, say, s = k2−n and t = `2−n , then denoting I n, j = [ j 2−n , ( j + 1)2−n ], we get
that W ( s) = Wn ( s) = kj=−01 ∆Wn ( I n, j ) and W ( t) − W ( s) = `j=−k1 ∆Wn ( I n, j ). As ∆Wn ( I n, j )
P P
are i.i.d N (0, 2−n ) we get that W ( s) and W ( t) − W ( s) are independent N (0, s) and
N (0, t − s) respectively.
Now, suppose s < t are not necessarily dyadics. We can pick s n , t n that are
dyadics and converge to s, t respectively. Since W ( s n ) ∼ N (0, s n ) and W ( t) − W ( s) ∼
N (0, t n − s n ) are independent, by general facts about a.s convergence and weak con-
vergence, we see that W ( s) ∼ N (0, s) and W ( t) − W ( s) ∼ N (0, t − s) and the two are
independent. The case of more than two intervals is dealt similarly. Thus we have
proved the existence of Brownian motion on the time interval [0, 1].
There are various other “integral transforms” of a measure that are closely re-
lated to the c.f. For example, if we take ψµ ( it) is the moment generating function
of µ (if it exists). For µ supported on N, its so called generating function Fµ ( t) =
k
k≥0 µ{ k} t (which exists for | t| < 1 since µ is a probability measure) can be written
P
as ψµ (− i log t) (at least for t > 0!) etc. The characteristic function has the advantage
that it exists for all t ∈ R and for all finite measures µ.
The following lemma gives some basic properties of a c.f.
Examples.
(1) If X ∼ Ber( p), then ψ X ( t) = pe it + q where q = 1 − p. If Y ∼ Binomial( n, p),
d it n
then, Y = X 1 + . . . + X n where X k are i.i.d Ber( p). Hence, ψY ( t) = ( pe + q) .
(2) If X ∼ Exp(λ), then ψ X ( t) = 0 λ e−λ x e itx dx = λ−1it . If Y ∼ Gamma(ν, λ),
R∞
d
then if ν is an integer, then Y = X 1 + . . . + X n where X k are i.i.d Exp(λ).
Therefore, ψY ( t) = (λ−1it)ν .
(3) Y ∼ Normal(µ, σ2 ). Then, Y = µ + σ X , where X ∼ N (0, 1) and by the tran-
sofrmatin rules, ψY ( t) = e iµ t ψ X (σ t). Thus it suffices to find the c.f of N (0, 1).
x2 2
1 1
Z 2 2
µ Z ¶
itx − 2σ2 − σ 2t − ( x− it2)
ψ X ( t) = p e e dx = e p e 2 σ dx .
σ 2π R σ 2π R
It appears that the stuff inside the brackets is equal to 1, since it looks
like the integral of a normal density with mean it and variance σ2 . But if
the mean is complex, what does it mean?! I gave a rigorous proof that the
stuff inside brackets is indeed equal to 1, in class using contour integration,
which will not be repeated here. The final concusion is that N (µ, σ2 ) has c.f
σ2 t 2
e itµ− 2 .
where the last line comes by the explicit Gaussian form of θ̂σ . Let f σ (α) := pσ
R − iα t
e µ̂( t) d θσ ( t)
2π
and integrate the above equation to get that for any finite a < b,
Z b Z bZ
f σ (α) d α = φ 1 (α − x ) d µ ( x ) d µ ( x )
a a R σ
Z Z b
= φ 1 (α − x ) d α d µ ( x ) (by Fubini)
σ
ZR ³ a ´
= Φ 1 (α − a) − Φ 1 (α − b) d µ( x).
R σ σ
Now we make two observations: (a) that f σ is determined by µ̂, and (b) that the
measure µ is determined by the values of µ(a, b) + 21 µ{a, b} for all finite a < b. Thus,
µ̂ determines the measure µ. ■
Corollary A.5 (Fourier inversion formula). Let µ ∈ P (R).
(1) For all finite a < b, we have
1 1 1 e− iat − e− ibt 2
Z
− t
(A.1) µ(a, b) + µ{a} + µ{ b} = lim µ̂( t) e 2σ2 dt
2 2 σ→∞ 2π R it
R |µ̂( t)| dt < ∞, then µ has a continuous density given by
R
(2) If
1
Z
f ( x) := µ̂( t) e− ixt dt.
2π R
Rb
P ROOF. (1) Recall that the left hand side of (A.1) is equal to limσ→∞ a f σ
where f σ (α) := pσ e− iα t µ̂( t) d θσ ( t). Writing out the density of θσ we see
R
2π
that
Z b
1 b 2
Z Z
− t
f σ (α) d α = e− iα t µ̂( t) e 2σ2 dtd α
a 2π a R
Z Z b 2
1 − t
= e− iα t µ̂( t) e 2σ2 d α dt (by Fubini)
2π R a
Z − iat
1 e − e− ibt − t
2
= µ̂( t) e 2σ2 dt.
2π R it
Thus, we get the first statement of the corollary.
2
− t
(2) With f σ as before, we have f σ (α) := 21π e− iα t µ̂( t) e 2σ2 dt. Note that the in-
R
Next, note that for any σ > 0, we have | f σ (α)| ≤ C for all α where C =
Rb Rb
|µ̂. Thus, for finite a < b, using DCT again, we get a f σ → a f as σ → ∞.
R
By the Fourier inversion formula (part (b) of the corollary), we therefore get
1 −| x| 1 1 1
Z Z
e = ν̂( t) e itx dt = e itx dt.
2 2π 2π 1 + t2
This immediately shows that the Cauchy distribution has c.f. e−| t| without having to
compute the integral!!
Zδ Zδ
c 1 1
µn [−2/δ, 2/δ] (1 − µ̂n ( t)) dt −→ (1 − µ̂( t)) dt
¡ ¢
≤
δ δ
−δ −δ
where the last implication follows by DCT (since 1 − µ̂n ( t) → 1 − µ̂( t) for each
Rδ
t and also |1 − µ̂n ( t)| ≤ 2 for all t. Further, as δ ↓ 0, we get δ1 (1 − µ̂( t)) dt → 0
−δ
(because, 1 − µ̂(0) = 0 and µ̂ is continuous at 0).
Thus, given ² > 0, we can find δ > 0 such that lim supn→∞ µn ([−2/δ, 2/δ] c ) <
². This means that for some finite N , we have µn ([−2/δ, 2/δ] c ) < ² for all
n ≥ N . Now, find A > 2/δ such that for any n ≤ N , we get µn ([−2/δ, 2/δ] c ) < ².
Thus, for any ² > 0, we have produced an A > 0 so that µn ([− A, A ] c ) < ² for
all n. This is the definition of tightness. ■
Zδ
¢ 1
µ [−2/δ, 2/δ] c ≤ (1 − µ̂( t)) dt.
¡
δ
−δ
(C) CONTINUITY THEOREM 63
P ROOF. We write
Z δ Z δ Z
(1 − µ̂( t)) dt = (1 − e itx ) d µ( x) dt
−δ −δ R
Z Z δ
= (1 − e itx ) dtd µ( x)
R −δ
sin( xδ)
Z µ ¶
= 2δ − d µ( x )
R x
sin( xδ)
Z µ ¶
= 2δ 1− d µ( x).
R 2 xδ
x δ)
When | x|δ > 2, we have sin( 1
2 xδ ≤ 2 (since sin( xδ) ≤ 1). Therefore, the integrand is at
least 21 when | x| > δ2 and the integrand is always non-negative since | sin( x)| ≤ | x|.
Therefore we get
Z δ
1 ¡
(1 − µ̂( t)) dt ≥ µ [−2/δ, 2/δ] c .
¢
■
−δ 2