Theorems · Theorem · real analysis
NNReal.inner_le_Lp_mul_Lq
∀ {ι : Type u} (s : Finset ι) (f g : ι → NNReal) {p q : ℝ},
p.HolderConjugate q → ∑ i ∈ s, f i * g i ≤ (∑ i ∈ s, f i ^ p) ^ (1 / p) * (∑ i ∈ s, g i ^ q) ^ (1 / q)Hölder inequality: The scalar product of two functions is bounded by the product of their
L^p and L^q norms when p and q are conjugate exponents. Version for sums over finite sets,
with ℝ≥0-valued functions.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 5 results in Mathlib
- Foundations
- Depth 207 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- Realstatement and proof · cited by 25,697
- Finsetstatement and proof · cited by 13,712
- AddCommMonoidproof · cited by 12,281
- Finset.sumstatement and proof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- one_mulproof · cited by 2,841
- Finset.sum_congrproof · cited by 2,323
- mul_commproof · cited by 2,262
- LT.lt.ne'proof · cited by 1,417
- NNReal.toRealproof · cited by 1,260
- one_divproof · cited by 624
- mul_posproof · cited by 374
Cited by5
Results whose statement or proof uses this declaration.
- NNReal.Lr_rpow_le_Lp_mul_Lqproof · cited by 3
- NNReal.inner_le_weight_mul_Lpproof · cited by 2
- NNReal.isGreatest_Lpproof · cited by 1
- NNReal.rpow_sum_le_const_mul_sum_rpowproof · cited by 1
- ENNReal.inner_le_Lp_mul_Lqproof · cited by 1