Mathlib Map

Theorems · Definition · category theory

CategoryTheory.NatTrans.mapHomologicalComplex

{ι : Type u_1} →
  {W₁ : Type u_3} →
    {W₂ : Type u_4} →
      [inst : CategoryTheory.Category.{v_2, u_3} W₁] →
        [inst_1 : CategoryTheory.Category.{v_3, u_4} W₂] →
          [inst_2 : CategoryTheory.Limits.HasZeroMorphisms W₁] →
            [inst_3 : CategoryTheory.Limits.HasZeroMorphisms W₂] →
              {F G : CategoryTheory.Functor W₁ W₂} →
                [inst_4 : F.PreservesZeroMorphisms] →
                  [inst_5 : G.PreservesZeroMorphisms] →
                    (F ⟶ G) → (c : ComplexShape ι) → F.mapHomologicalComplex c ⟶ G.mapHomologicalComplex c

A natural transformation between functors induces a natural transformation between those functors applied to homological complexes.

Defined in
Mathlib.Algebra.Homology.Additive
Cited by
10 results in Mathlib
Foundations
Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms

Around this declaration

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

CategoryTheory.NatIso.mapHomologicalComplex · cited by 4NatIso.mapHomologicalComp…CategoryTheory.NatTrans.mapHomologicalComplex_naturality · cited by 3NatTrans.mapHomologicalCo…CategoryTheory.NatTrans.mapHomotopyCategory · cited by 3NatTrans.mapHomotopyCateg…CategoryTheory.InjectiveResolution.rightDerivedToHomotopyCategory_app_eq · cited by 1InjectiveResolution.right…CategoryTheory.ProjectiveResolution.leftDerivedToHomotopyCategory_app_eq · cited by 1ProjectiveResolution.left…CategoryTheory.InjectiveResolution.rightDerived_app_eq · cited by 0InjectiveResolution.right…CategoryTheory.NatTrans.mapHomologicalComplex_app_f · cited by 0NatTrans.mapHomologicalCo…CategoryTheory.NatTrans.mapHomologicalComplex_comp · cited by 0NatTrans.mapHomologicalCo…CategoryTheory.NatTrans.mapHomologicalComplex_id · cited by 0NatTrans.mapHomologicalCo…CategoryTheory.NatTrans.mapHomologicalComplex_naturality_assoc · cited by 0NatTrans.mapHomologicalCo…CategoryTheory.NatTrans.mapHomotopyCategory_app · cited by 0NatTrans.mapHomotopyCateg…CategoryTheory.ProjectiveResolution.leftDerived_app_eq · cited by 0ProjectiveResolution.left…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.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.Functor.mapHomologicalComplex · cited by 145Functor.mapHomologicalCom…NatTrans.mapHomologicalComplexCITED BYCITES

Cites10

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

Cited by12

Results whose statement or proof uses this declaration.