Theorems · Theorem · probability
ProbabilityTheory.Kernel.parallelComp_def
∀ {α : Type u_5} {β : Type u_6} {γ : Type u_7} {δ : Type u_8} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} {mδ : MeasurableSpace δ} (κ : ProbabilityTheory.Kernel α β)
(η : ProbabilityTheory.Kernel γ δ),
κ.parallelComp η =
if h : ProbabilityTheory.IsSFiniteKernel κ ∧ ProbabilityTheory.IsSFiniteKernel η then
{ toFun := fun x => (κ x.1).prod (η x.2), measurable' := ⋯ }
else 0- Cited by
- 3 results in Mathlib
- Foundations
- Depth 221 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- ProbabilityTheory.IsSFiniteKernelstatement and proof · cited by 248
- ProbabilityTheory.Kernel.parallelCompstatement · cited by 49
Cited by3
Results whose statement or proof uses this declaration.
- ProbabilityTheory.Kernel.parallelComp_applyproof · cited by 18
- ProbabilityTheory.Kernel.parallelComp_of_not_isSFiniteKernel_leftproof · cited by 7
- ProbabilityTheory.Kernel.parallelComp_of_not_isSFiniteKernel_rightproof · cited by 7