This repository was archived by the owner on Jul 24, 2024. It is now read-only.
[Merged by Bors] - feat(algebra, logic): Pi instances for nontrivial and monoid_with_zero#4766
Closed
eric-wieser wants to merge 11 commits intomasterfrom
Closed
[Merged by Bors] - feat(algebra, logic): Pi instances for nontrivial and monoid_with_zero#4766eric-wieser wants to merge 11 commits intomasterfrom
eric-wieser wants to merge 11 commits intomasterfrom
Conversation
Member
eric-wieser
commented
Oct 24, 2020
This doesn't add `group_with_zero` for now, as that needs a pi instance for `nontrivial`
Member
|
The proof of |
Member
Author
|
Good point, I've updated to use those dependencies instead. |
eric-wieser
commented
Oct 25, 2020
eric-wieser
commented
Oct 25, 2020
Vierkantor
approved these changes
Oct 27, 2020
eric-wieser
commented
Oct 27, 2020
Co-authored-by: Anne Baanen <Vierkantor@users.noreply.github.com>
Vierkantor
approved these changes
Oct 27, 2020
Collaborator
Vierkantor
left a comment
There was a problem hiding this comment.
LGTM. @urkud, any suggestions?
urkud
reviewed
Oct 28, 2020
Member
|
Otherwise LGTM |
|
✌️ eric-wieser can now approve this pull request. To approve and merge a pull request, simply reply with |
eric-wieser
commented
Oct 30, 2020
Member
Author
|
bors r+ |
bors bot
pushed a commit
that referenced
this pull request
Oct 30, 2020
#4766) Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
|
Build failed (retrying...): |
bors bot
pushed a commit
that referenced
this pull request
Oct 30, 2020
#4766) Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
|
Pull request successfully merged into master. Build succeeded: |
lecopivo
pushed a commit
to lecopivo/mathlib
that referenced
this pull request
Oct 31, 2020
leanprover-community#4766) Co-authored-by: Yury G. Kudryashov <urkud@urkud.name>
YaelDillies
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
Apr 20, 2024
Move everything that could not be additivised out of `Algebra.Group.Pi.Lemmas`: * `MulZeroClass`, `MulZeroOneClass`, etc... instances go to a new `Algebra.GroupWithZero.Pi` file. I credit Eric W. for leanprover-community/mathlib3#4766. * `AddMonoidWithOne`, `AddGroupWithOne` instances go to `Algebra.Ring.Pi`. Also fix a bunch of `single` that should have been `mulSingle`.
YaelDillies
added a commit
to leanprover-community/mathlib4
that referenced
this pull request
Apr 21, 2024
Move everything that can't be additivised out of `Algebra.Group.Pi.Lemmas`: * `MulZeroClass`, `MulZeroOneClass`, etc... instances go to a new `Algebra.GroupWithZero.Pi` file. I credit Eric W. for leanprover-community/mathlib3#4766. * `AddMonoidWithOne`, `AddGroupWithOne` instances go to `Algebra.Ring.Pi`.
mathlib-bors bot
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
Apr 29, 2024
Move everything that can't be additivised out of `Algebra.Group.Pi.Lemmas`: * `MulZeroClass`, `MulZeroOneClass`, etc... instances go to a new `Algebra.GroupWithZero.Pi` file. I credit Eric W. for leanprover-community/mathlib3#4766. * `AddMonoidWithOne`, `AddGroupWithOne` instances go to `Algebra.Ring.Pi`.
apnelson1
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 12, 2024
Move everything that can't be additivised out of `Algebra.Group.Pi.Lemmas`: * `MulZeroClass`, `MulZeroOneClass`, etc... instances go to a new `Algebra.GroupWithZero.Pi` file. I credit Eric W. for leanprover-community/mathlib3#4766. * `AddMonoidWithOne`, `AddGroupWithOne` instances go to `Algebra.Ring.Pi`.
callesonne
pushed a commit
to leanprover-community/mathlib4
that referenced
this pull request
May 16, 2024
Move everything that can't be additivised out of `Algebra.Group.Pi.Lemmas`: * `MulZeroClass`, `MulZeroOneClass`, etc... instances go to a new `Algebra.GroupWithZero.Pi` file. I credit Eric W. for leanprover-community/mathlib3#4766. * `AddMonoidWithOne`, `AddGroupWithOne` instances go to `Algebra.Ring.Pi`.
This file contains hidden or 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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.