Theorems · Definition · category theory
CategoryTheory.Limits.isColimitOfIsColimitCoforkMap
{C : Type u₁} →
[inst : CategoryTheory.Category.{v₁, u₁} C] →
{D : Type u₂} →
[inst_1 : CategoryTheory.Category.{v₂, u₂} D] →
(G : CategoryTheory.Functor C D) →
{X Y Z : C} →
{f g : X ⟶ Y} →
{h : Y ⟶ Z} →
(w : CategoryTheory.CategoryStruct.comp f h = CategoryTheory.CategoryStruct.comp g h) →
[CategoryTheory.Limits.ReflectsColimit (CategoryTheory.Limits.parallelPair f g) G] →
CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.Cofork.ofπ (G.map h) ⋯) →
CategoryTheory.Limits.IsColimit (CategoryTheory.Limits.Cofork.ofπ h w)The property of reflecting coequalizers expressed in terms of coforks.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 36 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.
- DFunLike.coeproof · cited by 62,936
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- Equiv.symmproof · cited by 3,681
- CategoryTheory.Limits.WalkingParallelPairstatement · cited by 781
- CategoryTheory.Limits.IsColimitstatement and proof · cited by 773
- CategoryTheory.Limits.parallelPairstatement and proof · cited by 766
- CategoryTheory.Limits.Cofork.ofπstatement and proof · cited by 56
Cited by1
Results whose statement or proof uses this declaration.