-
Notifications
You must be signed in to change notification settings - Fork 368
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Merged by Bors] - feat(RingTheory/Congruence): add the CompleteLattice
instance
#8313
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is there a specific reason you did not act on my comments on leanprover-community/mathlib3#18588 ? Would you mind doing so?
Primarily because they requested cleanup that seemed out of scope (which is what the other PR i made is for). I'm happy to make this one depend on that one. |
I'm happy for the cleanups to happen later if you pinky-promise to actually do them. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the status wrt to the unresolved comments on the mathlib3 PR?
I now intend to address them, but have not checked that I have done so. |
Co-authored-by: Yaël Dillies <[email protected]>
I've resolved all the comments there that are addressed here. I don't think your |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
maintainer merge
🚀 Pull request has been placed on the maintainer queue by YaelDillies. |
Thanks! bors merge |
The code is copied from `GroupTheory/Congruence.lean`, and then modified to fix the errors. I haven't copied the full contents of `GroupTheory/Congruencee`, only the results about the lattice structure. This replaces leanprover-community/mathlib3#18588
Build failed: |
bors merge |
The code is copied from `GroupTheory/Congruence.lean`, and then modified to fix the errors. I haven't copied the full contents of `GroupTheory/Congruencee`, only the results about the lattice structure. This replaces leanprover-community/mathlib3#18588
Pull request successfully merged into master. Build succeeded: |
CompleteLattice
instanceCompleteLattice
instance
The code is copied from `GroupTheory/Congruence.lean`, and then modified to fix the errors. I haven't copied the full contents of `GroupTheory/Congruencee`, only the results about the lattice structure. This replaces leanprover-community/mathlib3#18588
The code is copied from
GroupTheory/Congruence.lean
, and then modified to fix the errors.I haven't copied the full contents of
GroupTheory/Congruencee
, only the results about the lattice structure.This replaces leanprover-community/mathlib3#18588