[Merged by Bors] - feat: add the definition of OrzechProperty#13322
[Merged by Bors] - feat: add the definition of OrzechProperty#13322
OrzechProperty#13322Conversation
kbuzzard
left a comment
There was a problem hiding this comment.
LGTM! I left some comments which expose my ignorance.
|
Thanks for splitting the PR! Looks good to me. If @AntoineChambert-Loir also agrees, let's get this merged. bors d=AntoineChambert-Loir |
|
✌️ AntoineChambert-Loir can now approve this pull request. To approve and merge a pull request, simply reply with |
|
I am not convinced about two minor points.
|
# Conflicts: # docs/references.bib
I'm not sure about this, as we discussed in #12076 (comment) and #12076 (comment). I think the reason of Orzech go to a single file is that it needs fewer imports, and maybe we can define Orzech property for modules, which, if defined, is belong to Orzech file. |
|
good! |
|
bors r+ |
This is part one of #12076. `OrzechProperty R` is a type class stating that `R` satisfies the following property: for any finitely generated `R`-module `M`, any surjective homomorphism `f : N → M` from a submodule `N` of `M` to `M` is injective. We stated some basic results about `OrzechProperty` and proved that it implies `StrongRankCondition`.
|
Pull request successfully merged into master. Build succeeded: |
OrzechPropertyOrzechProperty
This is part one of #12076. `OrzechProperty R` is a type class stating that `R` satisfies the following property: for any finitely generated `R`-module `M`, any surjective homomorphism `f : N → M` from a submodule `N` of `M` to `M` is injective. We stated some basic results about `OrzechProperty` and proved that it implies `StrongRankCondition`.
This is part one of #12076.
OrzechProperty Ris a type class stating thatRsatisfies the following property: for any finitely generatedR-moduleM, any surjective homomorphismf : N → Mfrom a submoduleNofMtoMis injective.We stated some basic results about
OrzechPropertyand proved that it impliesStrongRankCondition.discussion: https://leanprover.zulipchat.com/#narrow/stream/144837-PR-reviews/topic/.2312076.20Orzech's.20theorem