Mathlib Map

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.

Defined in
Mathlib.Probability.Kernel.IonescuTulcea.PartialTraj
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.

ProbabilityTheory.Kernel.lmarginalPartialTraj · cited by 12Kernel.lmarginalPartialTr…ProbabilityTheory.Kernel.traj_map_frestrictLe · cited by 10Kernel.traj_map_frestrict…ProbabilityTheory.Kernel.partialTraj_le · cited by 8Kernel.partialTraj_leProbabilityTheory.Kernel.partialTraj_succ_self · cited by 6Kernel.partialTraj_succ_s…ProbabilityTheory.Kernel.traj_comp_partialTraj · cited by 6Kernel.traj_comp_partialT…ProbabilityTheory.Kernel.isProjectiveMeasureFamily_partialTraj · cited by 5Kernel.isProjectiveMeasur…ProbabilityTheory.Kernel.partialTraj_self · cited by 5Kernel.partialTraj_selfProbabilityTheory.Kernel.partialTraj_comp_partialTraj · cited by 3Kernel.partialTraj_comp_p…ProbabilityTheory.Kernel.partialTraj_eq_prod · cited by 3Kernel.partialTraj_eq_prodProbabilityTheory.Kernel.partialTraj_map_frestrictLe₂ · cited by 3Kernel.partialTraj_map_fr…ProbabilityTheory.Kernel.partialTraj_succ_of_le · cited by 3Kernel.partialTraj_succ_o…ProbabilityTheory.Kernel.measurable_lmarginalPartialTraj · cited by 2Kernel.measurable_lmargin…ProbabilityTheory.Kernel.integral_traj_partialTraj' · cited by 2Kernel.integral_traj_part…ProbabilityTheory.Kernel.isProjectiveLimit_trajFun · cited by 2Kernel.isProjectiveLimit_…ProbabilityTheory.Kernel.partialTraj_compProd_traj · cited by 2Kernel.partialTraj_compPr…DFunLike.coe · cited by 62936DFunLike.coeFinset · cited by 13712FinsetMeasurableSpace · cited by 13106MeasurableSpaceProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelFinset.Iic · cited by 280Finset.IicProbabilityTheory.Kernel.comp · cited by 129Kernel.compProbabilityTheory.Kernel.map · cited by 84Kernel.mapProbabilityTheory.Kernel.id · cited by 72Kernel.idProbabilityTheory.Kernel.prod · cited by 65Kernel.prodProbabilityTheory.Kernel.deterministic · cited by 57Kernel.deterministicPreorder.frestrictLe₂ · cited by 23Preorder.frestrictLe₂IicProdIoc · cited by 20IicProdIocNat.leRec · cited by 13Nat.leRecMeasurableEquiv.piSingleton · cited by 10MeasurableEquiv.piSinglet…Kernel.partialTrajCITED BYCITES

Cites14

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by45

Results whose statement or proof uses this declaration.