Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Limits.kernel.lift

{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] →
            {W : C} → (k : W ⟶ X) → CategoryTheory.CategoryStruct.comp k f = 0 → (W ⟶ CategoryTheory.Limits.kernel f)

Given any morphism k : W ⟶ X satisfying k ≫ f = 0, k factors through kernel.ι f via kernel.lift : W ⟶ kernel f.

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

Around this declaration

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

CategoryTheory.Limits.kernel.lift_ι · cited by 55kernel.lift_ιCategoryTheory.Abelian.SpectralObject.toCycles · cited by 40SpectralObject.toCyclesCategoryTheory.Limits.kernel.map · cited by 32kernel.mapCategoryTheory.Abelian.factorThruImage · cited by 20Abelian.factorThruImageCategoryTheory.Abelian.coimageImageComparison · cited by 18Abelian.coimageImageCompa…CategoryTheory.Limits.kernelComparison · cited by 15Limits.kernelComparisonCategoryTheory.Abelian.OfCoimageImageComparisonIsIso.imageMonoFactorisation · cited by 6OfCoimageImageComparisonI…CategoryTheory.Limits.kernel.lift_ι_assoc · cited by 6kernel.lift_ι_associmageToKernel' · cited by 6imageToKernel'CategoryTheory.Limits.ker · cited by 5Limits.kerCategoryTheory.ShortComplex.LeftHomologyData.ofHasKernelOfHasCokernel · cited by 5LeftHomologyData.ofHasKer…CategoryTheory.ShortComplex.LeftHomologyData.ofAbelian · cited by 4LeftHomologyData.ofAbelianCategoryTheory.Abelian.SpectralObject.liftCycles · cited by 4SpectralObject.liftCyclesCategoryTheory.Abelian.im · cited by 4Abelian.imCategoryTheory.ShortComplex.abelianImageToKernel · cited by 4ShortComplex.abelianImage…CategoryTheory.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.HasKernel · cited by 169Limits.HasKernelCategoryTheory.Limits.IsLimit.lift · cited by 167IsLimit.liftCategoryTheory.Limits.KernelFork.ofι · cited by 70KernelFork.ofιCategoryTheory.Limits.kernelIsKernel · cited by 24Limits.kernelIsKernelkernel.liftCITED BYCITES

Cites9

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

Cited by92

Results whose statement or proof uses this declaration.