Theorems · Definition · category theory
CategoryTheory.kernelCokernelCompSequence
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[CategoryTheory.Abelian C] → {X Y Z : C} → (X ⟶ Y) → (Y ⟶ Z) → CategoryTheory.ComposableArrows C 5If f : X ⟶ Y and g : Y ⟶ Z are composable morphisms in an
abelian category, this is the long exact sequence
0 ⟶ ker f ⟶ ker (f ≫ g) ⟶ ker g ⟶ coker f ⟶ coker (f ≫ g) ⟶ coker g ⟶ 0.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 99 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compproof · cited by 17,999
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.ComposableArrowsstatement · cited by 627
- CategoryTheory.Limits.kernel.mapproof · cited by 32
- CategoryTheory.Limits.cokernel.mapproof · cited by 23
- CategoryTheory.kernelCokernelCompSequence.δproof · cited by 1
- CategoryTheory.ComposableArrows.mk₅proof · cited by 1
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.kernelCokernelCompSequence_exactstatement · cited by 0