Theorems · Theorem · measure theory
MeasureTheory.lintegral_lintegral
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] ⦃f : α → β → ENNReal⦄,
AEMeasurable (Function.uncurry f) (μ.prod ν) →
∫⁻ (x : α), ∫⁻ (y : β), f x y ∂ν ∂μ = ∫⁻ (z : α × β), f z.1 z.2 ∂μ.prod νThe reversed version of Tonelli's Theorem. In this version f is in curried form, which
makes it easier for the elaborator to figure out f automatically.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 216 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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 · 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
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_lintegral_swapproof · cited by 9
- MeasureTheory.lintegral_lintegral_add_negproof · cited by 1
- MeasureTheory.lintegral_lintegral_mul_invproof · cited by 1