Commit 2026-08-24 07:44 437b5822
View on Github →refactor(Topology/Algebra/Group): split long file Basic.lean (#43010) Split into 7 files:
Topology.Algebra.Group.Basic(438 lines): translations, conjugation, compactnessTopology.Algebra.Group.ContinuousDiv(150 lines): continuous division and subtractionTopology.Algebra.Group.ContinuousInv(268 lines): continuous inversion and negationTopology.Algebra.Group.Neighborhood(310 lines): neighborhood filters, bases, open mapsTopology.Algebra.Group.Order(131 lines): ordered topological groupsTopology.Algebra.Group.Subgroup(193 lines): closures and topology of subgroupsTopology.Algebra.Group.ZPow(70 lines): continuity of integer powers Some material on unit groups (153 lines) was moved to the existing fileTopology.Algebra.Group.Units. This split achieves significant import reductions for many downstream files.