Commit 2024-05-16 15:07 95ac1e61
View on Github →chore: Separate algebraic list lemmas (#12836)
Resplit Algebra.BigOperators.List.Basic
and Algebra.BigOperators.List.Lemmas
into two new files:
Algebra.BigOperators.Group.List
for lemmas that require group-like structures (Monoid
,Group
, ...)Algebra.BigOperators.Ring.List
for lemmas that require ring-like structures (MonoidWithZero
,Ring
, ...) Addassert_not_exists Ring
in the former. Once https://github.com/leanprover-community/mathlib4/pull/11855 lands, it will be strenghtenable toassert_not_exists MonoidWithZero
.