Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Merged by Bors] - feat: cochains of morphisms between cochain complexes #6701

Closed
wants to merge 7 commits into from

Conversation

joelriou
Copy link
Collaborator

@joelriou joelriou commented Aug 21, 2023

This PR starts the construction of the cochain complex of morphisms from a cochain complex to another.


(I am sorry this PR is a little bit longer than the norm, but I wanted to include the composition of cochains.)

If F and G are two cochain complexes (indexed by the integers), I roughly define an element in Cochain F G n to be the datum of morphisms F.X p ⟶ G.X q for all integers p and q such that p + n = q. (Before I chose this design, I also experimented with a simpler definition : F.X p ⟶ G.X (p+n) for all p, but this lead to a nightmare of eqToHom popping everywhere.)

These cochains shall play a critical role in the study of the mapping cone of a morphism of cochain complexes, and in the verification of the axioms of triangulated categories for the homotopy category, which is the reason why this PR creates the file Algebra.Homology.HomotopyCategory.HomComplex.

(Note: the composition of cochains would be an example of an instance of the type class of graded heterogeneous multiplications which I attempted to introduce in #6678. I wish that the current API for graded types could be generalized in order to involve three graded types (i.e. some HMul rather than just Mul and SMul), and that the data would involve a multiplication X a → Y b → Z c whenever a + b = c rather than just X a → Y b → Z (a + b)., see the discussion there #6678. However, there is no hurry about a design decision here, because I shall not need more graded heterogeneous multiplications until the construction of the derived category of an abelian category and its triangulated structure is over...)

Open in Gitpod

@joelriou joelriou added the t-category-theory Category theory label Aug 21, 2023
Copy link
Member

@jcommelin jcommelin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks 🎉 Looking forward to the follow-up work.

bors merge

@leanprover-community-mathlib4-bot leanprover-community-mathlib4-bot added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Aug 21, 2023
bors bot pushed a commit that referenced this pull request Aug 21, 2023
This PR starts the construction of the cochain complex of morphisms from a cochain complex to another.
@bors
Copy link

bors bot commented Aug 21, 2023

Build failed:

@fpvandoorn
Copy link
Member

This looks like a spurious error

bors r-
bors merge

@fpvandoorn
Copy link
Member

also, if this didn't work:
bors d+

@bors
Copy link

bors bot commented Aug 22, 2023

✌️ joelriou can now approve this pull request. To approve and merge a pull request, simply reply with bors r+. More detailed instructions are available here.

bors bot pushed a commit that referenced this pull request Aug 22, 2023
This PR starts the construction of the cochain complex of morphisms from a cochain complex to another.
@bors
Copy link

bors bot commented Aug 22, 2023

Pull request successfully merged into master.

Build succeeded!

The publicly hosted instance of bors-ng is deprecated and will go away soon.

If you want to self-host your own instance, instructions are here.
For more help, visit the forum.

If you want to switch to GitHub's built-in merge queue, visit their help page.

@bors bors bot changed the title feat: cochains of morphisms between cochain complexes [Merged by Bors] - feat: cochains of morphisms between cochain complexes Aug 22, 2023
@bors bors bot closed this Aug 22, 2023
@bors bors bot deleted the homcomplex branch August 22, 2023 01:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
delegated ready-to-merge This PR has been sent to bors. t-category-theory Category theory
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants