Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.cokernelComparison

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {X Y : C} →
        (f : X ⟶ Y) →
          {D : Type u₂} →
            [inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
              [inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
                (G : CategoryTheory.Functor C D) →
                  [G.PreservesZeroMorphisms] →
                    [inst_5 : CategoryTheory.Limits.HasCokernel f] →
                      [inst_6 : CategoryTheory.Limits.HasCokernel (G.map f)] →
                        CategoryTheory.Limits.cokernel (G.map f) ⟶ G.obj (CategoryTheory.Limits.cokernel f)

The comparison morphism for the cokernel of f.

Defined in
Mathlib.CategoryTheory.Limits.Shapes.Kernels
Cited by
15 results in Mathlib
Foundations
Depth 33 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Limits.HasCokernelCategoryTheory.Limits.HasCokernel

Around this declaration

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

CategoryTheory.Limits.PreservesCokernel.iso_inv · cited by 6PreservesCokernel.iso_invCategoryTheory.Abelian.PreservesCoimage.factorThruCoimage_iso_inv · cited by 2PreservesCoimage.factorTh…CategoryTheory.Limits.cokernelComparison_map_desc · cited by 2Limits.cokernelComparison…CategoryTheory.Limits.π_comp_cokernelComparison · cited by 2Limits.π_comp_cokernelCom…CategoryTheory.Limits.π_comp_cokernelComparison_assoc · cited by 2Limits.π_comp_cokernelCom…CategoryTheory.Limits.cokernel_map_comp_cokernelComparison · cited by 2Limits.cokernel_map_comp_…CategoryTheory.Limits.preserves_cokernel_iso_comp_cokernel_map · cited by 1Limits.preserves_cokernel…CategoryTheory.Abelian.FunctorCategory.coimageImageComparison_app · cited by 1FunctorCategory.coimageIm…CategoryTheory.Abelian.PreservesImage.iso_inv_ι · cited by 1PreservesImage.iso_inv_ιCategoryTheory.Limits.PreservesCokernel.of_iso_comparison · cited by 0PreservesCokernel.of_iso_…CategoryTheory.Abelian.FunctorCategory.coimageObjIso_inv · cited by 0FunctorCategory.coimageOb…CategoryTheory.Abelian.FunctorCategory.imageObjIso_inv · cited by 0FunctorCategory.imageObjI…CategoryTheory.Abelian.isLimitMapConeOfKernelForkOfι · cited by 0Abelian.isLimitMapConeOfK…CategoryTheory.Limits.cokernelComparison_map_desc_assoc · cited by 0Limits.cokernelComparison…CategoryTheory.Limits.cokernel_map_comp_cokernelComparison_assoc · cited by 0Limits.cokernel_map_comp_…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.cokernel · cited by 229Limits.cokernelCategoryTheory.Limits.HasCokernel · cited by 131Limits.HasCokernelCategoryTheory.Limits.coequalizer.π · cited by 93coequalizer.πCategoryTheory.Limits.cokernel.desc · cited by 53cokernel.descLimits.cokernelComparisonCITED BYCITES

Cites11

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

Cited by16

Results whose statement or proof uses this declaration.