Theorems · Theorem · probability
ProbabilityTheory.Kernel.lmarginalPartialTraj_eq_lintegral_map
∀ {X : ℕ → Type u_1} {mX : (n : ℕ) → MeasurableSpace (X n)} {a b : ℕ}
{κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))}
[∀ (n : ℕ), ProbabilityTheory.IsSFiniteKernel (κ n)] {f : ((n : ℕ) → X n) → ENNReal},
Measurable f →
∀ (x₀ : (n : ℕ) → X n),
ProbabilityTheory.Kernel.lmarginalPartialTraj κ a b f x₀ =
∫⁻ (x : (i : ↥(Finset.Ioc a b)) → X ↑i),
f
(Function.updateFinset x₀ (Finset.Ioc a b)
x) ∂((ProbabilityTheory.Kernel.partialTraj κ a b).map (Finset.restrict₂ ⋯)) (Preorder.frestrictLe a x₀)Integrating f against partialTraj κ a b x is the same as integrating only over the variables
from x_{a+1} to x_b.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 232 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites29
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement and proof · cited by 62,936
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Measurablestatement and proof · cited by 1,499
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- not_leproof · cited by 328
- Finset.Iocstatement and proof · cited by 301
- Finset.Iicstatement and proof · cited by 280
- ProbabilityTheory.IsSFiniteKernelstatement and proof · cited by 248
Cited by2
Results whose statement or proof uses this declaration.
- DependsOn.dependsOn_lmarginalPartialTrajproof · cited by 2
- DependsOn.lmarginalPartialTraj_of_leproof · cited by 2