Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.singleMapHomologicalComplex

{ι : 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₂] →
              [inst_4 : CategoryTheory.Limits.HasZeroObject W₁] →
                [inst_5 : CategoryTheory.Limits.HasZeroObject W₂] →
                  (F : CategoryTheory.Functor W₁ W₂) →
                    [inst_6 : F.PreservesZeroMorphisms] →
                      (c : ComplexShape ι) →
                        [inst_7 : DecidableEq ι] →
                          (j : ι) →
                            (HomologicalComplex.single W₁ c j).comp (F.mapHomologicalComplex c) ≅
                              F.comp (HomologicalComplex.single W₂ c j)

Turning an object into a complex supported at j then applying a functor is the same as applying the functor then forming the complex.

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

Around this declaration

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

CategoryTheory.Functor.mapDerivedCategorySingleFunctor · cited by 13Functor.mapDerivedCategor…CategoryTheory.Functor.mapCochainComplexSingleFunctor · cited by 8Functor.mapCochainComplex…CategoryTheory.Abelian.Ext.mapExactFunctor_mk₀ · cited by 3Ext.mapExactFunctor_mk₀CategoryTheory.Functor.mapProjectiveResolution · cited by 2Functor.mapProjectiveReso…CategoryTheory.Functor.mapDerivedCategoryFactors_inv_app_mapDerivedCategorySingleFunctor_hom_app · cited by 2Functor.mapDerivedCategor…HomologicalComplex.singleMapHomologicalComplex_hom_app_self · cited by 1HomologicalComplex.single…CategoryTheory.Functor.mapDerivedCategorySingleFunctor_inv_app_mapDerivedCategoryFactors_hom_app · cited by 1Functor.mapDerivedCategor…Rep.standardComplex.quasiIso_forget₂_εToSingle₀ · cited by 0standardComplex.quasiIso_…Rep.standardComplex.εToSingle₀_comp_eq · cited by 0standardComplex.εToSingle…CategoryTheory.Functor.mapProjectiveResolution_π · cited by 0Functor.mapProjectiveReso…HomologicalComplex.singleMapHomologicalComplex_hom_app_ne · cited by 0HomologicalComplex.single…HomologicalComplex.singleMapHomologicalComplex_inv_app_ne · cited by 0HomologicalComplex.single…HomologicalComplex.singleMapHomologicalComplex_inv_app_self · cited by 0HomologicalComplex.single…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.comp · cited by 6529Functor.compCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectCategoryTheory.eqToHom · cited by 860CategoryTheory.eqToHomCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…CategoryTheory.NatIso.ofComponents · cited by 178NatIso.ofComponentsCategoryTheory.Functor.mapHomologicalComplex · cited by 145Functor.mapHomologicalCom…HomologicalComplex.single · cited by 110HomologicalComplex.singleHomologicalComplex.singleMapH…CITED BYCITES

Cites14

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

Cited by13

Results whose statement or proof uses this declaration.