Theorems · Theorem · category theory
CategoryTheory.ShortComplex.homologyMap_mapNatTrans
∀ {C : Type u_1} {D : Type u_2} [inst : CategoryTheory.Category.{v_1, u_1} C]
[inst_1 : CategoryTheory.Category.{v_2, u_2} D] [inst_2 : CategoryTheory.Limits.HasZeroMorphisms C]
[inst_3 : CategoryTheory.Limits.HasZeroMorphisms D] (S : CategoryTheory.ShortComplex C)
{F G : CategoryTheory.Functor C D} [inst_4 : F.PreservesZeroMorphisms] [inst_5 : G.PreservesZeroMorphisms]
[inst_6 : F.PreservesLeftHomologyOf S] [inst_7 : G.PreservesLeftHomologyOf S] [inst_8 : F.PreservesRightHomologyOf S]
[inst_9 : G.PreservesRightHomologyOf S] [inst_10 : S.HasHomology] (τ : F ⟶ G),
CategoryTheory.ShortComplex.homologyMap (S.mapNatTrans τ) =
CategoryTheory.CategoryStruct.comp (S.mapHomologyIso F).hom
(CategoryTheory.CategoryStruct.comp (τ.app S.homology) (S.mapHomologyIso G).inv)- Cited by
- 1 results in Mathlib
- Foundations
- Depth 43 from the axioms · uses propext, Classical.choice, Quot.sound
- Assumes
- CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesLeftHomologyOfCategoryTheory.Functor.PreservesLeftHomologyOfCategoryTheory.Functor.PreservesRightHomologyOfCategoryTheory.Functor.PreservesRightHomologyOfCategoryTheory.ShortComplex.HasHomology
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites23
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 · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Iso.homstatement · cited by 7,684
- CategoryTheory.NatTrans.appstatement · cited by 7,406
- CategoryTheory.Iso.invstatement · cited by 6,514
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.ShortComplexstatement and proof · cited by 1,850
- CategoryTheory.Functor.PreservesZeroMorphismsstatement and proof · cited by 458
- CategoryTheory.ShortComplex.HasHomologystatement and proof · cited by 253
Cited by1
Results whose statement or proof uses this declaration.
- CategoryTheory.NatTrans.app_homologyproof · cited by 0