Theorems · Theorem · category theory
imageToKernel_comp_left
∀ {V : Type u} [inst : CategoryTheory.Category.{v, u} V] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms V] {A B C : V}
(f : A ⟶ B) (g : B ⟶ C) [inst_2 : CategoryTheory.Limits.HasKernels V] [inst_3 : CategoryTheory.Limits.HasImages V]
{Z : V} (h : Z ⟶ A) (w : CategoryTheory.CategoryStruct.comp f g = 0),
imageToKernel (CategoryTheory.CategoryStruct.comp h f) g ⋯ =
CategoryTheory.CategoryStruct.comp
((CategoryTheory.Limits.imageSubobject (CategoryTheory.CategoryStruct.comp h f)).ofLE
(CategoryTheory.Limits.imageSubobject f) ⋯)
(imageToKernel f g w)- Defined in
- Mathlib.Algebra.Homology.ImageToKernel
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 46 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.Category.assocproof · cited by 6,433
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Subobjectstatement · cited by 385
- CategoryTheory.Subobject.underlyingstatement · cited by 211
- CategoryTheory.Subobject.arrowproof · cited by 175
- CategoryTheory.Limits.HasKernelsstatement and proof · cited by 67
- CategoryTheory.Limits.kernelSubobjectstatement and proof · cited by 58
- CategoryTheory.Limits.imageSubobjectstatement and proof · cited by 53
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.