Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.kernelComparison

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {X Y : C} →
        (f : X ⟶ Y) →
          {D : Type u₂} →
            [inst_2 : CategoryTheory.Category.{v₂, u₂} D] →
              [inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] →
                (G : CategoryTheory.Functor C D) →
                  [G.PreservesZeroMorphisms] →
                    [inst_5 : CategoryTheory.Limits.HasKernel f] →
                      [inst_6 : CategoryTheory.Limits.HasKernel (G.map f)] →
                        G.obj (CategoryTheory.Limits.kernel f) ⟶ CategoryTheory.Limits.kernel (G.map f)

The comparison morphism for the kernel of f. This is an isomorphism iff G preserves the kernel of f; see Mathlib/CategoryTheory/Limits/Preserves/Shapes/Kernels.lean

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

Around this declaration

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

CategoryTheory.Limits.PreservesKernel.iso_hom · cited by 7PreservesKernel.iso_homCategoryTheory.Limits.kernelComparison_comp_ι · cited by 5Limits.kernelComparison_c…CategoryTheory.Abelian.PreservesCoimage.iso_hom_π · cited by 2PreservesCoimage.iso_hom_πCategoryTheory.Abelian.PreservesImage.iso_hom_ι · cited by 2PreservesImage.iso_hom_ιCategoryTheory.Limits.kernelComparison_comp_kernel_map · cited by 2Limits.kernelComparison_c…CategoryTheory.Abelian.FunctorCategory.coimageImageComparison_app · cited by 1FunctorCategory.coimageIm…CategoryTheory.Limits.kernel_map_comp_preserves_kernel_iso_inv · cited by 1Limits.kernel_map_comp_pr…CategoryTheory.Limits.map_lift_kernelComparison · cited by 1Limits.map_lift_kernelCom…CategoryTheory.Limits.map_lift_kernelComparison_assoc · cited by 1Limits.map_lift_kernelCom…CategoryTheory.Abelian.FunctorCategory.coimageObjIso_hom · cited by 0FunctorCategory.coimageOb…CategoryTheory.Abelian.isColimitMapCoconeOfCokernelCoforkOfπ · cited by 0Abelian.isColimitMapCocon…CategoryTheory.Abelian.FunctorCategory.imageObjIso_hom · cited by 0FunctorCategory.imageObjI…CategoryTheory.Limits.kernelComparison.congr_simp · cited by 0kernelComparison.congr_si…CategoryTheory.Limits.kernelComparison_comp_kernel_map_assoc · cited by 0Limits.kernelComparison_c…CategoryTheory.Limits.kernelComparison_comp_ι_assoc · cited by 0Limits.kernelComparison_c…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.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Limits.kernel · cited by 272Limits.kernelCategoryTheory.Limits.kernel.ι · cited by 214kernel.ιCategoryTheory.Limits.HasKernel · cited by 169Limits.HasKernelCategoryTheory.Limits.kernel.lift · cited by 64kernel.liftLimits.kernelComparisonCITED BYCITES

Cites11

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

Cited by16

Results whose statement or proof uses this declaration.