Theorems · Theorem · category theory
imageToKernel_comp_hom_inv_comp
∀ {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.HasEqualizers V] [inst_3 : CategoryTheory.Limits.HasImages V]
{Z : V} {i : B ≅ Z}
(w :
CategoryTheory.CategoryStruct.comp (CategoryTheory.CategoryStruct.comp f i.hom)
(CategoryTheory.CategoryStruct.comp i.inv g) =
0),
imageToKernel (CategoryTheory.CategoryStruct.comp f i.hom) (CategoryTheory.CategoryStruct.comp i.inv g) w =
CategoryTheory.CategoryStruct.comp (CategoryTheory.Limits.imageSubobjectCompIso f i.hom).hom
(CategoryTheory.CategoryStruct.comp (imageToKernel f g ⋯)
(CategoryTheory.Limits.kernelSubobjectIsoComp i.inv g).inv)- Defined in
- Mathlib.Algebra.Homology.ImageToKernel
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites28
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.Iso.homstatement and proof · cited by 7,684
- CategoryTheory.Iso.invstatement and proof · cited by 6,514
- CategoryTheory.Category.assocproof · cited by 6,433
- CategoryTheory.Isostatement and proof · cited by 3,963
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Subobjectstatement · cited by 385
- CategoryTheory.Iso.inv_hom_idproof · cited by 308
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.