Theorems · Theorem · functional analysis
lp.norm_le_of_forall_sum_le
∀ {α : Type u_3} {E : α → Type u_4} {p : ENNReal} [inst : (i : α) → NormedAddCommGroup (E i)],
0 < p.toReal →
∀ {C : ℝ}, 0 ≤ C → ∀ {f : ↥(lp E p)}, (∀ (s : Finset α), ∑ i ∈ s, ‖↑f i‖ ^ p.toReal ≤ C ^ p.toReal) → ‖f‖ ≤ C- Defined in
- Mathlib.Analysis.Normed.Lp.lpSpace
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 220 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- NormedAddCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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
- NormedAddCommGroupstatement and proof · cited by 15,752
- Finsetstatement and proof · cited by 13,712
- ENNRealstatement and proof · cited by 9,879
- Norm.normstatement and proof · cited by 5,413
- Finset.sumstatement and proof · cited by 5,195
- AddSubgroupstatement · cited by 3,232
- ENNReal.toRealstatement and proof · cited by 859
- PreLpstatement and proof · cited by 163
- lpstatement and proof · cited by 157
- Memℓp.summableproof · cited by 11
- lp.memℓpproof · cited by 11
Cited by2
Results whose statement or proof uses this declaration.
- lp.norm_le_of_tendstoproof · cited by 1
- lp.norm_monoproof · cited by 0