Commit 2024-03-27 12:36 3713a3fe

View on Github →

chore(Data/List): Use Std lemmas (#11711) Make use of Nat-specific lemmas from Std rather than the general ones provided by mathlib. Also reverse the dependency between Multiset.Nodup/Multiset.dedup and Multiset.sum since only the latter needs algebra. Also rename Algebra.BigOperators.Multiset.Abs to Algebra.BigOperators.Multiset.Order and move some lemmas from Algebra.BigOperators.Multiset.Basic to it. The ultimate goal here is to carve out Data, Algebra and Order sublibraries.

Estimated changes