Theorems · Theorem · probability
ProbabilityTheory.Kernel.comp_assoc
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} {δ : Type u_4} {mδ : MeasurableSpace δ} (ξ : ProbabilityTheory.Kernel γ δ)
(η : ProbabilityTheory.Kernel β γ) (κ : ProbabilityTheory.Kernel α β), (ξ.comp η).comp κ = ξ.comp (η.comp κ)Composition of kernels is associative.
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 216 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- ENNRealproof · cited by 9,879
- Measurableproof · cited by 1,499
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralproof · cited by 1,152
- ProbabilityTheory.Kernel.compstatement and proof · cited by 129
- ProbabilityTheory.Kernel.lintegral_compproof · cited by 9
- Measurable.lintegral_kernelproof · cited by 6
- ProbabilityTheory.Kernel.ext_funproof · cited by 2
Cited by7
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.partialTraj_comp_partialTrajproof · cited by 3
- ProbabilityTheory.Kernel.parallelComp_comp_prodproof · cited by 3
- ProbabilityTheory.bayesRisk_le_bayesRisk_compproof · cited by 2
- ProbabilityTheory.Kernel.parallelComp_comp_parallelCompproof · cited by 2
- ProbabilityTheory.parallelProd_posterior_comp_copy_compproof · cited by 2
- ProbabilityTheory.Kernel.parallelComp_id_right_comp_parallelCompproof · cited by 2
- ProbabilityTheory.posterior_compproof · cited by 0