Theorems · Theorem · functional analysis
PiLp.norm_eq_sum
∀ {p : ENNReal} {ι : Type u_2} {β : ι → Type u_4} [inst : Fintype ι] [inst_1 : (i : ι) → Norm (β i)],
0 < p.toReal → ∀ (f : PiLp p β), ‖f‖ = (∑ i, ‖f.ofLp i‖ ^ p.toReal) ^ (1 / p.toReal)- Defined in
- Mathlib.Analysis.Normed.Lp.PiLp
- Cited by
- 8 results in Mathlib
- Foundations
- Depth 194 from the axioms · uses propext, Classical.choice, Quot.sound
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 · cited by 25,697
- ENNRealstatement and proof · cited by 9,879
- Top.topproof · cited by 9,680
- Fintypestatement and proof · cited by 7,736
- Norm.normstatement · cited by 5,413
- Finset.sumstatement · cited by 5,195
- Finset.univstatement · cited by 3,473
- LT.lt.ne'proof · cited by 1,417
- LT.lt.neproof · cited by 872
- ENNReal.toRealstatement and proof · cited by 859
- Normstatement and proof · cited by 512
- WithLp.ofLpstatement · cited by 323
Cited by8
Results whose statement or proof uses this declaration.
- PiLp.norm_eq_of_L1proof · cited by 2
- PiLp.nnnorm_eq_sumproof · cited by 2
- MeasureTheory.volume_sum_rpow_lt_oneproof · cited by 2
- Complex.volume_sum_rpow_lt_oneproof · cited by 1
- PiLp.norm_eq_of_natproof · cited by 1
- Complex.volume_sum_rpow_leproof · cited by 0
- MeasureTheory.volume_sum_rpow_leproof · cited by 0
- equiv_lpPiLp_normproof · cited by 0