Mathlib Map

Theorems · Theorem · functional analysis

ContinuousLinearMap.opNorm_lsmul

∀ (𝕜 : Type u_1) {E : Type u_2} [inst : NontriviallyNormedField 𝕜] [inst_1 : NormedAddCommGroup E]
  [inst_2 : NormedSpace 𝕜 E] (R : Type u_3) [inst_3 : NormedDivisionRing R] [inst_4 : NormedAlgebra 𝕜 R]
  [inst_5 : Module R E] [inst_6 : NormSMulClass R E] [inst_7 : IsScalarTower 𝕜 R E] [Nontrivial E],
  ‖ContinuousLinearMap.lsmul 𝕜 R‖ = 1

The norm of lsmul equals 1 in any nontrivial normed group. This is ContinuousLinearMap.opNorm_lsmul_le as an equality.

Defined in
Mathlib.Analysis.Normed.Operator.Mul
Cited by
1 results in Mathlib
Foundations
Depth 178 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
NontriviallyNormedFieldNormedAddCommGroupNormedSpaceNormedDivisionRingNormedAlgebraModuleNormSMulClassIsScalarTowerNontrivial

Around this declaration

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

Cites26

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

Cited by1

Results whose statement or proof uses this declaration.