-
Notifications
You must be signed in to change notification settings - Fork 340
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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.
- Loading branch information
1 parent
04a6615
commit a04c5d9
Showing
25 changed files
with
318 additions
and
342 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.