Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.LeftHomologyMapData.natTransApp

{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] →
                        (h : S.LeftHomologyData) →
                          (τ : F ⟶ G) →
                            CategoryTheory.ShortComplex.LeftHomologyMapData (S.mapNatTrans τ) (h.map F) (h.map G)

Given a natural transformation τ : F ⟶ G between functors C ⥤ D which preserve the left homology of a short complex S, and a left homology data for S, this is the left homology map data for the morphism S.mapNatTrans τ obtained by evaluating τ.

Defined in
Mathlib.Algebra.Homology.ShortComplex.PreservesHomology
Cited by
4 results in Mathlib
Foundations
Depth 42 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesLeftHomologyOfCategoryTheory.Functor.PreservesLeftHomologyOf

Around this declaration

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

CategoryTheory.ShortComplex.HomologyMapData.natTransApp · cited by 2HomologyMapData.natTransA…CategoryTheory.ShortComplex.homologyMap_mapNatTrans · cited by 1ShortComplex.homologyMap_…CategoryTheory.ShortComplex.LeftHomologyMapData.natTransApp_φH · cited by 0LeftHomologyMapData.natTr…CategoryTheory.ShortComplex.LeftHomologyMapData.natTransApp_φK · cited by 0LeftHomologyMapData.natTr…CategoryTheory.ShortComplex.HomologyMapData.natTransApp_left · cited by 0HomologyMapData.natTransA…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsCategoryTheory.ShortComplex · cited by 1850CategoryTheory.ShortCompl…CategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.ShortComplex.LeftHomologyData.H · cited by 236LeftHomologyData.HCategoryTheory.ShortComplex.LeftHomologyData.K · cited by 233LeftHomologyData.KCategoryTheory.ShortComplex.LeftHomologyData · cited by 212ShortComplex.LeftHomology…CategoryTheory.ShortComplex.map · cited by 188ShortComplex.mapCategoryTheory.ShortComplex.LeftHomologyMapData · cited by 66ShortComplex.LeftHomology…CategoryTheory.Functor.PreservesLeftHomologyOf · cited by 35Functor.PreservesLeftHomo…CategoryTheory.ShortComplex.LeftHomologyData.map · cited by 25LeftHomologyData.mapCategoryTheory.ShortComplex.mapNatTrans · cited by 20ShortComplex.mapNatTransLeftHomologyMapData.natTransA…CITED BYCITES

Cites15

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

Cited by5

Results whose statement or proof uses this declaration.