Theorems · Theorem · measure theory
MeasureTheory.lintegral_prod_mul
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] {f : α → ENNReal} {g : β → ENNReal},
AEMeasurable f μ →
AEMeasurable g ν → ∫⁻ (z : α × β), f z.1 * g z.2 ∂μ.prod ν = (∫⁻ (x : α), f x ∂μ) * ∫⁻ (y : β), g y ∂ν- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 219 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- MeasureTheory.lintegralstatement and proof · cited by 1,152
- AEMeasurablestatement and proof · cited by 840
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
- MeasureTheory.lintegral_prodproof · cited by 20
- AEMeasurable.comp_quasiMeasurePreservingproof · cited by 17
- MeasureTheory.Measure.QuasiMeasurePreserving.idproof · cited by 14
- AEMeasurable.fun_mulproof · cited by 14
- MeasureTheory.QuasiMeasurePreserving.fstproof · cited by 11
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.pdf.indepFun_iff_pdf_prod_eq_pdf_mul_pdfproof · cited by 0