Theorems · Definition · category theory
CategoryTheory.Abelian.epiIsCokernelOfKernel
{C : Type u} →
[inst : CategoryTheory.Category.{v, u} C] →
[inst_1 : CategoryTheory.Abelian C] →
{X Y : C} →
{f : X ⟶ Y} →
[CategoryTheory.Epi f] →
(s : CategoryTheory.Limits.Fork f 0) →
CategoryTheory.Limits.IsLimit s →
CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.CokernelCofork.ofπ f ⋯)In an abelian category, an epi is the cokernel of its kernel. More precisely:
If f is an epimorphism and s is some limit kernel cone on f, then f is a cokernel
of fork.ι s.
- Defined in
- Mathlib.CategoryTheory.Abelian.Basic
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites15
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.Abelianstatement and proof · cited by 1,753
- CategoryTheory.Limits.Cone.ptstatement · cited by 1,298
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.IsColimitstatement · cited by 773
- CategoryTheory.Limits.parallelPairstatement · cited by 766
- CategoryTheory.Epistatement and proof · cited by 688
- CategoryTheory.Limits.IsLimitstatement and proof · cited by 664
- CategoryTheory.Limits.Fork.ιstatement · cited by 162
- CategoryTheory.Limits.Forkstatement and proof · cited by 85
- CategoryTheory.Limits.CokernelCofork.ofπstatement · cited by 77
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Abelian.epiDescproof · cited by 5
- CategoryTheory.Abelian.comp_epiDescproof · cited by 3
- SheafOfModules.Presentation.isColimitproof · cited by 2
- CategoryTheory.Abelian.isColimitMapCoconeOfCokernelCoforkOfπproof · cited by 0