Theorems · Theorem · probability
ProbabilityTheory.Kernel.traj_eq_prod
∀ {X : ℕ → Type u_1} [inst : (n : ℕ) → MeasurableSpace (X n)]
{κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))}
[inst_1 : ∀ (n : ℕ), ProbabilityTheory.IsMarkovKernel (κ n)] (a : ℕ),
ProbabilityTheory.Kernel.traj κ a =
(ProbabilityTheory.Kernel.id.prod ((ProbabilityTheory.Kernel.traj κ a).map (Set.Ioi a).domRestrict)).map
⇑(MeasurableEquiv.IicProdIoi a)This theorem shows that traj κ n is, up to an equivalence, the product of
a deterministic kernel with another kernel. This is an intermediate result to compute integrals
with respect to this kernel.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 273 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites41
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
- Setstatement · cited by 53,352
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- Set.Elemstatement and proof · cited by 7,166
- Set.Ioistatement and proof · cited by 1,463
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- Set.domRestrictstatement and proof · cited by 383
- Finset.Iocproof · cited by 301
- Finset.Iicstatement and proof · cited by 280
- MeasurableEquivstatement · cited by 269
- measurable_id'proof · cited by 145
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.traj_map_updateFinsetproof · cited by 3