Theorems · Theorem · functional analysis
MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm_of_nnnorm
∀ {α : 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 α} {f : α → E} {g : α → F}
{p q r : ENNReal},
MeasureTheory.AEStronglyMeasurable f μ →
MeasureTheory.AEStronglyMeasurable g μ →
∀ (b : E → F → G) (c : NNReal),
(∀ᵐ (x : α) ∂μ, ‖b (f x) (g x)‖₊ ≤ c * ‖f x‖₊ * ‖g x‖₊) →
∀ [hpqr : p.HolderTriple q r],
MeasureTheory.eLpNorm (fun x => b (f x) (g x)) r μ ≤
↑c * MeasureTheory.eLpNorm f p μ * MeasureTheory.eLpNorm g q μHölder's inequality, as an inequality on the ℒp seminorm of an elementwise operation
fun x => b (f x) (g x).
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 213 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites44
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realproof · 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
- 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
- add_zeroproof · cited by 2,707
- Nat.cast_oneproof · cited by 2,501
- zero_addproof · cited by 2,366
- MeasureTheory.aestatement and proof · cited by 2,352
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.eLpNorm_smul_le_mul_eLpNormproof · cited by 4
- MeasureTheory.MemLp.of_bilinproof · cited by 1
- ContinuousLinearMap.nnnorm_holder_apply_apply_leproof · cited by 1
- MeasureTheory.eLpNorm_le_eLpNorm_mul_eLpNorm'_of_normproof · cited by 0