-
Notifications
You must be signed in to change notification settings - Fork 385
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/Ideal): more lemmas about the height of an ideal #21041
Conversation
…ithub.com/leanprover-community/mathlib4 into xyzw12345_porting_Andrew_AG_morphism_rank
…ithub.com/leanprover-community/mathlib4 into xyzw12345_porting_Andrew_AG_morphism_rank
…ithub.com/leanprover-community/mathlib4 into xyzw12345_porting_Andrew_AG_morphism_rank
…ithub.com/leanprover-community/mathlib4 into xyzw12345_porting_Andrew_AG_morphism_rank
…ithub.com/leanprover-community/mathlib4 into xyzw12345_porting_Andrew_AG_morphism_rank
…ithub.com/leanprover-community/mathlib4 into xyzw12345_porting_Andrew_AG_morphism_rank
Co-authored-by: Christian Merten <[email protected]>
Co-authored-by: Christian Merten <[email protected]>
Co-authored-by: Christian Merten <[email protected]>
Co-authored-by: Christian Merten <[email protected]>
Co-authored-by: Christian Merten <[email protected]>
Co-authored-by: Christian Merten <[email protected]>
Co-authored-by: Christian Merten <[email protected]>
Thanks for all the review comments! |
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 a lot for doing this!
maintainer merge
🚀 Pull request has been placed on the maintainer queue by chrisflav. |
For the record: The |
Co-authored-by: Johan Commelin <[email protected]>
Co-authored-by: Johan Commelin <[email protected]>
Thanks 🎉 bors merge |
) In this PR, we continue to port a part of Andrew Yang's lean3 repository at [this repository](https://github.com/erdOne/lean-AG-morphisms), which is appoved by @erdOne after his discussion with @chrisflav . This PR follows #20741 (merged by Bors) and #20744. We ported Andrew's definition of `Ideal.height` and `Ideal.primeHeight` with some small changes in #20741, and in this PR, we ported some more lemmas about these definitions, finishing the porting work of dimension_theory/height.lean in that repository. - [x] depends on: #20744 [some of the lemmas used spanRank] - [x] depends on: #22236 [We separated the lemmas about `Order.height` and `krullDim` to this PR] Co-authored-by: @erdOne @Xuchun-Li [[email protected]](mailto:[email protected]) @jjdishere [[email protected]](mailto:[email protected]) @Blackfeather007 [[email protected]](mailto:[email protected]) @ShouxinZhang [[email protected]](mailto:[email protected])
Build failed (retrying...): |
Canceled. |
bors merge |
) In this PR, we continue to port a part of Andrew Yang's lean3 repository at [this repository](https://github.com/erdOne/lean-AG-morphisms), which is appoved by @erdOne after his discussion with @chrisflav . This PR follows #20741 (merged by Bors) and #20744. We ported Andrew's definition of `Ideal.height` and `Ideal.primeHeight` with some small changes in #20741, and in this PR, we ported some more lemmas about these definitions, finishing the porting work of dimension_theory/height.lean in that repository. - [x] depends on: #20744 [some of the lemmas used spanRank] - [x] depends on: #22236 [We separated the lemmas about `Order.height` and `krullDim` to this PR] Co-authored-by: @erdOne @Xuchun-Li [[email protected]](mailto:[email protected]) @jjdishere [[email protected]](mailto:[email protected]) @Blackfeather007 [[email protected]](mailto:[email protected]) @ShouxinZhang [[email protected]](mailto:[email protected])
Pull request successfully merged into master. Build succeeded: |
In this PR, we continue to port a part of Andrew Yang's lean3 repository at this repository, which is appoved by @erdOne after his discussion with @chrisflav . This PR follows #20741 (merged by Bors) and #20744.
We ported Andrew's definition of
Ideal.height
andIdeal.primeHeight
with some small changes in #20741, and in this PR, we ported some more lemmas about these definitions, finishing the porting work of dimension_theory/height.lean in that repository.Order.height
,Order.coheight
andkrullDim
#22236 [We separated the lemmas aboutOrder.height
andkrullDim
to this PR]Co-authored-by:
@erdOne
@Xuchun-Li [email protected]
@jjdishere [email protected]
@Blackfeather007 [email protected]
@ShouxinZhang [email protected]