Mathlib Map

Theorems · Theorem · category theory

imageToKernel_arrow

∀ {V : Type u} [inst : CategoryTheory.Category.{v, u} V] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms V] {A B C : V}
  (f : A ⟶ B) [inst_2 : CategoryTheory.Limits.HasImage f] (g : B ⟶ C) [inst_3 : CategoryTheory.Limits.HasKernel g]
  (w : CategoryTheory.CategoryStruct.comp f g = 0),
  CategoryTheory.CategoryStruct.comp (imageToKernel f g w) (CategoryTheory.Limits.kernelSubobject g).arrow =
    (CategoryTheory.Limits.imageSubobject f).arrow
Defined in
Mathlib.Algebra.Homology.ImageToKernel
Cited by
15 results in Mathlib
Foundations
Depth 45 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasImageCategoryTheory.Limits.HasKernel

Around this declaration

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

imageToKernel'_kernelSubobjectIso · cited by 1imageToKernel'_kernelSubo…imageToKernel_arrow_assoc · cited by 1imageToKernel_arrow_associmageToKernel_comp_right · cited by 0imageToKernel_comp_rightimageToKernel_epi_comp · cited by 0imageToKernel_epi_compfactorThruImageSubobject_comp_imageToKernel · cited by 0factorThruImageSubobject_…imageToKernel_op · cited by 0imageToKernel_opimageToKernel_unop · cited by 0imageToKernel_unopimageToKernel_zero_left · cited by 0imageToKernel_zero_leftimageToKernel_zero_right · cited by 0imageToKernel_zero_rightCategoryTheory.ShortComplex.exact_iff_image_eq_kernel · cited by 0ShortComplex.exact_iff_im…imageSubobjectIso_imageToKernel' · cited by 0imageSubobjectIso_imageTo…imageToKernel_arrow_apply · cited by 0imageToKernel_arrow_applyimageToKernel_comp_hom_inv_comp · cited by 0imageToKernel_comp_hom_in…imageToKernel_comp_left · cited by 0imageToKernel_comp_leftimageToKernel_comp_mono · cited by 0imageToKernel_comp_monoCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.Subobject · cited by 385CategoryTheory.SubobjectCategoryTheory.Subobject.underlying · cited by 211Subobject.underlyingCategoryTheory.Subobject.arrow · cited by 175Subobject.arrowCategoryTheory.Limits.HasKernel · cited by 169Limits.HasKernelCategoryTheory.Limits.HasImage · cited by 107Limits.HasImageCategoryTheory.Limits.kernelSubobject · cited by 58Limits.kernelSubobjectCategoryTheory.Limits.imageSubobject · cited by 53Limits.imageSubobjectCategoryTheory.Subobject.ofLE_arrow · cited by 23Subobject.ofLE_arrowimageToKernel · cited by 21imageToKernelimage_le_kernel · cited by 1image_le_kernelimageToKernel_arrowCITED BYCITES

Cites15

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

Cited by15

Results whose statement or proof uses this declaration.