Mathlib Map

Theorems · Theorem · functional analysis

lp.norm_const_smul

∀ {𝕜 : Type u_1} {α : Type u_3} {E : α → Type u_4} {p : ENNReal} [inst : (i : α) → NormedAddCommGroup (E i)]
  [inst_1 : NormedDivisionRing 𝕜] [inst_2 : (i : α) → Module 𝕜 (E i)] [inst_3 : ∀ (i : α), IsBoundedSMul 𝕜 (E i)],
  p ≠ 0 → ∀ {c : 𝕜} (f : ↥(lp E p)), ‖c • f‖ = ‖c‖ * ‖f‖
Defined in
Mathlib.Analysis.Normed.Lp.lpSpace
Cited by
0 results in Mathlib
Foundations
Depth 226 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NormedAddCommGroupNormedDivisionRingModuleIsBoundedSMul

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Cites23

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.