Theorems · Theorem · probability
ProbabilityTheory.Kernel.partialTraj_le_def
∀ {X : ℕ → Type u_1} {mX : (n : ℕ) → MeasurableSpace (X n)} {a b : ℕ}
{κ : (n : ℕ) → ProbabilityTheory.Kernel ((i : ↥(Finset.Iic n)) → X ↑i) (X (n + 1))} (hab : a ≤ b),
ProbabilityTheory.Kernel.partialTraj κ a b =
Nat.leRec ProbabilityTheory.Kernel.id
(fun k x κ_k =>
((ProbabilityTheory.Kernel.id.prod ((κ k).map ⇑(MeasurableEquiv.piSingleton k))).comp κ_k).map
(IicProdIoc k (k + 1)))
hab- Cited by
- 1 results in Mathlib
- Foundations
- Depth 226 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- not_leproof · cited by 328
- Finset.Iocstatement · cited by 301
- Finset.Iicstatement and proof · cited by 280
- MeasurableEquivstatement · cited by 269
- ProbabilityTheory.Kernel.compstatement and proof · cited by 129
- eq_or_lt_of_leproof · cited by 92
- ProbabilityTheory.Kernel.mapstatement and proof · cited by 84
- ProbabilityTheory.Kernel.idstatement and proof · cited by 72
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.partialTraj_succ_of_leproof · cited by 3