Theorems · Theorem · probability
ProbabilityTheory.Kernel.ae_ae_of_ae_compProd
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} {κ : ProbabilityTheory.Kernel α β} [ProbabilityTheory.IsSFiniteKernel κ]
{η : ProbabilityTheory.Kernel (α × β) γ} [ProbabilityTheory.IsSFiniteKernel η] {a : α} {p : β × γ → Prop},
(∀ᵐ (bc : β × γ) ∂(κ.compProd η) a, p bc) → ∀ᵐ (b : β) ∂κ a, ∀ᵐ (c : γ) ∂η (a, b), p (b, c)- Cited by
- 7 results in Mathlib
- Foundations
- Depth 229 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 and proof · cited by 62,936
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement · cited by 10,939
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- ProbabilityTheory.IsSFiniteKernelstatement and proof · cited by 248
- ProbabilityTheory.Kernel.compProdstatement and proof · cited by 99
- ProbabilityTheory.Kernel.ae_null_of_compProd_nullproof · cited by 1
Cited by7
Results whose statement or proof uses this declaration.
- MeasureTheory.AEStronglyMeasurable.integral_kernel_compProdproof · cited by 4
- ProbabilityTheory.integral_compProdproof · cited by 4
- MeasureTheory.Measure.ae_ae_of_ae_compProdproof · cited by 3
- MeasureTheory.AEStronglyMeasurable.compProd_mk_leftproof · cited by 2
- ProbabilityTheory.hasFiniteIntegral_compProd_iff'proof · cited by 1
- ProbabilityTheory.Kernel.ae_compProd_iffproof · cited by 1
- ProbabilityTheory.Kernel.lintegral_compProd₀proof · cited by 0