Theorems · Theorem · probability
MeasureTheory.Measure.setLIntegral_compProd
∀ {α : Type u_1} {β : Type u_2} {mα : MeasurableSpace α} {mβ : MeasurableSpace β} {μ : MeasureTheory.Measure α}
{κ : ProbabilityTheory.Kernel α β} [MeasureTheory.SFinite μ] [ProbabilityTheory.IsSFiniteKernel κ]
{f : α × β → ENNReal},
Measurable f →
∀ {s : Set α},
MeasurableSet s →
∀ {t : Set β},
MeasurableSet t →
∫⁻ (x : α × β) in s ×ˢ t, f x ∂μ.compProd κ = ∫⁻ (a : α) in s, ∫⁻ (b : β) in t, f (a, b) ∂κ a ∂μ- Cited by
- 2 results in Mathlib
- Foundations
- Depth 230 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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 and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasurableSetstatement and proof · cited by 3,075
- SProd.sprodstatement and proof · cited by 1,750
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- Measurablestatement and proof · cited by 1,499
- ProbabilityTheory.Kernelstatement and proof · cited by 1,281
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- MeasureTheory.SFinitestatement and proof · cited by 449
Cited by2
Results whose statement or proof uses this declaration.
- MeasureTheory.Measure.setLIntegral_condKernelproof · cited by 2
- MeasureTheory.lintegral_rnDeriv_compProdproof · cited by 1