Theorems · Definition · category theory
CategoryTheory.Limits.coconeOfIsSplitEpi
{C : Type u} →
{X Y : C} →
[inst : CategoryTheory.Category.{v, u} C] →
(f : X ⟶ Y) →
[inst_1 : CategoryTheory.IsSplitEpi f] →
CategoryTheory.Limits.Cofork (CategoryTheory.CategoryStruct.id X)
(CategoryTheory.CategoryStruct.comp f (CategoryTheory.section_ f))A split epi f coequalizes (f ≫ section_ f) and (𝟙 X).
Here we build the cocone, and show in isSplitEpiCoequalizes that it is a colimit cocone.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites8
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.compstatement · cited by 17,999
- CategoryTheory.CategoryStruct.idstatement · cited by 6,235
- CategoryTheory.Limits.Coforkstatement · cited by 80
- CategoryTheory.Limits.Cofork.ofπproof · cited by 56
- CategoryTheory.IsSplitEpistatement and proof · cited by 46
- CategoryTheory.section_statement · cited by 21
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Limits.coconeOfIsSplitEpi_ptstatement and proof · cited by 0
- CategoryTheory.Limits.coconeOfIsSplitEpi_ι_appstatement and proof · cited by 0
- CategoryTheory.Limits.coconeOfIsSplitEpi_πstatement · cited by 0
- CategoryTheory.Limits.isSplitEpiCoequalizesstatement and proof · cited by 0