Theorems · Theorem · measure theory
MeasureTheory.integrable_prodLp_iff
∀ {X : Type u_1} {mX : MeasurableSpace X} {μ : MeasureTheory.Measure X} {q : ENNReal} [inst : Fact (1 ≤ q)]
{E : Type u_2} {F : Type u_3} [inst_1 : NormedAddCommGroup E] [inst_2 : NormedAddCommGroup F]
{f : X → WithLp q (E × F)},
MeasureTheory.Integrable f μ ↔
MeasureTheory.Integrable (fun x => (f x).fst) μ ∧ MeasureTheory.Integrable (fun x => (f x).snd) μ- Cited by
- 3 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.
- NormedAddCommGroupstatement and proof · cited by 15,752
- MeasurableSpacestatement and proof · cited by 13,106
- MeasureTheory.Measurestatement and proof · cited by 10,939
- ENNRealstatement and proof · cited by 9,879
- Factstatement and proof · cited by 2,726
- MeasureTheory.Integrablestatement · cited by 1,367
- MeasureTheory.MemLpproof · cited by 457
- WithLpstatement and proof · cited by 345
- WithLp.sndstatement and proof · cited by 76
- WithLp.fststatement and proof · cited by 76
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.Integrable.prodLp_fstproof · cited by 0
- MeasureTheory.Integrable.prodLp_sndproof · cited by 0
- MeasureTheory.Integrable.of_fst_of_snd_prodLpproof · cited by 0