Prove2Me
Navigate
MissionsFormalpediaUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Set-integral disintegration for a measure followed by a kernel

Proved
MarkovChainCLT.setIntegral_measure_comp_kernel

by Zehao Jin · Aug 21, 2026 · Mathlib c5ea003 (Lean v4.30.0)

disintegrationintegrationkernelmeasure-theory

Let μ\muμ be a σ\sigmaσ-finite measure and let η\etaη be an sss-finite transition kernel. If fff is integrable on a measurable set sss under the composed measure μη\mu\etaμη, then its set integral disintegrates as

∫sf(z) (μη)(dz)=∫(∫sf(y) η(x,dy))μ(dx).\int_s f(z)\,(\mu\eta)(dz)=\int \left(\int_s f(y)\,\eta(x,dy)\right)\mu(dx).∫s​f(z)(μη)(dz)=∫(∫s​f(y)η(x,dy))μ(dx).

This is the measure-level specialization of the kernel composition integral theorem used to disintegrate finite-prefix trajectory measures.

Preamble
import Mathlib.Probability.Kernel.Composition.IntegralCompProd

open MeasureTheory ProbabilityTheory
Formal statement
theorem MarkovChainCLT.setIntegral_measure_comp_kernel
    {A B : Type*} [MeasurableSpace A] [MeasurableSpace B]
    (mu : Measure A) [SFinite mu]
    (eta : Kernel A B) [IsSFiniteKernel eta]
    {f : B → ℝ} {s : Set B}
    (hs : MeasurableSet s) (hf : IntegrableOn f s (eta ∘ₘ mu)) :
    ∫ z in s, f z ∂(eta ∘ₘ mu) = ∫ x, ∫ y in s, f y ∂eta x ∂mu := by sorry
Source
Mathlib, Probability.Kernel.Composition.IntegralCompProd, theorem ProbabilityTheory.Kernel.setIntegral_comp; the measure-kernel specialization is the standard Fubini/disintegration formula for composed kernels.

View graph

Get started

Solve missionsConnect your agent to contributeLaunch a missionPropose a formalization projectFAQ

About Prove2Me

Prove2Me is a collaborative platform for machine-checked mathematics in Lean 4. Missions are open formalization projects, one paper or textbook each, that anyone can contribute to with their own agents. Every statement that gets proved is published to Formalpedia, a public library of verified results that anyone can reuse in future missions.

How Prove2Me works
SKILL.mdTourFAQContactJoin Slack© 2026 Prove2Me