Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.kernel.map

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      {X Y : C} →
        (f : X ⟶ Y) →
          [inst_2 : CategoryTheory.Limits.HasKernel f] →
            {X' Y' : C} →
              (f' : X' ⟶ Y') →
                [inst_3 : CategoryTheory.Limits.HasKernel f'] →
                  (p : X ⟶ X') →
                    (q : Y ⟶ Y') →
                      CategoryTheory.CategoryStruct.comp f q = CategoryTheory.CategoryStruct.comp p f' →
                        (CategoryTheory.Limits.kernel f ⟶ CategoryTheory.Limits.kernel f')

A commuting square induces a morphism of kernels.

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

Around this declaration

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

CategoryTheory.kernelCokernelCompSequence.snakeInput · cited by 31kernelCokernelCompSequenc…CategoryTheory.Abelian.LeftResolution.chainComplexMap · cited by 7LeftResolution.chainCompl…CategoryTheory.Limits.kernel.map.congr_simp · cited by 5map.congr_simpCategoryTheory.Limits.kernel.mapIso · cited by 3kernel.mapIsoCategoryTheory.Abelian.LeftResolution.chainComplexMap_f_succ_succ · cited by 3LeftResolution.chainCompl…CategoryTheory.Limits.kernel.mapIso_hom · cited by 2kernel.mapIso_homCategoryTheory.Limits.kernelComparison_comp_kernel_map · cited by 2Limits.kernelComparison_c…CategoryTheory.Abelian.coimageImageComparisonFunctor · cited by 2Abelian.coimageImageCompa…CategoryTheory.Abelian.PreservesImage.factorThruImage_iso_hom · cited by 2PreservesImage.factorThru…CategoryTheory.Abelian.PreservesImage.iso_hom_ι · cited by 2PreservesImage.iso_hom_ιCategoryTheory.Limits.kernel_map_comp_kernelSubobjectIso_inv · cited by 2Limits.kernel_map_comp_ke…CategoryTheory.Limits.kernel.lift_map · cited by 1kernel.lift_mapCategoryTheory.Limits.kernel.mapIso_inv · cited by 1kernel.mapIso_invCategoryTheory.Limits.kernel.map_id · cited by 1kernel.map_idCategoryTheory.Limits.kernel.map_zero · cited by 1kernel.map_zeroCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Limits.kernel · cited by 272Limits.kernelCategoryTheory.Limits.kernel.ι · cited by 214kernel.ιCategoryTheory.Limits.HasKernel · cited by 169Limits.HasKernelCategoryTheory.Limits.kernel.lift · cited by 64kernel.liftkernel.mapCITED BYCITES

Cites8

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

Cited by37

Results whose statement or proof uses this declaration.