Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.coimageImageComparison

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {P Q : C} →
        (f : P ⟶ Q) →
          [inst_2 : CategoryTheory.Limits.HasCokernel f] →
            [inst_3 : CategoryTheory.Limits.HasKernel f] →
              [inst_4 : CategoryTheory.Limits.HasKernel (CategoryTheory.Limits.cokernel.π f)] →
                [inst_5 : CategoryTheory.Limits.HasCokernel (CategoryTheory.Limits.kernel.ι f)] →
                  CategoryTheory.Abelian.coimage f ⟶ CategoryTheory.Abelian.image f

The canonical map from the abelian coimage to the abelian image. In any abelian category this is an isomorphism. Conversely, any additive category with kernels and cokernels and in which this is always an isomorphism, is abelian.

Defined in
Mathlib.CategoryTheory.Abelian.Images
Cited by
18 results in Mathlib
Foundations
Depth 35 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasCokernelCategoryTheory.Limits.HasKernelCategoryTheory.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.coimage_image_factorisation · cited by 3Abelian.coimage_image_fac…CategoryTheory.Abelian.coimageIsoImage · cited by 3Abelian.coimageIsoImageCategoryTheory.Abelian.coimageImageComparisonFunctor · cited by 2Abelian.coimageImageCompa…CategoryTheory.Abelian.OfCoimageImageComparisonIsIso.imageMonoFactorisation_e' · cited by 1OfCoimageImageComparisonI…CategoryTheory.Abelian.FunctorCategory.coimageImageComparison_app · cited by 1FunctorCategory.coimageIm…CategoryTheory.Abelian.OfCoimageImageComparisonIsIso.imageFactorisation · cited by 1OfCoimageImageComparisonI…CategoryTheory.Abelian.coimage_image_factorisation_assoc · cited by 0Abelian.coimage_image_fac…CategoryTheory.Abelian.OfCoimageImageComparisonIsIso.isNormalEpiCategory · cited by 0OfCoimageImageComparisonI…CategoryTheory.Abelian.OfCoimageImageComparisonIsIso.isNormalMonoCategory · cited by 0OfCoimageImageComparisonI…CategoryTheory.Abelian.PreservesCoimage.hom_coimageImageComparison · cited by 0PreservesCoimage.hom_coim…CategoryTheory.Abelian.FunctorCategory.coimageImageComparison_app' · cited by 0FunctorCategory.coimageIm…CategoryTheory.Abelian.PreservesCoimageImageComparison.iso_hom_left · cited by 0PreservesCoimageImageComp…CategoryTheory.Abelian.PreservesCoimageImageComparison.iso_hom_right · cited by 0PreservesCoimageImageComp…CategoryTheory.Abelian.PreservesCoimageImageComparison.iso_inv_left · cited by 0PreservesCoimageImageComp…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.kernel · cited by 272Limits.kernelCategoryTheory.Limits.cokernel · cited by 229Limits.cokernelCategoryTheory.Limits.kernel.ι · cited by 214kernel.ιCategoryTheory.Limits.cokernel.π · cited by 194cokernel.πCategoryTheory.Limits.HasKernel · cited by 169Limits.HasKernelCategoryTheory.Limits.HasCokernel · cited by 131Limits.HasCokernelCategoryTheory.Limits.kernel.lift · cited by 64kernel.liftCategoryTheory.Abelian.image · cited by 57Abelian.imageCategoryTheory.Limits.cokernel.desc · cited by 53cokernel.descCategoryTheory.Abelian.coimage · cited by 44Abelian.coimageAbelian.coimageImageComparisonCITED BYCITES

Cites13

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

Cited by24

Results whose statement or proof uses this declaration.