Theorems · Theorem · probability
ProbabilityTheory.Kernel.traj_apply
∀ {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 : ℕ) (x : (i : ↥(Finset.Iic a)) → X ↑i),
(ProbabilityTheory.Kernel.traj κ a) x = ProbabilityTheory.Kernel.trajFun κ a x- Cited by
- 1 results in Mathlib
- Foundations
- Depth 271 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coestatement · cited by 62,936
- Finsetstatement · cited by 13,712
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- Finset.Iicstatement and proof · cited by 280
- ProbabilityTheory.IsMarkovKernelstatement and proof · cited by 124
- ProbabilityTheory.Kernel.trajstatement · cited by 26
- ProbabilityTheory.Kernel.trajFunstatement · cited by 6
Cited by1
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.traj_map_frestrictLeproof · cited by 10