[Merged by Bors] - feat(Algebra/Module): presentation of the cokernel of a linear map#18332
Closed
[Merged by Bors] - feat(Algebra/Module): presentation of the cokernel of a linear map#18332
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
…nto unbundled-module-presentation-more-api
PR summary 940bc7bb84Import changes for modified filesNo significant changes to the import graph Import changes for all files
|
…nto unbundled-module-presentation-more-api
…re-api' into unbundled-module-presentation-cokernel
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
erdOne
reviewed
Nov 3, 2024
Co-authored-by: Andrew Yang <36414270+erdOne@users.noreply.github.com>
Co-authored-by: Andrew Yang <36414270+erdOne@users.noreply.github.com>
erdOne
reviewed
Nov 13, 2024
Comment on lines
+86
to
+91
| erw [← Finsupp.apply_linearCombination] | ||
| obtain (r | i) := x | ||
| · erw [pres₂.linearCombination_var_relation] | ||
| dsimp | ||
| · erw [data.π_lift] | ||
| simp |
Member
There was a problem hiding this comment.
These erws are unfortunate but I can't find a way to avoid it.
Member
|
Thanks! |
|
🚀 Pull request has been placed on the maintainer queue by erdOne. |
Member
|
bors merge |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
…18332) If `f : M₁ →ₗ[A] M₂` is a linear map between modules, `pres₂` is a presentation of `M₂` and `g₁ : ι → M₁` is a family of generators of `M₁` (which is expressed as `hg₁ : Submodule.span A (Set.range g₁) = ⊤`), then we provide a way to obtain a presentation of the cokernel of `f`. It requires an additional data `data : pres₂.CokernelData f g₁`, which consists of liftings of the images by `f` of the generators of `M₁` as linear combinations of the generators of `M₂`. Then, we obtain a presentation `pres₂.cokernel data hg₁ : Presentation A (M₂ ⧸ LinearMap.range f)`. Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Contributor
|
Build failed (retrying...): |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 13, 2024
…18332) If `f : M₁ →ₗ[A] M₂` is a linear map between modules, `pres₂` is a presentation of `M₂` and `g₁ : ι → M₁` is a family of generators of `M₁` (which is expressed as `hg₁ : Submodule.span A (Set.range g₁) = ⊤`), then we provide a way to obtain a presentation of the cokernel of `f`. It requires an additional data `data : pres₂.CokernelData f g₁`, which consists of liftings of the images by `f` of the generators of `M₁` as linear combinations of the generators of `M₂`. Then, we obtain a presentation `pres₂.cokernel data hg₁ : Presentation A (M₂ ⧸ LinearMap.range f)`. Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
TobiasLeichtfried
pushed a commit
that referenced
this pull request
Nov 21, 2024
…18332) If `f : M₁ →ₗ[A] M₂` is a linear map between modules, `pres₂` is a presentation of `M₂` and `g₁ : ι → M₁` is a family of generators of `M₁` (which is expressed as `hg₁ : Submodule.span A (Set.range g₁) = ⊤`), then we provide a way to obtain a presentation of the cokernel of `f`. It requires an additional data `data : pres₂.CokernelData f g₁`, which consists of liftings of the images by `f` of the generators of `M₁` as linear combinations of the generators of `M₂`. Then, we obtain a presentation `pres₂.cokernel data hg₁ : Presentation A (M₂ ⧸ LinearMap.range f)`. Co-authored-by: Joël Riou <37772949+joelriou@users.noreply.github.com>
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.
If
f : M₁ →ₗ[A] M₂is a linear map between modules,pres₂is a presentation ofM₂andg₁ : ι → M₁is a family of generators ofM₁(which is expressed ashg₁ : Submodule.span A (Set.range g₁) = ⊤), then we provide a way to obtain a presentation of the cokernel off. It requires an additional datadata : pres₂.CokernelData f g₁, which consists of liftings of the images byfof the generators ofM₁as linear combinations of the generators ofM₂. Then, we obtain a presentationpres₂.cokernel data hg₁ : Presentation A (M₂ ⧸ LinearMap.range f).