Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.PreservesKernel.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.HasKernel f] →
                      [inst_6 : CategoryTheory.Limits.HasKernel (G.map f)] →
                        [CategoryTheory.Limits.PreservesLimit (CategoryTheory.Limits.parallelPair f 0) G] →
                          G.obj (CategoryTheory.Limits.kernel f) ≅ CategoryTheory.Limits.kernel (G.map f)

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

Defined in
Mathlib.CategoryTheory.Limits.Preserves.Shapes.Kernels
Cited by
13 results in Mathlib
Foundations
Depth 39 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Limits.HasKernelCategoryTheory.Limits.HasKernelCategoryTheory.Limits.PreservesLimit

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.PreservesKernel.iso_hom · cited by 7PreservesKernel.iso_homCategoryTheory.Abelian.FunctorCategory.coimageObjIso · cited by 4FunctorCategory.coimageOb…CategoryTheory.Abelian.FunctorCategory.imageObjIso · cited by 4FunctorCategory.imageObjI…CategoryTheory.Abelian.PreservesCoimage.factorThruCoimage_iso_inv · cited by 2PreservesCoimage.factorTh…CategoryTheory.Abelian.PreservesCoimage.iso_hom_π · cited by 2PreservesCoimage.iso_hom_πCategoryTheory.Limits.PreservesKernel.iso_inv_ι · cited by 2PreservesKernel.iso_inv_ιCategoryTheory.Abelian.FunctorCategory.coimageImageComparison_app · cited by 1FunctorCategory.coimageIm…CategoryTheory.Abelian.PreservesImage.iso_inv_ι · cited by 1PreservesImage.iso_inv_ιCategoryTheory.Limits.kernel_map_comp_preserves_kernel_iso_inv · cited by 1Limits.kernel_map_comp_pr…CategoryTheory.Abelian.FunctorCategory.coimageObjIso_hom · cited by 0FunctorCategory.coimageOb…CategoryTheory.Abelian.FunctorCategory.coimageObjIso_inv · cited by 0FunctorCategory.coimageOb…CategoryTheory.Abelian.FunctorCategory.imageObjIso_inv · cited by 0FunctorCategory.imageObjI…CategoryTheory.Limits.kernel_map_comp_preserves_kernel_iso_inv_assoc · cited by 0Limits.kernel_map_comp_pr…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.PreservesLimit · cited by 293Limits.PreservesLimitCategoryTheory.Limits.kernel · cited by 272Limits.kernelCategoryTheory.Limits.HasKernel · cited by 169Limits.HasKernelCategoryTheory.Limits.limit.isLimit · cited by 146limit.isLimitCategoryTheory.Limits.IsLimit.conePointUniqueUpToIso · cited by 57IsLimit.conePointUniqueUp…PreservesKernel.isoCITED BYCITES

Cites16

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

Cited by17

Results whose statement or proof uses this declaration.