Theorems · Theorem · probability
ProbabilityTheory.Kernel.partialTraj_compProd_eq_map_traj
∀ {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 b : ℕ},
a ≤ b →
∀ {x₀ : (n : ↥(Finset.Iic a)) → X ↑n},
((ProbabilityTheory.Kernel.partialTraj κ a b) x₀).compProd (κ b) =
MeasureTheory.Measure.map (fun x => (Preorder.frestrictLe b x, x (b + 1)))
((ProbabilityTheory.Kernel.traj κ a) x₀)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 276 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.Measure.mapstatement and proof · cited by 858
- Finset.Iicstatement and proof · cited by 280
- measurable_id'proof · cited by 145
- MeasureTheory.Measure.compProdstatement and proof · cited by 132
- ProbabilityTheory.IsMarkovKernelstatement and proof · cited by 124
- Measurable.prodMkproof · cited by 115
- measurable_pi_applyproof · cited by 77
Cited by1
Results whose statement or proof uses this declaration.