Homepage Solution manuals Terence Tao Probability Theory Exercise 0.26 (Properties of Stieltjes measure function)

Exercise 0.26 (Properties of Stieltjes measure function)

Let (,,P) be the real probability space, and let F be the Stieltjes measure function associated with P. Show that

1.
F is non-decreasing.
2.
lim tF(t) = 0 and lim t+F(t) = 1.
3.
F is right continuous, i.e., for all t we have F(t) = lim st+F(s).

Answers

1.
If y x, then (,x] (,y], so P ((,x]) P ((,x]) by the monotonicity property of the probability measure P (Exercise 23). Thus, we have F(x) F(y).
2.
By Exercise 9.3.1 of Analysis I we can replace the continuous lim tF(t) by the convergence along any arbitrary sequence (tn)n in with tn t. (Without loss of generality, we can make the sequence monotone decreasing also by setting tn = ti such that ti is the first element with property ti tn1 and i > n 1.) But then ((,tn])n is a sequence of nested B-measurable sets and so we can use the downwards monotone convergence (Exercise 23) to deduce that lim nF(tn) = lim nP((,tn]) = P ( n=1E n) = P() = 0

Similarly, by the upwards monotone convergence (Exercise 23) we see that

lim nF(tn) = lim nP((,tn]) = P ( n=1E n) = P() = 1.

3.
Again, we use a monotone decreasing sequence (sn)n with sn t. We have two cases:
  • (sn)n eventually becomes t, in which case the theorem assertion follows obviously
  • We have eventually snt for all n.

We inspect the latter case. By additivity of the probability measure combined with the downwards monotone convergence (Exercise 23) we obtain:

lim nF(sn) = lim nP ((,sn]) = lim nP ((,t]) + P ((t,sn]) = P ((,t]) + lim nP ((t,sn]) = F(t) + P ( n(t,sn]) = F(t) + P() = F(t)

Remark 1. Note that this trick will not work with the left limits since

lim nF(sn) = lim nP ((,sn]) = lim nP ((,t]) P ((sn,t]) = P ((,t]) lim nP ((sn,t]) = F(t) P ( n(sn,t]) = F(t) P({t}).

User profile picture
2021-08-02 00:00
Comments
  • You need to show the limit exists in part 2 before anything else. A lot of other solutions are either incorrect or incomplete.
    isn2023-08-20