Theorems · Theorem · measure theory
MeasureTheory.memLp_prod_iff
∀ {X : Type u_1} {mX : MeasurableSpace X} {μ : MeasureTheory.Measure X} {p : ENNReal} {E : Type u_2} {F : Type u_3}
[inst : NormedAddCommGroup E] [inst_1 : NormedAddCommGroup F] {f : X → E × F},
MeasureTheory.MemLp f p μ ↔ MeasureTheory.MemLp (fun x => (f x).1) p μ ∧ MeasureTheory.MemLp (fun x => (f x).2) p μ- Cited by
- 3 results in Mathlib
- Foundations
- Depth 220 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- DFunLike.coeproof · cited by 62,936
- 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
- add_zeroproof · cited by 2,707
- zero_addproof · cited by 2,366
- MeasureTheory.MemLpstatement and proof · cited by 457
- Prod.mk.etaproof · cited by 84
- AddMonoidHom.inlproof · cited by 29
- AddMonoidHom.inrproof · cited by 29
- MeasureTheory.MemLp.addproof · cited by 24
Cited by3
Results whose statement or proof uses this declaration.
- MeasureTheory.MemLp.sndproof · cited by 0
- MeasureTheory.MemLp.fstproof · cited by 0
- MeasureTheory.MemLp.of_fst_sndproof · cited by 0