Theorems · Theorem · measure theory
MeasureTheory.integrable_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.AEStronglyMeasurable f (μ.prod ν) →
(MeasureTheory.Integrable f (μ.prod ν) ↔
(∀ᵐ (x : α) ∂μ, MeasureTheory.Integrable (fun y => f (x, y)) ν) ∧
MeasureTheory.Integrable (fun x => ∫ (y : β), ‖f (x, y)‖ ∂ν) μ)A binary function is integrable if the function y ↦ f (x, y) is integrable for almost every
x and the function x ↦ ∫ ‖f (x, y)‖ dy is integrable.
- Defined in
- Mathlib.MeasureTheory.Integral.Prod
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 257 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- 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 and proof · cited by 1,779
- MeasureTheory.Integrablestatement · cited by 1,367
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- MeasureTheory.SFinitestatement and proof · cited by 449
- MeasureTheory.Measure.prodstatement and proof · cited by 353
Cited by5
Results whose statement or proof uses this declaration.
- MeasureTheory.integrable_prod_iff'proof · cited by 4
- MeasureTheory.Integrable.integral_norm_prod_leftproof · cited by 2
- MeasureTheory.integrable_conv_iffproof · cited by 1
- MeasureTheory.Integrable.ae_convolution_existsproof · cited by 0
- MeasureTheory.integrable_mconv_iffproof · cited by 0