Commit 2025-03-17 17:38 82322451

View on Github →

refactor(Normed/Group/Quotient): streamline, multiplicativise (#21341)

  • Multiplicativise using the (not so) new GroupNorm API.
  • Deprecate the lemmas about the quotient norm that hold for all norms.
  • Move all remaining lemmas to a single QuotientAddGroup namespace. They were currently scattered across _root_, AddSubgroup and QuotientAddGroup.
  • Follow the naming convention in lemma names.

Estimated changes