Theorems · Definition · category theory
CategoryTheory.Abelian.Ext.covariantSequence
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.Abelian C] →
[CategoryTheory.HasExt C] →
C →
{S : CategoryTheory.ShortComplex C} →
S.ShortExact → (n₀ n₁ : ℕ) → n₀ + 1 = n₁ → CategoryTheory.ComposableArrows AddCommGrpCat 5Given a short exact short complex S in an abelian category C and an object X : C,
this is the long exact sequence
Ext X S.X₁ n₀ → Ext X S.X₂ n₀ → Ext X S.X₃ n₀ → Ext X S.X₁ n₁ → Ext X S.X₂ n₁ → Ext X S.X₃ n₁
when n₀ + 1 = n₁
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 115 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.ShortComplex.gproof · cited by 658
- CategoryTheory.ShortComplex.fproof · cited by 653
- CategoryTheory.ComposableArrowsstatement · cited by 627
- AddCommGrpCatstatement · cited by 462
- CategoryTheory.ShortComplex.ShortExactstatement and proof · cited by 232
- CategoryTheory.HasExtstatement and proof · cited by 218
- CategoryTheory.Abelian.Ext.mk₀proof · cited by 94
- AddCommGrpCat.ofHomproof · cited by 72
- CategoryTheory.ShortComplex.ShortExact.extClassproof · cited by 36
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.Abelian.Ext.covariantSequence_exactstatement · cited by 0