Theorems · Theorem · real analysis
ENNReal.rpow_sum_le_const_mul_sum_rpow
∀ {ι : Type u} (s : Finset ι) (f : ι → ENNReal) {p : ℝ},
1 ≤ p → (∑ i ∈ s, f i) ^ p ≤ ↑s.card ^ (p - 1) * ∑ i ∈ s, f i ^ pFor 1 ≤ p, the p-th power of the sum of f i is bounded above by a constant times the
sum of the p-th powers of f i. Version for sums over finite sets, with ℝ≥0∞-valued functions.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 209 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
- ENNRealstatement and proof · cited by 9,879
- Finset.sumstatement and proof · cited by 5,195
- one_mulproof · cited by 2,841
- Nat.cast_oneproof · cited by 2,501
- Finset.cardstatement and proof · cited by 2,327
- Finset.sum_congrproof · cited by 2,323
- sub_selfproof · cited by 996
- Finset.sum_constproof · cited by 254
- eq_or_lt_of_leproof · cited by 92
- Real.HolderConjugateproof · cited by 78
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.