Module docstring
{"# Metric spaces
This file defines metric spaces and shows some of their basic properties.
Many definitions and theorems expected on metric spaces are already introduced on uniform spaces and topological spaces. This includes open and closed sets, compactness, completeness, continuity and uniform continuity.
TODO (anyone): Add \"Main results\" section.
Implementation notes
A lot of elementary properties don't require eq_of_dist_eq_zero, hence are stated and proven
for PseudoMetricSpaces in PseudoMetric.lean.
Tags
metric, pseudo_metric, dist
","### Additive, Multiplicative
The distance on those type synonyms is inherited without change. ","### Order dual
The distance on this type synonym is inherited without change. "}