Mathlib Map

Theorems · Definition · probability

ProbabilityTheory.Kernel.traj

{X : ℕ → Type u_1} →
  [inst : (n : ℕ) → MeasurableSpace (X n)] →
    (κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))) →
      [∀ (n : ℕ), ProbabilityTheory.IsMarkovKernel (κ n)] →
        (a : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic a)) → X ↑i) ((n : ℕ) → X n)

Ionescu-Tulcea Theorem : Given a family of kernels κ n taking variables in Iic n with value in X (n + 1), the kernel traj κ a takes a variable x depending on the variables i ≤ a and associates to it a kernel on trajectories depending on all variables, where the entries with index ≤ a are those of x, and then one follows iteratively the kernels κ a, then κ (a + 1), and so on. The fact that such a kernel exists on infinite trajectories is not obvious, and is the content of the Ionescu-Tulcea theorem.

Defined in
Mathlib.Probability.Kernel.IonescuTulcea.Traj
Cited by
26 results in Mathlib
Foundations
Depth 270 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
MeasurableSpaceProbabilityTheory.IsMarkovKernel

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

ProbabilityTheory.Kernel.traj_map_frestrictLe · cited by 10Kernel.traj_map_frestrict…ProbabilityTheory.Kernel.traj_comp_partialTraj · cited by 6Kernel.traj_comp_partialT…MeasureTheory.Measure.infinitePiNat · cited by 5Measure.infinitePiNatProbabilityTheory.Kernel.traj_map_updateFinset · cited by 3Kernel.traj_map_updateFin…ProbabilityTheory.Kernel.integral_traj_partialTraj' · cited by 2Kernel.integral_traj_part…ProbabilityTheory.Kernel.partialTraj_compProd_traj · cited by 2Kernel.partialTraj_compPr…ProbabilityTheory.Kernel.eq_traj' · cited by 2Kernel.eq_traj'ProbabilityTheory.Kernel.trajMeasure · cited by 2Kernel.trajMeasureProbabilityTheory.Kernel.condExp_traj · cited by 1Kernel.condExp_trajProbabilityTheory.Kernel.setIntegral_traj_partialTraj · cited by 1Kernel.setIntegral_traj_p…ProbabilityTheory.Kernel.setIntegral_traj_partialTraj' · cited by 1Kernel.setIntegral_traj_p…MeasureTheory.Measure.isProjectiveLimit_infinitePiNat · cited by 1Measure.isProjectiveLimit…ProbabilityTheory.Kernel.partialTraj_compProd_eq_map_traj · cited by 1Kernel.partialTraj_compPr…ProbabilityTheory.Kernel.eq_traj · cited by 1Kernel.eq_trajProbabilityTheory.Kernel.lintegral_traj₀ · cited by 1Kernel.lintegral_traj₀Finset · cited by 13712FinsetMeasurableSpace · cited by 13106MeasurableSpaceProbabilityTheory.Kernel · cited by 1281ProbabilityTheory.KernelFinset.Iic · cited by 280Finset.IicProbabilityTheory.IsMarkovKernel · cited by 124ProbabilityTheory.IsMarko…ProbabilityTheory.Kernel.trajFun · cited by 6Kernel.trajFunProbabilityTheory.Kernel.measurable_trajFun · cited by 0Kernel.measurable_trajFunKernel.trajCITED BYCITES

Cites7

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

Cited by28

Results whose statement or proof uses this declaration.