Theorems · Definition · probability
ProbabilityTheory.Kernel.partialTraj
{X : ℕ → Type u_1} →
{mX : (n : ℕ) → MeasurableSpace (X n)} →
((n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))) →
(a b : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic a)) → X ↑i) ((i : ↥(Finset.Iic b)) → X ↑i)Given a family of kernels κ n from X 0 × ... × X n to X (n + 1) for all n,
construct a kernel from X 0 × ... × X a to X 0 × ... × X b by iterating κ.
The idea is that the input is some trajectory up to time a, and the output is the distribution
of the trajectory up to time b. In particular if b ≤ a, this is just a deterministic kernel
(see partialTraj_le). The name partialTraj stands for "partial trajectory".
This kernel can be extended into a kernel with codomain Π n, X n via the Ionescu-Tulcea theorem.
- Cited by
- 44 results in Mathlib
- Foundations
- Depth 222 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- Finset.Iicstatement and proof · cited by 280
- ProbabilityTheory.Kernel.compproof · cited by 129
- ProbabilityTheory.Kernel.mapproof · cited by 84
- ProbabilityTheory.Kernel.idproof · cited by 72
- ProbabilityTheory.Kernel.prodproof · cited by 65
- ProbabilityTheory.Kernel.deterministicproof · cited by 57
- Preorder.frestrictLe₂proof · cited by 23
- IicProdIocproof · cited by 20
Cited by45
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.lmarginalPartialTrajproof · cited by 12
- ProbabilityTheory.Kernel.traj_map_frestrictLestatement and proof · cited by 10
- ProbabilityTheory.Kernel.partialTraj_lestatement · cited by 8
- ProbabilityTheory.Kernel.partialTraj_succ_selfstatement · cited by 6
- ProbabilityTheory.Kernel.traj_comp_partialTrajstatement and proof · cited by 6
- ProbabilityTheory.Kernel.isProjectiveMeasureFamily_partialTrajstatement and proof · cited by 5
- ProbabilityTheory.Kernel.partialTraj_selfstatement · cited by 5
- ProbabilityTheory.Kernel.partialTraj_comp_partialTrajstatement and proof · cited by 3
- ProbabilityTheory.Kernel.partialTraj_eq_prodstatement and proof · cited by 3
- ProbabilityTheory.Kernel.partialTraj_map_frestrictLe₂statement and proof · cited by 3
- ProbabilityTheory.Kernel.partialTraj_succ_of_lestatement and proof · cited by 3
- ProbabilityTheory.Kernel.measurable_lmarginalPartialTrajproof · cited by 2