Mathlib Map

Theorems · Definition · functional analysis

NormedGroup.ofSeparation

{E : Type u_5} → [inst : SeminormedGroup E] → (∀ (x : E), ‖x‖ = 0 → x = 1) → NormedGroup E

Construct a NormedGroup from a SeminormedGroup satisfying ∀ x, ‖x‖ = 0 → x = 1. This avoids having to go back to the (Pseudo)MetricSpace level when declaring a NormedGroup instance as a special case of a more general SeminormedGroup instance.

Defined in
Mathlib.Analysis.Normed.Group.Defs
Cited by
0 results in Mathlib
Foundations
Depth 87 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
SeminormedGroup

Around this declaration

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

Cites6

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.