[Merged by Bors] - feat(Algebra/Homology): exact sequences with four terms#33437
Closed
joelriou wants to merge 6 commits intoleanprover-community:masterfrom
Closed
[Merged by Bors] - feat(Algebra/Homology): exact sequences with four terms#33437joelriou wants to merge 6 commits intoleanprover-community:masterfrom
joelriou wants to merge 6 commits intoleanprover-community:masterfrom
Conversation
PR summary 28323863faImport changes for modified filesNo significant changes to the import graph Import changes for all files
|
36 tasks
dagurtomas
reviewed
Jan 22, 2026
Contributor
dagurtomas
left a comment
There was a problem hiding this comment.
Thanks!
maintainer delegate
|
🚀 Pull request has been placed on the maintainer queue by dagurtomas. |
mathlib-bors bot
pushed a commit
that referenced
this pull request
Jan 23, 2026
The main definition in this file is `ComposableArrows.Exact.cokerIsoKer`: given an exact sequence `S` (involving at least four objects), this is the isomorphism from the cokernel of `S.map' k (k + 1)` to the kernel of `S.map' (k + 2) (k + 3)`. This will be used in the formalization of spectral sequences #33842.
Contributor
|
Pull request successfully merged into master. Build succeeded: |
goliath-klein
pushed a commit
to PrParadoxy/mathlib4
that referenced
this pull request
Jan 24, 2026
…ommunity#33437) The main definition in this file is `ComposableArrows.Exact.cokerIsoKer`: given an exact sequence `S` (involving at least four objects), this is the isomorphism from the cokernel of `S.map' k (k + 1)` to the kernel of `S.map' (k + 2) (k + 3)`. This will be used in the formalization of spectral sequences leanprover-community#33842.
YellPika
pushed a commit
to YellPika/mathlib4
that referenced
this pull request
Feb 3, 2026
…ommunity#33437) The main definition in this file is `ComposableArrows.Exact.cokerIsoKer`: given an exact sequence `S` (involving at least four objects), this is the isomorphism from the cokernel of `S.map' k (k + 1)` to the kernel of `S.map' (k + 2) (k + 3)`. This will be used in the formalization of spectral sequences leanprover-community#33842.
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.
The main definition in this file is
ComposableArrows.Exact.cokerIsoKer: given an exact sequenceS(involving at least four objects), this is the isomorphism from the cokernel ofS.map' k (k + 1)to the kernel ofS.map' (k + 2) (k + 3).This will be used in the formalization of spectral sequences #33842.