Mathlib Map

Theorems · Theorem · functional analysis

ContinuousAffineMap.norm_comp_le

∀ {𝕜 : Type u_1} {V : Type u_3} {W : Type u_4} {W₂ : Type u_5} [inst : SeminormedAddCommGroup V]
  [inst_1 : SeminormedAddCommGroup W] [inst_2 : SeminormedAddCommGroup W₂] [inst_3 : NontriviallyNormedField 𝕜]
  [inst_4 : NormedSpace 𝕜 V] [inst_5 : NormedSpace 𝕜 W] [inst_6 : NormedSpace 𝕜 W₂] (f : V →ᴬ[𝕜] W) (g : W₂ →ᴬ[𝕜] V),
  ‖f.comp g‖ ≤ ‖f‖ * ‖g‖ + ‖f 0‖
Defined in
Mathlib.Analysis.Normed.Affine.ContinuousAffineMap
Cited by
0 results in Mathlib
Foundations
Depth 174 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedAddCommGroupSeminormedAddCommGroupSeminormedAddCommGroupNontriviallyNormedFieldNormedSpaceNormedSpaceNormedSpace

Around this declaration

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

Cites29

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.