Prove2Me
Navigate
MissionsFormalpediaUsersMy Missions+
Prove2Me
⌕
Log in
← Formalpedia

Set-integral Fubini formula for trajectory continuation

Proved
MarkovChainCLT.setIntegral_trajMeasure_eq_integral_continuation

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

fubinimarkov-kernelset-integraltrajectory-measure

For an Ionescu–Tulcea trajectory measure, a measurable set SSS, and a function FFF integrable on SSS, the set integral can be disintegrated over the random prefix through time jjj:

∫SF(z) μ(dz)=∫[∫SF(y) traj⁡j(x,dy)]μj(dx),\int_S F(z)\,\mu(dz) =\int\left[\int_S F(y)\,\operatorname{traj}_j(x,dy)\right]\mu_j(dx),∫S​F(z)μ(dz)=∫[∫S​F(y)trajj​(x,dy)]μj​(dx),

where μj\mu_jμj​ is the distribution of the finite prefix. This is the specialized kernel-Fubini identity for restarting a trajectory from its observed prefix.

Preamble
import Definitions.Def_MarkovChainPathMeasure
import Theorems.Thm_MarkovChainCLT_traj_comp_map_frestrict_trajMeasure

open Filter Finset Function MeasurableSpace MeasureTheory Preorder ProbabilityTheory
open Filtration
open scoped ENNReal NNReal Topology ProbabilityTheory
open MarkovChainCLT
Formal statement
theorem MarkovChainCLT.setIntegral_trajMeasure_eq_integral_continuation
    {X : ℕ → Type*} [∀ i, MeasurableSpace (X i)]
    (kappa : (n : ℕ) → Kernel (Π i : Iic n, X i) (X (n + 1)))
    [∀ n, IsMarkovKernel (kappa n)]
    (lam : Measure (X 0)) [IsProbabilityMeasure lam] (j : ℕ)
    {F : (Π n, X n) → ℝ} {s : Set (Π n, X n)}
    (hs : MeasurableSet s)
    (hF : IntegrableOn F s (Kernel.trajMeasure lam kappa)) :
    ∫ z in s, F z ∂Kernel.trajMeasure lam kappa =
      ∫ x, (∫ y in s, F y ∂Kernel.traj kappa j x)
        ∂((Kernel.trajMeasure lam kappa).map (frestrictLe j)) := by sorry
Source
Mathlib, Probability/Kernel/Composition/IntegralCompProd.lean, theorem `Kernel.setIntegral_comp`, and Probability/Kernel/IonescuTulcea/Traj.lean, trajectory restart identities, at mathlib revision c5ea00351c28e24afc9f0f84379aa41082b1188f.

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