Skip to content

[Merged by Bors] - feat(Algebra/Homology/SpectralObject): homology of the differentials#36182

Closed
joelriou wants to merge 130 commits intoleanprover-community:masterfrom
joelriou:spectral-sequences-2-homology
Closed

[Merged by Bors] - feat(Algebra/Homology/SpectralObject): homology of the differentials#36182
joelriou wants to merge 130 commits intoleanprover-community:masterfrom
joelriou:spectral-sequences-2-homology

Conversation

@joelriou
Copy link
Copy Markdown
Contributor

@joelriou joelriou commented Mar 5, 2026

joelriou and others added 30 commits February 15, 2026 16:39
@joelriou
Copy link
Copy Markdown
Contributor Author

Thanks @smorel394 and @robin-carlier for the reviews!

@joelriou joelriou removed the awaiting-author A reviewer has asked the author a question or requested changes. label Mar 13, 2026
@robin-carlier
Copy link
Copy Markdown
Contributor

Thanks!

maintainer merge

@github-actions
Copy link
Copy Markdown

🚀 Pull request has been placed on the maintainer queue by robin-carlier.


trigger_name: issue_comment
wf_run: workflow_run

@mathlib-triage mathlib-triage bot added the maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. label Mar 13, 2026
@faenuccio faenuccio self-assigned this Mar 13, 2026
Copy link
Copy Markdown
Contributor

@faenuccio faenuccio left a comment

Choose a reason for hiding this comment

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

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₂ ⊢
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Suggested change
dsimp at hx₂ ⊢
dsimp only [dCokernelSequence_X₃, dCokernelSequence_X₂, dCokernelSequence_g, dCokernelSequence_X₁,
dCokernelSequence_f] at hx₂ ⊢

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.

We usually do not squeeze the (nonterminal) dsimp in category theory.

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

Oh I see. Why so?

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.

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.

@faenuccio faenuccio added the awaiting-author A reviewer has asked the author a question or requested changes. label Mar 13, 2026
@joelriou joelriou removed the awaiting-author A reviewer has asked the author a question or requested changes. label Mar 13, 2026
@faenuccio
Copy link
Copy Markdown
Contributor

@joelriou Can you check CI?

@joelriou
Copy link
Copy Markdown
Contributor Author

joelriou commented Mar 13, 2026

@joelriou Can you check CI?

Thanks for reviews! The CI errors seems unrelated to the PR. I am trying to relaunch it.

@faenuccio
Copy link
Copy Markdown
Contributor

Thanks!

bors merge

@mathlib-triage mathlib-triage bot added ready-to-merge This PR has been sent to bors. and removed maintainer-merge A reviewer has approved the changed; awaiting maintainer approval. labels Mar 17, 2026
@mathlib-bors
Copy link
Copy Markdown
Contributor

mathlib-bors bot commented Mar 17, 2026

Pull request successfully merged into master.

Build succeeded:

@mathlib-bors mathlib-bors bot changed the title feat(Algebra/Homology/SpectralObject): homology of the differentials [Merged by Bors] - feat(Algebra/Homology/SpectralObject): homology of the differentials Mar 17, 2026
@mathlib-bors mathlib-bors bot closed this Mar 17, 2026
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-algebra Algebra (groups, rings, fields, etc) t-category-theory Category theory

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants