Theorems · Theorem · real analysis
NNReal.Lp_add_le_hasSum
∀ {ι : Type u} {f g : ι → NNReal} {A B : NNReal} {p : ℝ},
1 ≤ p →
HasSum (fun i => f i ^ p) (A ^ p) →
HasSum (fun i => g i ^ p) (B ^ p) → ∃ C ≤ A + B, HasSum (fun i => (f i + g i) ^ p) (C ^ 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 not already expressed as p-th powers, see Lp_add_le_tsum_of_nonneg.
- Defined in
- Mathlib.Analysis.MeanInequalities
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 211 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites16
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
- NNRealstatement and proof · cited by 4,310
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- LT.lt.ne'proof · cited by 1,417
- tsumproof · cited by 1,148
- Summableproof · cited by 778
- one_divproof · cited by 624
- zero_lt_oneproof · cited by 598
- HasSumstatement and proof · cited by 518
- lt_of_lt_of_leproof · cited by 438
- Summable.hasSumproof · cited by 184
- HasSum.tsum_eqproof · cited by 150
Cited by1
Results whose statement or proof uses this declaration.
- Real.Lp_add_le_hasSum_of_nonnegproof · cited by 0