Commit 2025-09-12 10:33 07c73630

View on Github →

feat: countable metric spaces are totally disconnected (#29211) Prove that countable metric spaces are totally disconnected. This can't be placed inside Mathlib.Topology.MetricSpace.Basic because it causes a circular import with Mathlib.Analysis.Real.Cardinality. See also Rat.instTotallyDisconnectedSpace. There is a reference here for the mathematical statement and proof. This is upstreamed from https://github.com/girving/ray.

Estimated changes