-
Notifications
You must be signed in to change notification settings - Fork 384
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
feat: the (contravariant) long exact sequence of Ext #13883
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
PR summary 1dd45cf8eaImport changesDependency changes
|
Refactored in #15092 |
Given a short exact short complex
S
in an abelian categoryC
andB : C
, we construct the contravariant (exact) sequence ofLargeExt
LargeExact S.X₃ B n₀ ⟶ LargeExact S.X₂ B n₀ ⟶ LargeExact S.X₁ B n₀ → LargeExact S.X₃ B n₁ ⟶ ...
whenn₀ + 1 = n₁
.This PR shall probably be split into two later.