Theorems · Definition · functional analysis
NormedCommGroup.ofSeparation
{E : Type u_5} → [inst : SeminormedCommGroup E] → (∀ (x : E), ‖x‖ = 0 → x = 1) → NormedCommGroup EConstruct a NormedCommGroup from a SeminormedCommGroup satisfying
∀ x, ‖x‖ = 0 → x = 1. This avoids having to go back to the (Pseudo)MetricSpace level when
declaring a NormedCommGroup instance as a special case of a more general SeminormedCommGroup
instance.
- Defined in
- Mathlib.Analysis.Normed.Group.Defs
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 89 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- SeminormedCommGroup
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
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
- SeminormedCommGroupstatement and proof · cited by 191
- NormedGroupproof · cited by 18
- NormedCommGroupstatement · cited by 8
- SeminormedCommGroup.dist_eqproof · cited by 0
- NormedGroup.ofSeparationproof · cited by 0
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.