[Merged by Bors] - feat: computation of the connecting homomorphism of the snake lemma in concrete categories#8512
Closed
[Merged by Bors] - feat: computation of the connecting homomorphism of the snake lemma in concrete categories#8512
Conversation
11 tasks
Co-authored-by: Junyan Xu <[email protected]>
…its.Shapes.ConcreteCategory
|
This PR/issue depends on: |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Nov 28, 2023
…n concrete categories (#8512) This PR provides a lemma `ShortComplex.SnakeInput.δ_apply` which allows the computation of the connecting homomorphism in concrete categories. Incidentally, we also deduce from previous results that functors which preserve homology preserve finite limits and finite colimits. Co-authored-by: Joël Riou <[email protected]>
Contributor
|
Pull request successfully merged into master. Build succeeded: |
3 tasks
awueth
pushed a commit
that referenced
this pull request
Dec 19, 2023
…n concrete categories (#8512) This PR provides a lemma `ShortComplex.SnakeInput.δ_apply` which allows the computation of the connecting homomorphism in concrete categories. Incidentally, we also deduce from previous results that functors which preserve homology preserve finite limits and finite colimits. Co-authored-by: Joël Riou <[email protected]>
mathlib-bors bot
pushed a commit
that referenced
this pull request
Dec 27, 2023
… the homology sequence (#8771) This PR adds a variant of a lemma introduced in #8512: `ShortComplex.SnakeInput.δ_apply'` computes the connecting homomorphism of the snake lemma in a concrete categoriy `C` with a phrasing based on the functor `forget₂ C Ab` rather than `forget C`. From this, the lemma `ShortComplex.ShortExact.δ_apply` is obtained in a new file `Algebra.Homology.ConcreteCategory`: it gives a computation in terms of (co)cycles of the connecting homomorphism in homology attached to a short exact sequence of homological complexes in `C`. This PR also adds a lemma which computes "up to refinements" the connecting homomorphism of the homology sequence in general abelian categories.
11 tasks
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.
This PR provides a lemma
ShortComplex.SnakeInput.δ_applywhich allows the computation of the connecting homomorphism in concrete categories. Incidentally, we also deduce from previous results that functors which preserve homology preserve finite limits and finite colimits.