Products of pseudometric spaces and other constructions #
This file constructs the supremum distance on binary products of pseudometric spaces and provides instances for type synonyms.
Pseudometric space structure pulled back by a function.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Pull back a pseudometric space structure by an inducing map. This is a version of
PseudoMetricSpace.induced
useful in case if the domain already has a TopologicalSpace
structure.
Equations
- hf.comapPseudoMetricSpace = (PseudoMetricSpace.induced f m).replaceTopology ⋯
Instances For
Alias of Topology.IsInducing.comapPseudoMetricSpace
.
Pull back a pseudometric space structure by an inducing map. This is a version of
PseudoMetricSpace.induced
useful in case if the domain already has a TopologicalSpace
structure.
Instances For
Pull back a pseudometric space structure by a uniform inducing map. This is a version of
PseudoMetricSpace.induced
useful in case if the domain already has a UniformSpace
structure.
Equations
- IsUniformInducing.comapPseudoMetricSpace f h = (PseudoMetricSpace.induced f m).replaceUniformity ⋯
Instances For
Alias of IsUniformInducing.comapPseudoMetricSpace
.
Pull back a pseudometric space structure by a uniform inducing map. This is a version of
PseudoMetricSpace.induced
useful in case if the domain already has a UniformSpace
structure.
Instances For
Equations
Equations
Equations
- Prod.pseudoMetricSpaceMax = (PseudoEMetricSpace.toPseudoMetricSpaceOfDist (fun (x y : α × β) => dist x.1 y.1 ⊔ dist x.2 y.2) ⋯ ⋯).replaceBornology ⋯