Mathlib Map

Theorems · Definition · functional analysis

NormedAddCommGroup.ofAddDist

{E : Type u_5} →
  [inst : Norm E] →
    [inst_1 : AddCommGroup E] →
      [inst_2 : MetricSpace E] →
        (∀ (x : E), ‖x‖ = dist 0 x) → (∀ (x y z : E), dist x y ≤ dist (z + x) (z + y)) → NormedAddCommGroup E

Construct a normed group from a translation-invariant pseudodistance.

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

Around this declaration

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

Cites10

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

Cited by0

Results whose statement or proof uses this declaration.

Nothing cites this yet.