Theorems · Definition · functional analysis
AddGroupNorm.toNormedAddCommGroup
{E : Type u_5} → [inst : AddCommGroup E] → AddGroupNorm E → NormedAddCommGroup EConstruct a normed group from a norm, i.e., registering the distance and the metric
space structure from the norm properties. Note that in most cases this instance creates bad
definitional equalities (e.g., it does not take into account a possibly existing UniformSpace
instance on E).
- Defined in
- Mathlib.Analysis.Normed.Group.Defs
- Cited by
- 2 results in Mathlib
- Foundations
- Depth 116 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- AddCommGroup
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.
- NormedAddCommGroupstatement · cited by 15,752
- AddCommGroupstatement and proof · cited by 12,871
- NormedAddGroupproof · cited by 32
- AddGroupNormstatement and proof · cited by 16
- AddGroupNorm.toNormedAddGroupproof · cited by 0
- NormedAddGroup.dist_eqproof · cited by 0
Cited by4
Results whose statement or proof uses this declaration.
- MeasureTheory.measure_lt_one_eq_integral_div_gammaproof · cited by 3
- MeasureTheory.measure_le_eq_ltproof · cited by 3
- RingNorm.toNormedRingproof · cited by 1
- InnerProductSpace.Core.toNormedAddCommGroupproof · cited by 1