Theorems · Theorem · measure theory
MeasureTheory.setLIntegral_prod
∀ {α : Type u_1} {β : Type u_2} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β] {μ : MeasureTheory.Measure α}
{ν : MeasureTheory.Measure β} [MeasureTheory.SFinite ν] [MeasureTheory.SFinite μ] {s : Set α} {t : Set β}
(f : α × β → ENNReal),
AEMeasurable f ((μ.prod ν).restrict (s ×ˢ t)) →
∫⁻ (z : α × β) in s ×ˢ t, f z ∂μ.prod ν = ∫⁻ (x : α) in s, ∫⁻ (y : β) in t, f (x, y) ∂ν ∂μTonelli's Theorem for set integrals: For ℝ≥0∞-valued almost everywhere measurable
functions on s ×ˢ t, the integral of f on s ×ˢ t is equal to the iterated integral on s
and t respectively.
- Defined in
- Mathlib.MeasureTheory.Measure.Prod
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 223 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites12
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- 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
- SProd.sprodstatement and proof · cited by 1,750
- MeasureTheory.Measure.restrictstatement and proof · cited by 1,646
- 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
- MeasureTheory.Measure.prod_restrictproof · cited by 12
Cited by3
Results whose statement or proof uses this declaration.
- NumberField.mixedEmbedding.volume_eq_two_pi_pow_mul_integralproof · cited by 1
- ProbabilityTheory.rnDeriv_posterior_ae_prodproof · cited by 1
- MeasureTheory.setLIntegral_prod_symmproof · cited by 1