Commit 2026-02-09 11:06 6444c725
View on Github →refactor(Analysis/Normed/Group): split large file (#34802)
Split up > 1500 line file Analysis.Normed.Group.Basic as follows:
- new file
Defs.leanfor minimal definitions - new file
Real.leanfor material specific to Real, NNReal and ENNReal - some continuity statements moved to the existing file
Continuity.leanThis gets theBasicfile down to below 1000 lines; further splittage may be possible of course.