Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.HomologyData.map

{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} →
              (h : S.HomologyData) →
                (F : CategoryTheory.Functor C D) →
                  [inst_4 : F.PreservesZeroMorphisms] →
                    [h.left.IsPreservedBy F] → [h.right.IsPreservedBy F] → (S.map F).HomologyData

When a homology data h of a short complex S is such that both h.left and h.right are preserved by a functor F, this is the induced homology data h.map F for the short complex S.map F.

Defined in
Mathlib.Algebra.Homology.ShortComplex.PreservesHomology
Cited by
9 results in Mathlib
Foundations
Depth 40 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.ShortComplex.LeftHomologyData.IsPreservedByCategoryTheory.ShortComplex.RightHomologyData.IsPreservedBy

Around this declaration

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

CategoryTheory.ShortComplex.HomologyMapData.map · cited by 2HomologyMapData.mapCategoryTheory.ShortComplex.HomologyMapData.natTransApp · cited by 2HomologyMapData.natTransA…CategoryTheory.ShortComplex.mapHomologyIso'_eq_mapHomologyIso · cited by 0ShortComplex.mapHomologyI…CategoryTheory.ShortComplex.HomologyMapData.map_left · cited by 0HomologyMapData.map_leftCategoryTheory.ShortComplex.HomologyMapData.map_right · cited by 0HomologyMapData.map_rightCategoryTheory.ShortComplex.HomologyData.map_homologyMap' · cited by 0HomologyData.map_homology…CategoryTheory.ShortComplex.HomologyData.map_iso · cited by 0HomologyData.map_isoCategoryTheory.ShortComplex.HomologyData.map_left · cited by 0HomologyData.map_leftCategoryTheory.ShortComplex.HomologyData.map_right · cited by 0HomologyData.map_rightCategoryTheory.ShortComplex.HomologyMapData.natTransApp_left · cited by 0HomologyMapData.natTransA…CategoryTheory.ShortComplex.HomologyMapData.natTransApp_right · cited by 0HomologyMapData.natTransA…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Functor.mapIso · cited by 224Functor.mapIsoCategoryTheory.ShortComplex.map · cited by 188ShortComplex.mapCategoryTheory.ShortComplex.HomologyData.left · cited by 130HomologyData.leftCategoryTheory.ShortComplex.HomologyData · cited by 102ShortComplex.HomologyDataCategoryTheory.ShortComplex.HomologyData.right · cited by 99HomologyData.rightCategoryTheory.ShortComplex.HomologyData.iso · cited by 45HomologyData.isoCategoryTheory.ShortComplex.LeftHomologyData.map · cited by 25LeftHomologyData.mapCategoryTheory.ShortComplex.RightHomologyData.IsPreservedBy · cited by 24RightHomologyData.IsPrese…CategoryTheory.ShortComplex.LeftHomologyData.IsPreservedBy · cited by 24LeftHomologyData.IsPreser…CategoryTheory.ShortComplex.RightHomologyData.map · cited by 23RightHomologyData.mapHomologyData.mapCITED BYCITES

Cites15

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

Cited by11

Results whose statement or proof uses this declaration.