Commit 2025-03-17 17:38 82322451
View on Github →refactor(Normed/Group/Quotient): streamline, multiplicativise (#21341)
- Multiplicativise using the (not so) new
GroupNormAPI. - Deprecate the lemmas about the quotient norm that hold for all norms.
- Move all remaining lemmas to a single
QuotientAddGroupnamespace. They were currently scattered across_root_,AddSubgroupandQuotientAddGroup. - Follow the naming convention in lemma names.