Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.PreservesCokernel.iso

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

If G preserves the cokernel of f, then the cokernel comparison map for G at f is an isomorphism.

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

Around this declaration

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

CategoryTheory.Abelian.PreservesCoimage.iso · cited by 12PreservesCoimage.isoCategoryTheory.Abelian.PreservesImage.iso · cited by 12PreservesImage.isoCategoryTheory.Limits.PreservesCokernel.iso_inv · cited by 6PreservesCokernel.iso_invCategoryTheory.Abelian.FunctorCategory.coimageObjIso · cited by 4FunctorCategory.coimageOb…CategoryTheory.Abelian.FunctorCategory.imageObjIso · cited by 4FunctorCategory.imageObjI…CategoryTheory.Abelian.PreservesCoimage.iso_hom_π · cited by 2PreservesCoimage.iso_hom_πCategoryTheory.Abelian.PreservesImage.factorThruImage_iso_hom · cited by 2PreservesImage.factorThru…CategoryTheory.Abelian.PreservesImage.iso_hom_ι · cited by 2PreservesImage.iso_hom_ιCategoryTheory.Limits.PreservesCokernel.π_iso_hom · cited by 1PreservesCokernel.π_iso_h…CategoryTheory.Limits.preserves_cokernel_iso_comp_cokernel_map · cited by 1Limits.preserves_cokernel…CategoryTheory.Limits.PreservesCokernel.π_iso_hom_assoc · cited by 1PreservesCokernel.π_iso_h…CategoryTheory.Abelian.FunctorCategory.coimageImageComparison_app · cited by 1FunctorCategory.coimageIm…CategoryTheory.Abelian.PreservesImage.iso_inv_ι · cited by 1PreservesImage.iso_inv_ιCategoryTheory.Limits.PreservesCokernel.iso.congr_simp · cited by 0iso.congr_simpCategoryTheory.Limits.preserves_cokernel_iso_comp_cokernel_map_assoc · cited by 0Limits.preserves_cokernel…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.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.WalkingParallelPair · cited by 781Limits.WalkingParallelPairCategoryTheory.Limits.parallelPair · cited by 766Limits.parallelPairCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.PreservesColimit · cited by 278Limits.PreservesColimitCategoryTheory.Limits.cokernel · cited by 229Limits.cokernelCategoryTheory.Limits.colimit.isColimit · cited by 193colimit.isColimitCategoryTheory.Limits.HasCokernel · cited by 131Limits.HasCokernelCategoryTheory.Limits.IsColimit.coconePointUniqueUpToIso · cited by 67IsColimit.coconePointUniq…PreservesCokernel.isoCITED BYCITES

Cites16

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

Cited by19

Results whose statement or proof uses this declaration.