[Merged by Bors] - chore(data/{multiset,finset}/pi): generalize from Type to Sort#18429
[Merged by Bors] - chore(data/{multiset,finset}/pi): generalize from Type to Sort#18429eric-wieser wants to merge 2 commits intomasterfrom
Type to Sort#18429Conversation
604797b to
01dfdb5
Compare
Also removes a duplicate lemma that was added by accident while porting.
Type to SortType to Sort
YaelDillies
left a comment
There was a problem hiding this comment.
Well spotted! This looks reasonable, although we might want to move the material that's generalisable to Sort* before the Type*-specific one.
maintainer merge
|
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
I thought about that, but that seems more annoying to forward-port (and more importantly, review after forward-porting) |
|
It looks reasonable, but I'd rather let you merge it since I don't know the context w.r.t. mathport. bors d+ |
|
✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with |
|
bors merge |
…18429) Everything in this file about `multiset.pi.cons` generalizes to `Sort`. The parts of the file which don't generalize now use `β` instead. This is motivated by #18417, though I do not know if supporting `Sort` is actually important there. Forward-ported as leanprover-community/mathlib4#2220
|
Pull request successfully merged into master. Build succeeded: |
Type to SortType to Sort
This discard the changes from #18429, as these are already present in the new version.
Also removes a duplicate lemma that was added by accident while porting.
Also removes a duplicate lemma that was added by accident while porting.
Also removes a duplicate lemma that was added by accident while porting.
Everything in this file about
multiset.pi.consgeneralizes toSort.The parts of the file which don't generalize now use
βinstead.This is motivated by #18417, though I do not know if supporting
Sortis actually important there.Forward-ported as leanprover-community/mathlib4#2220