Theorems · Theorem · probability
ProbabilityTheory.Kernel.lmarginalPartialTraj_self
∀ {X : ℕ → Type u_1} {mX : (n : ℕ) → MeasurableSpace (X n)} {a b c : ℕ}
{κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))},
a ≤ b →
b ≤ c →
∀ {f : ((n : ℕ) → X n) → ENNReal},
Measurable f →
ProbabilityTheory.Kernel.lmarginalPartialTraj κ a b (ProbabilityTheory.Kernel.lmarginalPartialTraj κ b c f) =
ProbabilityTheory.Kernel.lmarginalPartialTraj κ a c fIntegrating f against partialTraj κ a b and then against partialTraj κ b c is the same
as integrating f against partialTraj κ a c.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 231 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites24
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealstatement and proof · cited by 9,879
- LT.lt.leproof · cited by 2,189
- le_rflproof · cited by 1,558
- Measurablestatement and proof · cited by 1,499
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralproof · cited by 1,152
- Finset.Iicstatement and proof · cited by 280
- Measurable.fun_compproof · cited by 95
- eq_or_lt_of_leproof · cited by 92
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.le_lmarginalPartialTraj_succproof · cited by 1
- DependsOn.lmarginalPartialTraj_const_rightproof · cited by 1