Probability Textbook (Work in Progress)

by John Della Rosa

Measures

Introduction to Measures

Recommended Prerequesites

  1. Probability
  2. Sigma Algebra

Definition

A measure can be thought of as a function that assigns a number to a set.
More formally, let X be a set and F be a sigma algebra on X, then a measure, μ on (X,F) is a function μ[0,] with the following properties:
  1. Non-negativity: For AF,μ(A)0.
  2. μ()=0
  3. Sigma-additivity: if {An} is a countable collection of disjoint sets in \mathcal{F} (i.e., AiAj= for ij, then
    μ(n=1An)=n=1μ(An).

Properties of a Measure

From the 3 above properties, what are some implied ones?

Monotonicity

If AB and A,BF, μ(A)μ(B)
Why might this be the case?
Recall that a measure of a set is non-negative, so the contribution to the "size" of B from the non-A elements cannot lower the "size".
Proof
If AB, then we can decompose B into two subsets, A and the set BA. Since these are disjoint sets by construction, by the property of sigma-additivity we have: μ(A)+μ(BA)=μ(B) Do to non-negativity, μ(BA)0, thus we get the result ABμ(A)μ(B) And if BA=, recall that μ()=0

Sub-Additivity

μ(n=1An)n=1μ(An)
Proof
Let {{An}n=1} be a countable collection of sets in a sigma algebra, F and let μ be a measure on F. These sets {Bn} are disjoint by construction and satisfy B1=A1,Bn=Ank=1n1Ak for n2. n=1An=n=1Bn Since {Bn} is a disjoint collection, we can apply sigma-additivity: μ(n=1Bn)=n=1μ(Bn). Since BnAn for each n, and by the previously proven monotonoicity of measures, we have μ(Bn)μ(An)for each n n=1μ(Bn)n=1μ(An) μ(n=1An)=μ(n=1Bn)=≤n=1μ(An) μ(n=1An)n=1μ(An)

Completeness

If A is a set of measure zero and BA, then μ(B)=0.

Examples of Measures

Lebesgue Measure

The Lebesgue measure is the analogue of length. Let λ be the Lebesgue measure on B(R). Then λ((a,b))=ba

Probability Measure

A measure, P, on set X with sigma algebra F, if P(X)=1.

Counting Measure

Let X be a set and P(X) be its power set. Let μcount be the counting measure on that sigma algebra. μcount(A)= the number of elements in A for AX.

Measure Practice Problems

  1. Explain why the Counting Measure satisfies the criterium for a measure.
  2. Let X be the set of outcomes of rolling a fair die once. Let F=P(X). Let P be the probability measure on X and F. Let A1 be the rolling a 3. Let A2 be rolling an odd number. Verbally explain monotonicity and sub-additivity as they relate to this example.