Theorems · Theorem · functional analysis
PiLp.norm_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.norm_toLp_const' for a version which exchanges the hypothesis p ≠ ∞ for
Nonempty ι.
- Defined in
- Mathlib.Analysis.Normed.Lp.PiLp
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 223 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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
- Norm.normstatement and proof · cited by 5,413
- NNRealstatement · cited by 4,310
- Factstatement and proof · cited by 2,726
- SeminormedAddCommGroupstatement and proof · cited by 2,671
- Fintype.cardstatement and proof · cited by 1,386
- NNReal.toRealstatement and proof · cited by 1,260
- NNNorm.nnnormproof · cited by 952
- ENNReal.toRealstatement and proof · cited by 859
Cited by1
Results whose statement or proof uses this declaration.
- PiLp.norm_toLp_oneproof · cited by 0