Theorems · Definition · functional analysis
NormedGroup.ofSeparation
{E : Type u_5} → [inst : SeminormedGroup E] → (∀ (x : E), ‖x‖ = 0 → x = 1) → NormedGroup EConstruct 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.
- Realstatement · cited by 25,697
- Norm.normstatement and proof · cited by 5,413
- MetricSpaceproof · cited by 1,684
- SeminormedGroupstatement and proof · cited by 250
- NormedGroupstatement · cited by 18
- SeminormedGroup.dist_eqproof · cited by 2
Cited by1
Results whose statement or proof uses this declaration.
- NormedCommGroup.ofSeparationproof · cited by 0