Minlos' Theorem #
Minlos' theorem: on a nuclear locally convex space E, a continuous positive-definite normalized functional Φ : E → ℂ is the characteristic functional of a unique probability measure on the topological dual E' = WeakDual ℝ E.
Proof strategy #
- Finite-dim marginals (proved in FinDimMarginals.lean): For each finite F = {f₁,...,fₙ} ⊂ E, Bochner gives μ_F on ℝⁿ with charFun = Φ(∑ tᵢfᵢ).
- Projective family (proved in ProjectiveFamily.lean): Transport marginals
to
∀ j : J, ℝindexed byFinset E, forming anIsProjectiveMeasureFamily. - Kolmogorov extension (imported from KolmogorovExtension4):
projectiveLimitgives measure ν on E → ℝ. - Measurable projection (MeasurableModification.lean): Push forward ν through a measurable map P : (E → ℝ) → WeakDual ℝ E to get μ = ν.map P.
- CF verification: P(ω)(f) = ω(f) ν-a.e., so charFun(μ) = Φ.
- Uniqueness: P ∘ embed = id, so μ' = (μ'.map embed).map P = ν.map P = μ.
References #
- Minlos, "Generalized random processes and their extension to measures" (1959)
- Gel'fand-Vilenkin, "Generalized Functions" Vol. 4, Ch. IV, Thm 3
- Billingsley, "Convergence of Probability Measures", Thm 36.1
- Degenne-Pfaffelhuber, KolmogorovExtension4 (formalized Kolmogorov extension)
Main Theorem #
Minlos' Theorem (existence and uniqueness): On a nuclear, separable, locally convex space E, a continuous, positive definite, normalized functional Φ : E → ℂ is the characteristic functional of a unique probability measure μ on the topological dual E':
Φ(f) = ∫_{E'} exp(i ω(f)) dμ(ω)
Proof: Combine finite-dimensional Bochner (→ marginal measures), Kolmogorov extension (→ measure ν on E → ℝ), measurable projection P (→ μ = ν.map P on WeakDual ℝ E), CF verification (P(ω)(f) = ω(f) a.e.), and uniqueness (P ∘ embed = id).
References: Minlos (1959), Gel'fand-Vilenkin Vol. 4, Billingsley, Degenne-Pfaffelhuber (KolmogorovExtension4).
Derived results #
Derived uniqueness: two probability measures with the same characteristic functional on a nuclear space must be equal.