Theorems · Theorem · real analysis
ENNReal.Lp_add_le
∀ {ι : Type u} (s : Finset ι) (f g : ι → ENNReal) {p : ℝ},
1 ≤ p → (∑ i ∈ s, (f i + g i) ^ p) ^ (1 / p) ≤ (∑ i ∈ s, f i ^ p) ^ (1 / p) + (∑ i ∈ s, g i ^ p) ^ (1 / p)Minkowski inequality: the L_p seminorm of the sum of two vectors is less than or equal
to the sum of the L_p-seminorms of the summands. A version for ℝ≥0∞-valued nonnegative
functions.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 210 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites21
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
- Top.topproof · cited by 9,680
- Finset.sumstatement and proof · cited by 5,195
- Finset.sum_congrproof · cited by 2,323
- ENNReal.ofNNRealproof · cited by 1,279
- le_of_ltproof · cited by 1,175
- one_divproof · cited by 624
- zero_lt_oneproof · cited by 598
- lt_of_lt_of_leproof · cited by 438
- ENNReal.toNNRealproof · cited by 165
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.