Theorems · Theorem · functional analysis
MeasureTheory.MemLp.of_bilin
∀ {α : Type u_1} {E : Type u_2} {F : Type u_3} {G : Type u_4} {m : MeasurableSpace α} [inst : NormedAddCommGroup E]
[inst_1 : NormedAddCommGroup F] [inst_2 : NormedAddCommGroup G] {μ : MeasureTheory.Measure α} {p q r : ENNReal}
{f : α → E} {g : α → F} (b : E → F → G) (c : NNReal),
MeasureTheory.MemLp f p μ →
MeasureTheory.MemLp g q μ →
MeasureTheory.AEStronglyMeasurable (fun x => b (f x) (g x)) μ →
(∀ᵐ (x : α) ∂μ, ‖b (f x) (g x)‖₊ ≤ c * ‖f x‖₊ * ‖g x‖₊) →
∀ [hpqr : p.HolderTriple q r], MeasureTheory.MemLp (fun x => b (f x) (g x)) r μ- Cited by
- 1 results in Mathlib
- Foundations
- Depth 214 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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
- Top.topproof · cited by 9,680
- NNRealstatement and proof · cited by 4,310
- Filter.Eventuallystatement and proof · cited by 3,134
- MeasureTheory.aestatement and proof · cited by 2,352
- NNNorm.nnnormstatement and proof · cited by 952
- LE.le.trans_ltproof · cited by 795
- MeasureTheory.AEStronglyMeasurablestatement and proof · cited by 755
- MeasureTheory.MemLpstatement and proof · cited by 457
Cited by1
Results whose statement or proof uses this declaration.
- ContinuousLinearMap.memLp_of_bilinproof · cited by 3