Theorems · Definition · category theory
imageToKernel
{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] →
CategoryTheory.CategoryStruct.comp f g = 0 →
(CategoryTheory.Subobject.underlying.obj (CategoryTheory.Limits.imageSubobject f) ⟶
CategoryTheory.Subobject.underlying.obj (CategoryTheory.Limits.kernelSubobject g))The canonical morphism imageSubobject f ⟶ kernelSubobject g when f ≫ g = 0.
- Defined in
- Mathlib.Algebra.Homology.ImageToKernel
- Cited by
- 21 results in Mathlib
- Foundations
- Depth 44 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites13
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.Functor.objstatement · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Subobjectstatement · cited by 385
- CategoryTheory.Subobject.underlyingstatement · cited by 211
- CategoryTheory.Limits.HasKernelstatement and proof · cited by 169
- CategoryTheory.Limits.HasImagestatement and proof · cited by 107
- CategoryTheory.Limits.kernelSubobjectstatement and proof · cited by 58
- CategoryTheory.Limits.imageSubobjectstatement and proof · cited by 53
- CategoryTheory.Subobject.ofLEproof · cited by 38
Cited by21
Results whose statement or proof uses this declaration.
- imageToKernel_arrowstatement · cited by 15
- CategoryTheory.ShortComplex.exact_iff_isIso_imageToKernelstatement and proof · cited by 2
- CategoryTheory.ShortComplex.exact_iff_epi_imageToKernelstatement and proof · cited by 1
- imageToKernel'_kernelSubobjectIsostatement and proof · cited by 1
- imageToKernel_arrow_assocstatement and proof · cited by 1
- imageToKernel_comp_rightstatement and proof · cited by 0
- imageToKernel_epi_compstatement and proof · cited by 0
- imageToKernel_opstatement · cited by 0
- imageToKernel_unopstatement · cited by 0
- imageToKernel_zero_leftstatement · cited by 0
- imageToKernel_zero_rightstatement · cited by 0
- subobject_ofLE_as_imageToKernelstatement · cited by 0