Theorems · Theorem · real analysis
NNReal.Lp_add_le
∀ {ι : Type u} (s : Finset ι) (f g : ι → NNReal) {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 NNReal-valued functions.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 3 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.
Cites19
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
- Set.ofPredproof · cited by 6,101
- Set.imageproof · cited by 5,609
- Finset.sumstatement and proof · cited by 5,195
- NNRealstatement and proof · cited by 4,310
- Finset.sum_congrproof · cited by 2,323
- add_le_addproof · cited by 666
- Set.image_congrproof · cited by 533
- add_mulproof · cited by 363
- div_selfproof · cited by 237
- Finset.sum_add_distribproof · cited by 131
Cited by3
Results whose statement or proof uses this declaration.
- NNReal.Lp_add_le_tsumproof · cited by 4
- Real.Lp_add_leproof · cited by 1
- ENNReal.Lp_add_leproof · cited by 0