Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.PreservesCoimage.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] →
            (F : CategoryTheory.Functor C D) →
              [F.PreservesZeroMorphisms] →
                {X Y : C} →
                  (f : X ⟶ Y) →
                    [inst_5 : CategoryTheory.Limits.HasKernel f] →
                      [inst_6 : CategoryTheory.Limits.HasCokernel (CategoryTheory.Limits.kernel.ι f)] →
                        [CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair f 0) F] →
                          [CategoryTheory.Limits.PreservesColimit
                                (CategoryTheory.Limits.parallelPair (CategoryTheory.Limits.kernel.ι f) 0) F] →
                            [inst_9 : CategoryTheory.Limits.HasKernel (F.map f)] →
                              [inst_10 : CategoryTheory.Limits.HasCokernel (CategoryTheory.Limits.kernel.ι (F.map f))] →
                                F.obj (CategoryTheory.Abelian.coimage f) ≅ CategoryTheory.Abelian.coimage (F.map f)

If a functor preserves kernels and cokernels, it preserves abelian coimages.

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.AbelianImages
Cited by
12 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Limits.HasKernelCategoryTheory.Limits.HasCokernelCategoryTheory.Limits.PreservesLimitCategoryTheory.Limits.PreservesColimitCategoryTheory.Limits.HasKernelCategoryTheory.Limits.HasCokernel

Around this declaration

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

CategoryTheory.Abelian.PreservesCoimageImageComparison.iso · cited by 4PreservesCoimageImageComp…CategoryTheory.Abelian.PreservesCoimage.factorThruCoimage_iso_inv · cited by 2PreservesCoimage.factorTh…CategoryTheory.Abelian.PreservesCoimage.iso_hom_π · cited by 2PreservesCoimage.iso_hom_πCategoryTheory.Abelian.PreservesCoimage.factorThruCoimage_iso_hom · cited by 1PreservesCoimage.factorTh…CategoryTheory.Abelian.PreservesCoimage.iso_inv_π · cited by 1PreservesCoimage.iso_inv_πCategoryTheory.Abelian.PreservesCoimage.iso_inv_π_assoc · cited by 1PreservesCoimage.iso_inv_…CategoryTheory.Abelian.PreservesCoimage.factorThruCoimage_iso_hom_assoc · cited by 0PreservesCoimage.factorTh…CategoryTheory.Abelian.PreservesCoimage.factorThruCoimage_iso_inv_assoc · cited by 0PreservesCoimage.factorTh…CategoryTheory.Abelian.PreservesCoimage.hom_coimageImageComparison · cited by 0PreservesCoimage.hom_coim…CategoryTheory.Abelian.PreservesCoimage.iso_hom_π_assoc · cited by 0PreservesCoimage.iso_hom_…CategoryTheory.Abelian.PreservesCoimageImageComparison.iso_hom_left · cited by 0PreservesCoimageImageComp…CategoryTheory.Abelian.PreservesCoimageImageComparison.iso_inv_left · cited by 0PreservesCoimageImageComp…CategoryTheory.Abelian.PreservesCoimage.iso.congr_simp · cited by 0iso.congr_simpCategoryTheory.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.Iso.refl · cited by 727Iso.reflCategoryTheory.Iso.trans · cited by 566Iso.transCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Limits.PreservesColimit · cited by 278Limits.PreservesColimitCategoryTheory.Limits.kernel · cited by 272Limits.kernelPreservesCoimage.isoCITED BYCITES

Cites22

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

Cited by13

Results whose statement or proof uses this declaration.