Theorems · Theorem · probability
ProbabilityTheory.setIntegral_compProd
∀ {α : Type u_1} {β : Type u_2} {γ : Type u_3} {E : Type u_4} {mα : MeasurableSpace α} {mβ : MeasurableSpace β}
{mγ : MeasurableSpace γ} [inst : NormedAddCommGroup E] {a : α} {κ : ProbabilityTheory.Kernel α β}
[ProbabilityTheory.IsSFiniteKernel κ] {η : ProbabilityTheory.Kernel (α × β) γ} [ProbabilityTheory.IsSFiniteKernel η]
[inst_3 : NormedSpace ℝ E] {f : β × γ → E} {s : Set β} {t : Set γ},
MeasurableSet s →
MeasurableSet t →
MeasureTheory.IntegrableOn f (s ×ˢ t) ((κ.compProd η) a) →
∫ (z : β × γ) in s ×ˢ t, f z ∂(κ.compProd η) a = ∫ (x : β) in s, ∫ (y : γ) in t, f (x, y) ∂η (a, x) ∂κ a- Cited by
- 4 results in Mathlib
- Foundations
- Depth 263 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
- Realstatement and proof · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- NormedSpacestatement and proof · cited by 12,499
- MeasureTheory.Measurestatement and proof · cited by 10,939
- MeasurableSetstatement and proof · cited by 3,075
- MeasureTheory.integralstatement and proof · cited by 1,779
- SProd.sprodstatement and proof · cited by 1,750
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- MeasureTheory.Integrableproof · cited by 1,367
Cited by4
Results whose statement or proof uses this declaration.
- ProbabilityTheory.setIntegral_condKernelproof · cited by 2
- MeasureTheory.Measure.setIntegral_compProdproof · cited by 1
- ProbabilityTheory.setIntegral_compProd_univ_leftproof · cited by 0
- ProbabilityTheory.setIntegral_compProd_univ_rightproof · cited by 0