Inversion and Uniqueness Theorems

From Transform to Distribution

We have seen that transforms are useful for computing with sums of independent random variables. But this is only useful if we can recover the distribution from the transform. The inversion theorem tells us how, and the uniqueness theorem guarantees that no information is lost in the transform β€” knowing the CF is the same as knowing the CDF.

Theorem: Fourier Inversion Formula

If XX has a continuous PDF f(x)f(x) and Ο•X∈L1(R)\phi_X \in L^1(\mathbb{R}) (i.e., βˆ«βˆ’βˆžβˆžβˆ£Ο•X(u)βˆ£β€‰du<∞\int_{-\infty}^{\infty} |\phi_X(u)|\,du < \infty), then

f(x)=12Ο€βˆ«βˆ’βˆžβˆžΟ•X(u) eβˆ’jux du.f(x) = \frac{1}{2\pi}\int_{-\infty}^{\infty} \phi_X(u)\,e^{-jux}\,du.

The PDF and CF form a Fourier transform pair (up to sign convention).

The characteristic function decomposes the distribution into "frequency components." The inversion formula reassembles the PDF from these components, exactly as Fourier synthesis reconstructs a signal from its spectrum.

Theorem: General Inversion Formula (Levy)

Let Fβ€ΎX(x)=12[F(x)+lim⁑h↓0F(xβˆ’h)]\overline{F}_X(x) = \frac{1}{2}[F(x) + \lim_{h \downarrow 0}F(x - h)] be the symmetrized CDF. Then for any a<ba < b:

Fβ€ΎX(b)βˆ’Fβ€ΎX(a)=lim⁑Tβ†’βˆžβˆ«βˆ’TTeβˆ’jauβˆ’eβˆ’jbu2Ο€ju ϕX(u) du.\overline{F}_X(b) - \overline{F}_X(a) = \lim_{T \to \infty}\int_{-T}^{T} \frac{e^{-jau} - e^{-jbu}}{2\pi ju}\,\phi_X(u)\,du.

At continuity points of FF, Fβ€ΎX=F\overline{F}_X = F, so the formula recovers the CDF itself.

This general formula works even when the CF is not in L1L^1 β€” for example, for the Cauchy distribution. The price is a limiting truncation of the integral, rather than convergence of the improper integral.

,

Theorem: Uniqueness of the Characteristic Function

Two random variables XX and YY have the same CDF if and only if they have the same characteristic function:

Ο•X(u)=Ο•Y(u)β€…β€ŠforΒ allΒ u∈R⟺F(x)=FY(x)β€…β€ŠforΒ allΒ x∈R.\phi_X(u) = \phi_Y(u) \;\text{for all } u \in \mathbb{R} \quad\Longleftrightarrow\quad F(x) = F_Y(x) \;\text{for all } x \in \mathbb{R}.

The CF is an injective map from distributions to functions. This is what makes the product-of-CFs approach definitive: if we compute the CF of a sum and recognize it as the CF of a known distribution, we have identified the distribution of the sum with certainty.

Key Takeaway

The characteristic function uniquely determines the distribution. This is the foundation of the "identify by CF" strategy: compute the CF of a random variable, recognize it as belonging to a known family, and conclude that the random variable has that distribution.

Example: Deriving the Chi-Squared Distribution via the CF

Let X1,…,X2mX_1, \ldots, X_{2m} be i.i.d. N(0,1)\mathcal{N}(0, 1). Find the distribution of Y=βˆ‘i=12mXi2Y = \sum_{i=1}^{2m} X_i^2 using characteristic functions.

Visualizing the Fourier Inversion Formula

This animation shows how the inverse Fourier integral reconstructs the PDF from the characteristic function. As the truncation TT increases, the partial reconstruction converges to the true density, exhibiting Gibbs-like oscillations at discontinuities.
Reconstruction of f(x)f(x) from Ο•X(u)\phi_X(u) via the inverse Fourier integral with increasing truncation TT.

Historical Note: Paul Levy and the Triumph of Characteristic Functions

20th century

Paul Levy (1886--1971) established characteristic functions as the central tool of probability theory in the early 20th century. His Calcul des Probabilites (1925) proved the continuity theorem β€” that convergence of CFs implies convergence in distribution β€” which gave the first clean proof of the central limit theorem. Levy also pioneered the study of stable distributions, which are precisely those distributions whose CFs have the form exp⁑(jΞΌuβˆ’c∣u∣α(1βˆ’jΞ²sgn(u)tan⁑(πα/2)))\exp(j\mu u - c|u|^\alpha(1 - j\beta\text{sgn}(u)\tan(\pi\alpha/2))). The Gaussian (Ξ±=2\alpha = 2) and Cauchy (Ξ±=1\alpha = 1) are special cases.

Common Mistake: Not Every CF Has a Simple Inverse

Mistake:

Assuming that the inversion integral always yields a closed-form PDF. In practice, many CFs (e.g., the CF of a sum of unlike independent random variables) do not invert to standard distributions.

Correction:

The inversion theorem guarantees the existence of the inverse, not that it has a closed form. When closed-form inversion fails, use numerical Fourier inversion (e.g., the FFT) or Gil-Pelaez inversion for computing tail probabilities directly from the CF.

Fourier Transform Pair

A PDF f(x)f(x) and its characteristic function Ο•X(u)\phi_X(u) are Fourier transform pairs: Ο•X(u)=F[f](βˆ’u)\phi_X(u) = \mathcal{F}[f](-u) and f(x)=12Ο€βˆ«Ο•X(u)eβˆ’jux duf(x) = \frac{1}{2\pi}\int \phi_X(u) e^{-jux}\,du.

Related: Characteristic Function