Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Abelian.LeftResolution.chainComplexMap

{A : Type u_1} →
  {C : Type u_2} →
    [inst : CategoryTheory.Category.{v_1, u_2} C] →
      [inst_1 : CategoryTheory.Category.{v_2, u_1} A] →
        {ι : CategoryTheory.Functor C A} →
          (Λ : CategoryTheory.Abelian.LeftResolution ι) →
            {X Y : A} →
              (X ⟶ Y) →
                [inst_2 : ι.Full] →
                  [inst_3 : ι.Faithful] →
                    [inst_4 : CategoryTheory.Limits.HasZeroMorphisms C] →
                      [inst_5 : CategoryTheory.Abelian A] → Λ.chainComplex X ⟶ Λ.chainComplex Y

The morphism Λ.chainComplex X ⟶ Λ.chainComplex Y of chain complexes induced by f : X ⟶ Y.

Defined in
Mathlib.Algebra.Homology.LeftResolution.Basic
Cited by
7 results in Mathlib
Foundations
Depth 37 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Functor.FullCategoryTheory.Functor.FaithfulCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Abelian

Around this declaration

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

CategoryTheory.Abelian.LeftResolution.chainComplexMap_f_succ_succ · cited by 3LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_comp · cited by 1LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexFunctor · cited by 0LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_comp_assoc · cited by 0LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_f_0 · cited by 0LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_f_1 · cited by 0LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_id · cited by 0LeftResolution.chainCompl…CategoryTheory.Abelian.LeftResolution.chainComplexMap_zero · cited by 0LeftResolution.chainCompl…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.Abelian · cited by 1753CategoryTheory.AbelianComplexShape.down · cited by 605ComplexShape.downHomologicalComplex.d · cited by 598HomologicalComplex.dChainComplex · cited by 350ChainComplexCategoryTheory.Functor.Full · cited by 341Functor.FullLeftResolution.chainComplexMapCITED BYCITES

Cites25

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

Cited by8

Results whose statement or proof uses this declaration.