Theorems · Theorem · measure theory
MeasureTheory.hasFiniteIntegral_prod_iff
∀ {α : Type u_1} {β : Type u_2} {E : Type u_3} [inst : MeasurableSpace α] [inst_1 : MeasurableSpace β]
{μ : MeasureTheory.Measure α} {ν : MeasureTheory.Measure β} [inst_2 : NormedAddCommGroup E] [MeasureTheory.SFinite ν]
⦃f : α × β → E⦄,
MeasureTheory.StronglyMeasurable f →
(MeasureTheory.HasFiniteIntegral f (μ.prod ν) ↔
(∀ᵐ (x : α) ∂μ, MeasureTheory.HasFiniteIntegral (fun y => f (x, y)) ν) ∧
MeasureTheory.HasFiniteIntegral (fun x => ∫ (y : β), ‖f (x, y)‖ ∂ν) μ)- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 254 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites38
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement · cited by 25,697
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealproof · cited by 9,879
- Top.topproof · cited by 9,680
- Norm.normstatement and proof · cited by 5,413
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- MeasureTheory.integralstatement · cited by 1,779
- Filter.univ_mem'proof · cited by 1,672
- Filter.mp_memproof · cited by 1,537
Cited by1
Results whose statement or proof uses this declaration.
- MeasureTheory.hasFiniteIntegral_prod_iff'proof · cited by 0