[Merged by Bors] - feat(Algebra/Module): presentation of modules#18295
[Merged by Bors] - feat(Algebra/Module): presentation of modules#18295
Conversation
PR summary 4c36db383dImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
erdOne
left a comment
There was a problem hiding this comment.
Looks nice!
Some feature request & design choice questions.
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
|
Thanks very much @erdOne for the review! |
|
LGTM |
|
🚀 Pull request has been placed on the maintainer queue by erdOne. |
jcommelin
left a comment
There was a problem hiding this comment.
Thanks! Left 1 comment
bors d+
|
✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with |
|
Thanks! bors merge |
This PR defines a basic API for the description of modules in terms of generators and relations. Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
|
Pull request successfully merged into master. Build succeeded: |
This PR defines a basic API for the description of modules in terms of generators and relations. Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
…heir presentations (#18327) In this PR, the API for the presentations of modules is slightly developed (uniqueness up to a linear equivalence of the module defined by generators and relations, constructor for the property `IsPresentation`), and this is used to show that a module is free iff it admits a presentation with generators and no relation. - [x] depends on: #18295 Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
…heir presentations (#18327) In this PR, the API for the presentations of modules is slightly developed (uniqueness up to a linear equivalence of the module defined by generators and relations, constructor for the property `IsPresentation`), and this is used to show that a module is free iff it admits a presentation with generators and no relation. - [x] depends on: #18295 Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
This PR defines a basic API for the description of modules in terms of generators and relations.