Theorems · Theorem · real analysis
NNReal.Lp_add_le_tsum
∀ {ι : Type u} {f g : ι → NNReal} {p : ℝ},
1 ≤ p →
(Summable fun i => f i ^ p) →
(Summable fun i => g i ^ p) →
(Summable fun i => (f i + g i) ^ p) ∧
(∑' (i : ι), (f i + g i) ^ p) ^ (1 / p) ≤ (∑' (i : ι), f i ^ p) ^ (1 / p) + (∑' (i : ι), g i ^ p) ^ (1 / p)Minkowski inequality: the L_p seminorm of the infinite sum of two vectors is less than or
equal to the infinite sum of the L_p-seminorms of the summands, if these infinite sums both
exist. A version for NNReal-valued functions. For an alternative version, convenient if the
infinite sums are already expressed as p-th powers, see Lp_add_le_hasSum_of_nonneg.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 4 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.
Cites27
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
- Finsetproof · cited by 13,712
- Finset.sumproof · cited by 5,195
- Set.rangeproof · cited by 4,705
- NNRealstatement and proof · cited by 4,310
- Nat.cast_oneproof · cited by 2,501
- iSupproof · cited by 2,415
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- le_of_ltproof · cited by 1,175
- tsumstatement and proof · cited by 1,148
- le_transproof · cited by 985
- Summablestatement and proof · cited by 778
Cited by4
Results whose statement or proof uses this declaration.
- Real.Lp_add_le_tsum_of_nonnegproof · cited by 2
- NNReal.Lp_add_le_hasSumproof · cited by 1
- NNReal.Lp_add_le_tsum'proof · cited by 0
- NNReal.summable_Lp_addproof · cited by 0