[Merged by Bors] - feat(Algebra/Colimit): the directed system of finitely generated submodules#20264
Closed
alreadydone wants to merge 2 commits intomasterfrom
Closed
[Merged by Bors] - feat(Algebra/Colimit): the directed system of finitely generated submodules#20264alreadydone wants to merge 2 commits intomasterfrom
alreadydone wants to merge 2 commits intomasterfrom
Conversation
PR summary 4d36c01dcdImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
d72f0d7 to
d5e175e
Compare
4 tasks
d5e175e to
05c9887
Compare
jcommelin
reviewed
Jan 2, 2025
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jan 2, 2025
…odules (#20264) We show that every module is the direct limit of its finitely generated submodules. As a consequence of this and the fact that tensor products preserves colimits, we show that if `M` and `P` are arbitrary modules and `N` is a finitely generated submodule of a module `P`, then two elements of `N ⊗ M` have the same image in `P ⊗ M` if and only if they already have the same image in `N' ⊗ M` for some finitely generated submodule `N' ≥ N`. This is the theorem `Submodule.FG.exists_rTensor_fg_inclusion_eq`.
Contributor
|
Pull request successfully merged into master. Build succeeded! And happy new year! 🎉 |
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 join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
We show that every module is the direct limit of its finitely generated submodules.
As a consequence of this and the fact that tensor products preserves colimits, we show that if
MandPare arbitrary modules andNis a finitely generated submodule of a moduleP, then two elements ofN ⊗ Mhave the same image inP ⊗ Mif and only if they already have the same image inN' ⊗ Mfor some finitely generated submoduleN' ≥ N. This is the theoremSubmodule.FG.exists_rTensor_fg_inclusion_eq.