Theorems · Theorem · measure theory
MeasureTheory.lintegral_prod_symm
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] (f : α × β → ENNReal),
AEMeasurable f (μ.prod ν) → ∫⁻ (z : α × β), f z ∂μ.prod ν = ∫⁻ (y : β), ∫⁻ (x : α), f (x, y) ∂μ ∂νThe symmetric version of Tonelli's Theorem: For ℝ≥0∞-valued almost everywhere measurable
functions on α × β, the integral of f is equal to the iterated integral, in reverse order.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 6 results in Mathlib
- Foundations
- Depth 225 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.prod_swapproof · cited by 3
- MeasureTheory.lintegral_prod_swapproof · cited by 2
Cited by6
Results whose statement or proof uses this declaration.
- MeasureTheory.lintegral_lintegral_swapproof · cited by 9
- ProbabilityTheory.Kernel.swap_parallelCompproof · cited by 4
- MeasureTheory.lintegral_prod_symm'proof · cited by 1
- ProbabilityTheory.Kernel.lintegral_prod_symmproof · cited by 1
- ProbabilityTheory.Kernel.lintegral_parallelComp_symmproof · cited by 0
- MeasureTheory.lintegral_lintegral_symmproof · cited by 0