Theorems · Theorem · probability
ProbabilityTheory.Kernel.partialTraj_eq_prod
∀ {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 b : ℕ),
ProbabilityTheory.Kernel.partialTraj κ a b =
(ProbabilityTheory.Kernel.id.prod ((ProbabilityTheory.Kernel.partialTraj κ a b).map (Finset.restrict₂ ⋯))).map
(IicProdIoc a b)This is a technical lemma saying that partialTraj κ a b consists of two independent parts, the
first one being the identity. It allows to compute integrals.
- Cited by
- 3 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.
Cites79
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
- MeasureTheory.Measureproof · cited by 10,939
- LE.le.transproof · cited by 3,151
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.Measure.mapproof · cited by 858
- MeasureTheory.Measure.prodproof · cited by 353
- not_leproof · cited by 328
- Finset.Iocstatement and proof · cited by 301
- le_totalproof · cited by 294
- Finset.Iicstatement and proof · cited by 280
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.lmarginalPartialTraj_eq_lintegral_mapproof · cited by 2
- ProbabilityTheory.Kernel.traj_eq_prodproof · cited by 1
- MeasureTheory.partialTraj_constproof · cited by 1