Theorems · Theorem · probability
ProbabilityTheory.Kernel.lmarginalPartialTraj_succ
∀ {X : ℕ → Type u_1} {mX : (n : ℕ) → MeasurableSpace (X n)}
{κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))}
[∀ (n : ℕ), ProbabilityTheory.IsSFiniteKernel (κ n)] (a : ℕ) {f : ((n : ℕ) → X n) → ENNReal},
Measurable f →
∀ (x₀ : (n : ℕ) → X n),
ProbabilityTheory.Kernel.lmarginalPartialTraj κ a (a + 1) f x₀ =
∫⁻ (x : X (a + 1)), f (Function.update x₀ (a + 1) x) ∂(κ a) (Preorder.frestrictLe a x₀)Integrating f against partialTraj κ a (a + 1) is the same as integrating against κ a.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 229 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites32
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
- Function.updatestatement and proof · cited by 502
- not_leproof · cited by 328
- Finset.Iocproof · cited by 301
- Finset.Iicstatement and proof · cited by 280
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.le_lmarginalPartialTraj_succproof · cited by 1