Skip to content

[Merged by Bors] - feat(Algebra/Homology): the total complex of a bicomplex#9331

Closed
joelriou wants to merge 10 commits intomasterfrom
total-complex
Closed

[Merged by Bors] - feat(Algebra/Homology): the total complex of a bicomplex#9331
joelriou wants to merge 10 commits intomasterfrom
total-complex

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

@joelriou joelriou commented Dec 29, 2023

@joelriou joelriou added WIP Work in progress t-category-theory Category theory labels Dec 29, 2023
@ghost ghost added the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Dec 29, 2023
@ghost ghost removed the blocked-by-other-PR This PR depends on another PR (this label is automatically managed by a bot) label Feb 8, 2024
@ghost
Copy link
Copy Markdown

ghost commented Feb 8, 2024

@ghost ghost added the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 8, 2024
@ghost ghost removed the merge-conflict The PR has a merge conflict with master, and needs manual merging. (this label is managed by a bot) label Feb 9, 2024
@joelriou joelriou added awaiting-review and removed WIP Work in progress labels Feb 10, 2024
@jcommelin jcommelin self-assigned this Feb 13, 2024
exact h₁₂ (by simpa only [← h, ← h₂] using ComplexShape.rel_π₂ c₁ c₁₂ i₁ h₁)
· exact d₂_eq_zero _ _ _ _ _ h₁
simp only [GradedObject.ι_descMapObj, comp_zero, w₁, w₂, add_zero]
d_comp_d' i₁₂ i₁₂' i₁₂'' h₁ h₂ := by
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

This proof is massive. Do you think you can factor out some parts, and possibly deduplicate a bit?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Thanks for the review! In the last commit 2f17fe7 I have added definitions D₁ and D₂, so that the differential is d := D₁ + D₂, and in order to prove d_comp_d, I have obtained separate lemmas D₁_D₁, D₂_D₁ and D₂_D₂. The code is then slightly longer, but appears in smaller chunks; overall, it should be more manageable. (I also believe that introducing these definitions D₁ and D₂ will ease certain future developments.)

@jcommelin jcommelin added awaiting-author A reviewer has asked the author a question or requested changes. and removed awaiting-review labels Feb 13, 2024
@joelriou joelriou added awaiting-review awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. and removed awaiting-author A reviewer has asked the author a question or requested changes. labels Feb 13, 2024
@github-actions github-actions bot removed the awaiting-CI This PR does not pass CI yet. This label is automatically removed once it does. label Feb 13, 2024
Copy link
Copy Markdown
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 🎉

bors merge

@ghost ghost added ready-to-merge This PR has been sent to bors. and removed awaiting-review labels Feb 13, 2024
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Feb 13, 2024

Build failed (retrying...):

@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Feb 13, 2024

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Algebra/Homology): the total complex of a bicomplex [Merged by Bors] - feat(Algebra/Homology): the total complex of a bicomplex Feb 13, 2024
@mathlib-bors mathlib-bors bot closed this Feb 13, 2024
@mathlib-bors mathlib-bors bot deleted the total-complex branch February 13, 2024 23:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

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.

2 participants