Mathlib Map

Theorems · Definition · category theory

CategoryTheory.ShortComplex.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] → (F ⟶ G) → (S.map F ⟶ S.map G)

The morphism of short complexes S.map F ⟶ S.map G induced by a natural transformation F ⟶ G.

Defined in
Mathlib.Algebra.Homology.ShortComplex.Basic
Cited by
20 results in Mathlib
Foundations
Depth 21 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.

HomologicalComplex.HomologySequence.snakeInput · cited by 27HomologySequence.snakeInp…CategoryTheory.ShortComplex.FunctorEquivalence.functor · cited by 18FunctorEquivalence.functorCategoryTheory.ShortComplex.mapNatIso · cited by 4ShortComplex.mapNatIsoCategoryTheory.ShortComplex.LeftHomologyMapData.natTransApp · cited by 4LeftHomologyMapData.natTr…CategoryTheory.ShortComplex.RightHomologyMapData.natTransApp · cited by 3RightHomologyMapData.natT…CategoryTheory.ShortComplex.HomologyMapData.natTransApp · cited by 2HomologyMapData.natTransA…CategoryTheory.ShortComplex.ShortExact.mapShiftedHom_singleδ' · cited by 2ShortExact.mapShiftedHom_…CategoryTheory.ShortComplex.homologyMap_mapNatTrans · cited by 1ShortComplex.homologyMap_…CategoryTheory.Abelian.preadditiveCoyonedaObj_map_surjective · cited by 1Abelian.preadditiveCoyone…CategoryTheory.ShortComplex.FunctorEquivalence.functor_map_app · cited by 0FunctorEquivalence.functo…CategoryTheory.ShortComplex.FunctorEquivalence.functor_obj_map · cited by 0FunctorEquivalence.functo…CategoryTheory.ShortComplex.HomologyMapData.natTransApp_left · cited by 0HomologyMapData.natTransA…CategoryTheory.ShortComplex.HomologyMapData.natTransApp_right · cited by 0HomologyMapData.natTransA…HomologicalComplex.HomologySequence.snakeInput_v₀₁ · cited by 0HomologySequence.snakeInp…HomologicalComplex.HomologySequence.snakeInput_v₁₂ · cited by 0HomologySequence.snakeInp…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.ShortComplex.X₂ · cited by 1115ShortComplex.X₂CategoryTheory.ShortComplex.X₁ · cited by 889ShortComplex.X₁CategoryTheory.ShortComplex.X₃ · cited by 876ShortComplex.X₃CategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.ShortComplex.map · cited by 188ShortComplex.mapShortComplex.mapNatTransCITED BYCITES

Cites11

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

Cited by26

Results whose statement or proof uses this declaration.