Types of Distributions.
Definition (Absolutely Continuous Distribution). A cumulative distribution function (CDF) represents an absolutely continuous distribution if there exists a non-negative, integrable function , called the probability density function (PDF), such that for all ,
An absolutely continuous CDF is continuous everywhere and differentiable almost everywhere, with its derivative being the PDF, a.e.
Definition (Discrete Distribution). A CDF represents a discrete distribution if it is a step function that increases only by a countable number of finite jumps. If the jump points are the countable set , then can be written as
where is the jump size at , and .
Definition (Singular Continuous Distribution). A CDF represents a singular continuous distribution if it satisfies two conditions:
- is continuous for all .
- Its derivative exists and is zero almost everywhere, i.e., for all except for a set of Lebesgue measure zero.
The Cantor function is the canonical example of a singular continuous CDF.
The Lebesgue Decomposition Theorem.
Theorem (Lebesgue Decomposition for CDFs). Any cumulative distribution function can be uniquely decomposed into a convex combination
where is an absolutely continuous CDF, is a discrete CDF, and is a singular continuous CDF. The coefficients are non-negative and sum to 1.
Proof. Existence. Let be an arbitrary CDF. The proof proceeds by construction in two steps.
-
Extracting the Discrete Part. Let be the set of discontinuity points of . This set is countable. For each , define the jump size . Construct the function . Let . If , define the discrete CDF . If , the distribution has no discrete part. Now define the continuous part of as . The function is continuous because all jumps of have been subtracted out. It is also non-decreasing.
-
Decomposing the Continuous Part. Any non-decreasing function like is differentiable almost everywhere. Let its derivative be . The function is non-negative and integrable. We can now define the absolutely continuous component of by integrating its derivative:
Next, define the singular continuous component as the remainder: . By construction, is continuous. Its derivative is almost everywhere. Thus, corresponds to a singular continuous distribution.
Let and . If , define . If , define . We have constructed the decomposition . The coefficients sum to one:
This establishes the existence of the decomposition.
Uniqueness. Suppose and are two such decompositions. The set of discontinuities of and the corresponding jump sizes are uniquely determined by . Only the discrete components contribute to jumps. Thus, the function representing all jumps, , must be identical to . Taking the limit as gives . If , then .
This implies the continuous parts are equal: . Differentiating this equation gives . Since and are singular continuous, almost everywhere. Therefore, almost everywhere. The absolutely continuous part of a function is uniquely determined by integrating its derivative, so . Taking the limit as gives . If , then . By subtraction, it follows that , which implies and . The decomposition is unique. ```