Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.coequalizer.desc

{C : Type u} →
  {X Y : C} →
    [inst : CategoryTheory.Category.{v, u} C] →
      {f g : X ⟶ Y} →
        [inst_1 : CategoryTheory.Limits.HasCoequalizer f g] →
          {W : C} →
            (k : Y ⟶ W) →
              CategoryTheory.CategoryStruct.comp f k = CategoryTheory.CategoryStruct.comp g k →
                (CategoryTheory.Limits.coequalizer f g ⟶ W)

Any morphism k : Y ⟶ W satisfying f ≫ k = g ≫ k factors through the coequalizer of f and g via coequalizer.desc : coequalizer f g ⟶ W.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Equalizers
Cited by
37 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasCoequalizer

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

CategoryTheory.Limits.coequalizer.π_desc · cited by 24coequalizer.π_descBimod.AssociatorBimod.hom · cited by 9AssociatorBimod.homπ_tensor_id_preserves_coequalizer_inv_desc · cited by 9π_tensor_id_preserves_coe…Bimod.AssociatorBimod.inv · cited by 7AssociatorBimod.invBimod.LeftUnitorBimod.hom · cited by 6LeftUnitorBimod.homBimod.RightUnitorBimod.hom · cited by 6RightUnitorBimod.homCategoryTheory.Limits.coequalizerComparison · cited by 6Limits.coequalizerCompari…Bimod.AssociatorBimod.homAux · cited by 5AssociatorBimod.homAuxBimod.AssociatorBimod.hom_inv_id · cited by 5AssociatorBimod.hom_inv_idBimod.AssociatorBimod.hom_left_act_hom' · cited by 5AssociatorBimod.hom_left_…Bimod.AssociatorBimod.hom_right_act_hom' · cited by 5AssociatorBimod.hom_right…Bimod.AssociatorBimod.inv_hom_id · cited by 5AssociatorBimod.inv_hom_idid_tensor_π_preserves_coequalizer_inv_desc · cited by 5id_tensor_π_preserves_coe…CategoryTheory.Limits.map_π_preserves_coequalizer_inv_colimMap_desc · cited by 3Limits.map_π_preserves_co…CategoryTheory.Limits.map_π_preserves_coequalizer_inv_desc · cited by 3Limits.map_π_preserves_co…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Limits.coequalizer · cited by 79Limits.coequalizerCategoryTheory.Limits.colimit.desc · cited by 63colimit.descCategoryTheory.Limits.Cofork.ofπ · cited by 56Cofork.ofπCategoryTheory.Limits.HasCoequalizer · cited by 54Limits.HasCoequalizercoequalizer.descCITED BYCITES

Cites8

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by47

Results whose statement or proof uses this declaration.