Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.mapBifunctorMap

{C₁ : Type u_1} →
  {C₂ : Type u_2} →
    {D : Type u_3} →
      [inst : CategoryTheory.Category.{v_1, u_1} C₁] →
        [inst_1 : CategoryTheory.Category.{v_2, u_2} C₂] →
          [inst_2 : CategoryTheory.Category.{v_3, u_3} D] →
            {I₁ : Type u_4} →
              {I₂ : Type u_5} →
                {J : Type u_6} →
                  {c₁ : ComplexShape I₁} →
                    {c₂ : ComplexShape I₂} →
                      [inst_3 : CategoryTheory.Limits.HasZeroMorphisms C₁] →
                        [inst_4 : CategoryTheory.Limits.HasZeroMorphisms C₂] →
                          [inst_5 : CategoryTheory.Preadditive D] →
                            {K₁ L₁ : HomologicalComplex C₁ c₁} →
                              {K₂ L₂ : HomologicalComplex C₂ c₂} →
                                (K₁ ⟶ L₁) →
                                  (K₂ ⟶ L₂) →
                                    (F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ D)) →
                                      [inst_6 : F.PreservesZeroMorphisms] →
                                        [inst_7 : ∀ (X₁ : C₁), (F.obj X₁).PreservesZeroMorphisms] →
                                          (c : ComplexShape J) →
                                            [inst_8 : TotalComplexShape c₁ c₂ c] →
                                              [inst_9 : K₁.HasMapBifunctor K₂ F c] →
                                                [inst_10 : L₁.HasMapBifunctor L₂ F c] →
                                                  [inst_11 : DecidableEq J] →
                                                    K₁.mapBifunctor K₂ F c ⟶ L₁.mapBifunctor L₂ F c

The morphism mapBifunctor K₁ K₂ F c ⟶ mapBifunctor L₁ L₂ F c induced by morphisms of complexes K₁ ⟶ L₁ and K₂ ⟶ L₂.

Defined in
Mathlib.Algebra.Homology.Bifunctor
Cited by
11 results in Mathlib
Foundations
Depth 47 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.PreadditiveCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsTotalComplexShapeHomologicalComplex.HasMapBifunctorHomologicalComplex.HasMapBifunctorDecidableEq

Around this declaration

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

HomologicalComplex.ι_mapBifunctorMap · cited by 5HomologicalComplex.ι_mapB…HomologicalComplex.ι_mapBifunctorMap_assoc · cited by 3HomologicalComplex.ι_mapB…CategoryTheory.Functor.map₂HomologicalComplex · cited by 3Functor.map₂HomologicalCo…HomologicalComplex.mapBifunctorFlipIso_hom_naturality · cited by 1HomologicalComplex.mapBif…CochainComplex.mapBifunctorShift₁Iso_hom_naturality₁ · cited by 1CochainComplex.mapBifunct…CochainComplex.mapBifunctorShift₂Iso_hom_naturality₂ · cited by 1CochainComplex.mapBifunct…HomologicalComplex.mapBifunctorMapHomotopy.comm₁ · cited by 0mapBifunctorMapHomotopy.c…HomologicalComplex.mapBifunctorFlipIso_hom_naturality_assoc · cited by 0HomologicalComplex.mapBif…HomologicalComplex.mapBifunctorMapHomotopy₁ · cited by 0HomologicalComplex.mapBif…HomologicalComplex.mapBifunctorMapHomotopy₂ · cited by 0HomologicalComplex.mapBif…HomologicalComplex.tensorHom · cited by 0HomologicalComplex.tensor…CochainComplex.mapBifunctorShift₁Iso_hom_naturality₁_assoc · cited by 0CochainComplex.mapBifunct…CategoryTheory.Functor.map₂HomologicalComplex_map_app · cited by 0Functor.map₂HomologicalCo…CategoryTheory.Functor.map₂HomologicalComplex_obj_map · cited by 0Functor.map₂HomologicalCo…CochainComplex.mapBifunctorShift₂Iso_hom_naturality₂_assoc · cited by 0CochainComplex.mapBifunct…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…TotalComplexShape · cited by 210TotalComplexShapeHomologicalComplex.mapBifunctor · cited by 109HomologicalComplex.mapBif…HomologicalComplex.HasMapBifunctor · cited by 103HomologicalComplex.HasMap…HomologicalComplex.mapBifunct…CITED BYCITES

Cites17

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

Cited by15

Results whose statement or proof uses this declaration.