Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.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] →
            {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₁ : HomologicalComplex C₁ c₁) →
                              (K₂ : HomologicalComplex C₂ c₂) →
                                (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] →
                                          [K₁.HasMapBifunctor K₂ F c] → [DecidableEq J] → HomologicalComplex D c

Given K₁ : HomologicalComplex C₁ c₁, K₂ : HomologicalComplex C₂ c₂, a bifunctor F : C₁ ⥤ C₂ ⥤ D and a complex shape ComplexShape J such that we have [TotalComplexShape c₁ c₂ c], this mapBifunctor K₁ K₂ F c : HomologicalComplex D c is the total complex of the bicomplex obtained by applying F to K₁ and K₂.

Defined in
Mathlib.Algebra.Homology.Bifunctor
Cited by
109 results in Mathlib
Foundations
Depth 45 from the axioms, rests on 772 definitions · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.PreadditiveCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsTotalComplexShapeHomologicalComplex.HasMapBifunctorDecidableEq

Around this declaration

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

HomologicalComplex.ιMapBifunctor · cited by 38HomologicalComplex.ιMapBi…HomologicalComplex.mapBifunctor₁₂.ι · cited by 20mapBifunctor₁₂.ιHomologicalComplex.mapBifunctor₂₃.ι · cited by 16mapBifunctor₂₃.ιHomologicalComplex.mapBifunctor₂₃.ιOrZero · cited by 16mapBifunctor₂₃.ιOrZeroCochainComplex.mapBifunctor · cited by 14CochainComplex.mapBifunct…HomologicalComplex.mapBifunctor₁₂.ιOrZero · cited by 14mapBifunctor₁₂.ιOrZeroHomologicalComplex.mapBifunctorAssociatorX · cited by 11HomologicalComplex.mapBif…HomologicalComplex.mapBifunctorMap · cited by 11HomologicalComplex.mapBif…HomologicalComplex.mapBifunctor.d₁ · cited by 11mapBifunctor.d₁HomologicalComplex.mapBifunctor.d₂ · cited by 11mapBifunctor.d₂HomologicalComplex.ιMapBifunctorOrZero · cited by 10HomologicalComplex.ιMapBi…HomologicalComplex.mapBifunctor.D₁ · cited by 8mapBifunctor.D₁HomologicalComplex.mapBifunctor.D₂ · cited by 8mapBifunctor.D₂HomologicalComplex.mapBifunctorFlipIso · cited by 7HomologicalComplex.mapBif…HomologicalComplex.mapBifunctor₂₃.d₂ · cited by 7mapBifunctor₂₃.d₂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.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…TotalComplexShape · cited by 210TotalComplexShapeHomologicalComplex.HasMapBifunctor · cited by 103HomologicalComplex.HasMap…HomologicalComplex₂.total · cited by 73HomologicalComplex₂.totalCategoryTheory.Functor.mapBifunctorHomologicalComplex · cited by 35Functor.mapBifunctorHomol…HomologicalComplex.mapBifunct…CITED BYCITES

Cites12

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

Cited by145

Results whose statement or proof uses this declaration.