[Merged by Bors] - feat(Algebra/Homology/SpectralObject): homology of the differentials#36182
[Merged by Bors] - feat(Algebra/Homology/SpectralObject): homology of the differentials#36182joelriou wants to merge 130 commits intoleanprover-community:masterfrom
Conversation
…nto spectral-sequences-2-cycles-2
…nto spectral-sequences-2-page-1
…nto spectral-sequences-2-page-1
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
…nto spectral-sequences-2-cycles-2
…nto spectral-sequences-2-page-1
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
Co-authored-by: Robin Carlier <[email protected]>
|
Thanks @smorel394 and @robin-carlier for the reviews! |
|
Thanks! maintainer merge |
|
🚀 Pull request has been placed on the maintainer queue by robin-carlier. trigger_name: issue_comment |
faenuccio
left a comment
There was a problem hiding this comment.
Thanks! I've added some mostly cosmetic comments.
| (X.dCokernelSequence f₁ f₂ f₃ f₄ f₅ f₃₄ h₃₄ n₀ n₁ n₂ n₃).Exact := by | ||
| rw [ShortComplex.exact_iff_exact_up_to_refinements] | ||
| intro A x₂ hx₂ | ||
| dsimp at hx₂ ⊢ |
There was a problem hiding this comment.
| dsimp at hx₂ ⊢ | |
| dsimp only [dCokernelSequence_X₃, dCokernelSequence_X₂, dCokernelSequence_g, dCokernelSequence_X₁, | |
| dCokernelSequence_f] at hx₂ ⊢ |
There was a problem hiding this comment.
We usually do not squeeze the (nonterminal) dsimp in category theory.
There was a problem hiding this comment.
When a specific lemma is used, it can be emphasized by using the syntax dsimp [...], but when it is not needed, a plain dsimp makes the code more readable, and more immune to changes in upstream code. This is also consistent with the recently added dsimp% elaborator #36043.
Co-authored-by: Filippo A. E. Nuccio <[email protected]>
|
@joelriou Can you check CI? |
Thanks for reviews! The CI errors seems unrelated to the PR. I am trying to relaunch it. |
|
Thanks! bors merge |
|
Pull request successfully merged into master. Build succeeded: |
HasSpectralSequence#35374