-
Notifications
You must be signed in to change notification settings - Fork 331
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: the derived category of an abelian category #11806
Conversation
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
… calculus-of-fractions-preadditive
…-arrows' into localization-triangulated-2
…o derived-category
…-arrows' into localization-triangulated-2
…o derived-category
@@ -230,7 +230,7 @@ lemma mem_homologicalKernel_W_iff {X Y : C} (f : X ⟶ Y) : | |||
simp only [mem_homologicalKernel_iff, h₁, ← h₂, ← h₃] | |||
constructor | |||
· intro h n | |||
obtain ⟨m, rfl⟩ : ∃ (m : ℤ), n = m + 1 := ⟨n - 1, by omega⟩ | |||
obtain ⟨m, rfl⟩ : ∃ (m : ℤ), n = m + 1 := ⟨n - 1, by simp⟩ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(Note: with omega
, irrelevant unnecessary variables were added to the lemma. Using simp
solves this issue.)
PR summaryImport changesDependency changes
|
Thanks! |
🚀 Pull request has been placed on the maintainer queue by erdOne. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks 🎉 This is a massive milestone! Huge kudos!
bors merge
The derived category of an abelian category is defined and it is shown that it is a triangulated category. Co-authored-by: Joël Riou <[email protected]>
Pull request successfully merged into master. Build succeeded: |
The derived category of an abelian category is defined and it is shown that it is a triangulated category. Co-authored-by: Joël Riou <[email protected]>
The derived category of an abelian category is defined and it is shown that it is a triangulated category.