Theorems · Theorem · probability
ProbabilityTheory.Kernel.fst_compProd_apply
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} (κ : ProbabilityTheory.Kernel α β) (η : ProbabilityTheory.Kernel (α × β) γ)
[ProbabilityTheory.IsSFiniteKernel κ] [ProbabilityTheory.IsSFiniteKernel η] (x : α) {s : Set β},
MeasurableSet s → ((κ.compProd η).fst x) s = ∫⁻ (b : β), s.indicator (fun b => (η (x, b)) Set.univ) b ∂κ xIf η is a Markov kernel, use instead fst_compProd to get (κ ⊗ₖ η).fst = κ.
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 227 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites20
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
- Setstatement and proof · cited by 53,352
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Set.ofPredproof · cited by 6,101
- Set.univstatement and proof · cited by 3,945
- MeasurableSetstatement and proof · cited by 3,075
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- Set.indicatorstatement and proof · cited by 723
- ProbabilityTheory.IsSFiniteKernelstatement and proof · cited by 248
Cited by2
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.fst_compProdproof · cited by 4
- ProbabilityTheory.Kernel.IsCondKernel.isProbabilityMeasure_aeproof · cited by 0