Theorems · Theorem · functional analysis
PiLp.nnnorm_toLp_const
∀ {p : ENNReal} {ι : Type u_2} [hp : Fact (1 ≤ p)] [inst : Fintype ι] {β : Type u_5}
[inst_1 : SeminormedAddCommGroup β],
p ≠ ⊤ → ∀ (b : β), ‖WithLp.toLp p (Function.const ι b)‖₊ = ↑(Fintype.card ι) ^ (1 / p).toReal * ‖b‖₊When p = ∞, this lemma does not hold without the additional assumption Nonempty ι because
the left-hand side simplifies to 0, while the right-hand side simplifies to ‖b‖₊. See
PiLp.nnnorm_equiv_symm_const' for a version which exchanges the hypothesis p ≠ ∞ for
Nonempty ι.
- Defined in
- Mathlib.Analysis.Normed.Lp.PiLp
- Cited by
- 4 results in Mathlib
- Foundations
- Depth 222 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites25
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.topstatement and proof · cited by 9,680
- Fintypestatement and proof · cited by 7,736
- NNRealstatement · cited by 4,310
- Finset.univproof · cited by 3,473
- Factstatement and proof · cited by 2,726
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Finset.sum_congrproof · cited by 2,323
- LT.lt.ne'proof · cited by 1,417
- Fintype.cardstatement and proof · cited by 1,386
- NNNorm.nnnormstatement and proof · cited by 952
Cited by4
Results whose statement or proof uses this declaration.
- PiLp.nnnorm_toLp_const'proof · cited by 1
- PiLp.norm_toLp_constproof · cited by 1
- Matrix.frobenius_nnnorm_oneproof · cited by 0
- PiLp.nnnorm_toLp_oneproof · cited by 0