Mathlib Map

Theorems · Definition · category theory

CochainComplex.mapBifunctor

{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] →
            [inst_3 : CategoryTheory.Limits.HasZeroMorphisms C₁] →
              [inst_4 : CategoryTheory.Limits.HasZeroMorphisms C₂] →
                (K₁ : CochainComplex C₁ ℤ) →
                  (K₂ : CochainComplex C₂ ℤ) →
                    [inst_5 : CategoryTheory.Preadditive D] →
                      (F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ D)) →
                        [inst_6 : F.PreservesZeroMorphisms] →
                          [inst_7 : ∀ (X₁ : C₁), (F.obj X₁).PreservesZeroMorphisms] →
                            [K₁.HasMapBifunctor K₂ F] → CochainComplex D ℤ

Given K₁ : CochainComplex C₁ ℤ, K₂ : CochainComplex C₂ ℤ, a bifunctor F : C₁ ⥤ C₂ ⥤ D, this mapBifunctor K₁ K₂ F : CochainComplex D ℤ is the total complex of the bicomplex obtained by applying F to K₁ and K₂.

Defined in
Mathlib.Algebra.Homology.BifunctorShift
Cited by
14 results in Mathlib
Foundations
Depth 53 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.PreadditiveCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCochainComplex.HasMapBifunctor

Around this declaration

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

CochainComplex.ιMapBifunctor · cited by 7CochainComplex.ιMapBifunc…CochainComplex.mapBifunctorShift₁Iso · cited by 7CochainComplex.mapBifunct…CochainComplex.mapBifunctorShift₂Iso · cited by 7CochainComplex.mapBifunct…CochainComplex.ι_mapBifunctorShift₁Iso_hom_f · cited by 2CochainComplex.ι_mapBifun…CochainComplex.ι_mapBifunctorShift₂Iso_hom_f · cited by 2CochainComplex.ι_mapBifun…CochainComplex.ι_mapBifunctorShift₁Iso_hom_f_assoc · cited by 1CochainComplex.ι_mapBifun…CochainComplex.ι_mapBifunctorShift₂Iso_hom_f_assoc · cited by 1CochainComplex.ι_mapBifun…CochainComplex.mapBifunctorShift₁Iso_hom_naturality₁ · cited by 1CochainComplex.mapBifunct…CochainComplex.mapBifunctorShift₂Iso_hom_naturality₂ · cited by 1CochainComplex.mapBifunct…CategoryTheory.Functor.commShiftIso_map₂CochainComplex_flip_hom_app · cited by 0Functor.commShiftIso_map₂…CategoryTheory.Functor.commShiftIso_map₂CochainComplex_flip_inv_app · cited by 0Functor.commShiftIso_map₂…CategoryTheory.Functor.commShiftIso_map₂CochainComplex_hom_app · cited by 0Functor.commShiftIso_map₂…CategoryTheory.Functor.commShiftIso_map₂CochainComplex_inv_app · cited by 0Functor.commShiftIso_map₂…CochainComplex.ιMapBifunctor.congr_simp · cited by 0ιMapBifunctor.congr_simpCochainComplex.mapBifunctorShift₁Iso_hom_naturality₁_assoc · cited by 0CochainComplex.mapBifunct…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsComplexShape.up · cited by 1123ComplexShape.upCochainComplex · cited by 1016CochainComplexCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…HomologicalComplex.mapBifunctor · cited by 109HomologicalComplex.mapBif…CochainComplex.HasMapBifunctor · cited by 15CochainComplex.HasMapBifu…CochainComplex.mapBifunctorCITED BYCITES

Cites10

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

Cited by17

Results whose statement or proof uses this declaration.