Theorems · Theorem · functional analysis
lp.norm_eq_tsum_rpow
∀ {α : Type u_3} {E : α → Type u_4} {p : ENNReal} [inst : (i : α) → NormedAddCommGroup (E i)],
0 < p.toReal → ∀ (f : ↥(lp E p)), ‖f‖ = (∑' (i : α), ‖↑f i‖ ^ p.toReal) ^ (1 / p.toReal)- Defined in
- Mathlib.Analysis.Normed.Lp.lpSpace
- Cited by
- 7 results in Mathlib
- Foundations
- Depth 216 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.
Cites13
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
- ENNRealstatement and proof · cited by 9,879
- Norm.normstatement and proof · cited by 5,413
- AddSubgroupstatement · cited by 3,232
- SummationFilter.unconditionalstatement and proof · cited by 2,068
- LT.lt.ne'proof · cited by 1,417
- tsumstatement and proof · cited by 1,148
- LT.lt.neproof · cited by 872
- ENNReal.toRealstatement and proof · cited by 859
- PreLpstatement and proof · cited by 163
- lpstatement and proof · cited by 157
Cited by7
Results whose statement or proof uses this declaration.
- lp.norm_nonneg'proof · cited by 6
- lp.norm_zeroproof · cited by 3
- lp.norm_rpow_eq_tsumproof · cited by 3
- lp.norm_singleproof · cited by 1
- lp.norm_toNormproof · cited by 0
- lp.norm_tsum_leproof · cited by 0
- equiv_lpPiLp_normproof · cited by 0