Commit 2024-05-20 11:44 cad0ed8b

View on Github →

chore: Separate algebraic multiset lemmas (#12845) Resplit Algebra.BigOperators.Multiset.Basic and Algebra.BigOperators.Multiset.Lemmas into two new files:

  • Algebra.BigOperators.Group.Multiset for lemmas that require group-like structures (Monoid, Group, ...)
  • Algebra.BigOperators.Ring.Multiset for lemmas that require ring-like structures (MonoidWithZero, Ring, ...) Add assert_not_exists Ring in the former. Once #12974 lands, it will be strenghtenable to assert_not_exists MonoidWithZero.

Estimated changes