Documentation

Mathlib.Topology.EMetricSpace.MulOpposite

Extended metric spaces on multiplicative opposites #

This file proves that if α is some (weak) pseudo extended metric space, so is αᵐᵒᵖ. We do this in this file instead of Mathlib/Topology/EMetricSpace/Defs.lean to avoid imports.

@[instance_reducible]

weak pseudoemetric space instance on the multiplicative opposite of a weak pseudoemetric space.

Equations
@[instance_reducible]

Weak pseudoemetric space instance on the additive opposite of a weak pseudoemetric space.

Equations
@[instance_reducible]

Pseudoemetric space instance on the multiplicative opposite of a pseudoemetric space.

Equations
@[instance_reducible]

Pseudoemetric space instance on the additive opposite of a pseudoemetric space.

Equations
theorem MulOpposite.edist_op {α : Type u_1} [TopologicalSpace α] [WeakPseudoEMetricSpace α] (x y : α) :
edist (op x) (op y) = edist x y
theorem AddOpposite.edist_op {α : Type u_1} [TopologicalSpace α] [WeakPseudoEMetricSpace α] (x y : α) :
edist (op x) (op y) = edist x y