Theorems · Theorem · measure theory
MeasureTheory.lintegral_lintegral_mul
∀ {α : Type u_1} {m : MeasurableSpace α} {μ : MeasureTheory.Measure α} {β : Type u_3} [inst : MeasurableSpace β]
{ν : MeasureTheory.Measure β} {f : α → ENNReal} {g : β → ENNReal},
AEMeasurable f μ →
AEMeasurable g ν → ∫⁻ (x : α), ∫⁻ (y : β), f x * g y ∂ν ∂μ = (∫⁻ (x : α), f x ∂μ) * ∫⁻ (y : β), g y ∂νA double integral of a product where each factor contains only one variable is a product of integrals
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 205 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- MeasurableSpace
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.
- 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.lintegral_const_mul''proof · cited by 11
- MeasureTheory.lintegral_mul_const''proof · cited by 7
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_mul_lintegral_eqproof · cited by 3
- MeasureTheory.measure_add_lintegral_eqproof · cited by 3
- MeasureTheory.lintegral_prod_mulproof · cited by 1