Mathlib Map

Theorems · Theorem · functional analysis

norm_smul_inv_norm

∀ {𝕜 : Type u_1} [inst : RCLike 𝕜] {E : Type u_2} [inst_1 : NormedAddCommGroup E] [inst_2 : NormedSpace 𝕜 E] {x : E},
  x ≠ 0 → ‖(↑‖x‖)⁻¹ • x‖ = 1

Lemma to normalize a vector in a normed space E over either or to unit length.

Defined in
Mathlib.Analysis.Normed.Module.RCLike.Basic
Cited by
5 results in Mathlib
Foundations
Depth 159 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
RCLikeNormedAddCommGroupNormedSpace

Around this declaration

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

Cites13

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

Cited by5

Results whose statement or proof uses this declaration.