Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.cokernelIsoOfEq

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {X Y : C} →
        {f g : X ⟶ Y} →
          [inst_2 : CategoryTheory.Limits.HasCokernel f] →
            [inst_3 : CategoryTheory.Limits.HasCokernel g] →
              f = g → (CategoryTheory.Limits.cokernel f ≅ CategoryTheory.Limits.cokernel g)

If two morphisms are known to be equal, then their cokernels are isomorphic.

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

Around this declaration

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

CategoryTheory.imageUnopOp · cited by 6CategoryTheory.imageUnopOpCategoryTheory.Limits.cokernelIsoOfEq_refl · cited by 5Limits.cokernelIsoOfEq_re…CategoryTheory.image_ι_op_comp_imageUnopOp_hom · cited by 2CategoryTheory.image_ι_op…CategoryTheory.Limits.cokernelIsoOfEq_hom_comp_desc · cited by 1Limits.cokernelIsoOfEq_ho…CategoryTheory.Limits.cokernelIsoOfEq_hom_comp_desc_assoc · cited by 1Limits.cokernelIsoOfEq_ho…CategoryTheory.Limits.cokernelIsoOfEq_inv_comp_desc · cited by 1Limits.cokernelIsoOfEq_in…CategoryTheory.Limits.π_comp_cokernelIsoOfEq_hom · cited by 1Limits.π_comp_cokernelIso…CategoryTheory.Limits.π_comp_cokernelIsoOfEq_inv · cited by 1Limits.π_comp_cokernelIso…CategoryTheory.Limits.cokernel.congr · cited by 0cokernel.congrCategoryTheory.Limits.cokernelIsoOfEq_inv_comp_desc_assoc · cited by 0Limits.cokernelIsoOfEq_in…CategoryTheory.Limits.cokernelIsoOfEq_trans · cited by 0Limits.cokernelIsoOfEq_tr…CategoryTheory.Limits.π_comp_cokernelIsoOfEq_hom_assoc · cited by 0Limits.π_comp_cokernelIso…CategoryTheory.Limits.π_comp_cokernelIsoOfEq_inv_assoc · cited by 0Limits.π_comp_cokernelIso…CategoryTheory.Limits.cokernelIsoOfEq.congr_simp · cited by 0cokernelIsoOfEq.congr_simpCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Limits.cokernel · cited by 229Limits.cokernelCategoryTheory.Limits.HasCokernel · cited by 131Limits.HasCokernelCategoryTheory.Limits.HasColimit.isoOfNatIso · cited by 56HasColimit.isoOfNatIsoLimits.cokernelIsoOfEqCITED BYCITES

Cites9

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

Cited by14

Results whose statement or proof uses this declaration.