Mathlib Map

Theorems · Definition · category theory

CategoryTheory.Functor.mapBifunctorHomologicalComplex

{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₂] →
                [inst_5 : CategoryTheory.Limits.HasZeroMorphisms D] →
                  (F : CategoryTheory.Functor C₁ (CategoryTheory.Functor C₂ D)) →
                    {I₁ : Type u_4} →
                      {I₂ : Type u_5} →
                        (c₁ : ComplexShape I₁) →
                          (c₂ : ComplexShape I₂) →
                            [F.PreservesZeroMorphisms] →
                              [∀ (X₁ : C₁), (F.obj X₁).PreservesZeroMorphisms] →
                                CategoryTheory.Functor (HomologicalComplex C₁ c₁)
                                  (CategoryTheory.Functor (HomologicalComplex C₂ c₂) (HomologicalComplex₂ D c₁ c₂))

Given a functor F : C₁ ⥤ C₂ ⥤ D, this is the bifunctor which sends K₁ : HomologicalComplex C₁ c₁ and K₂ : HomologicalComplex C₂ c₂ to the bicomplex which is degree (i₁, i₂) consists of (F.obj (K₁.X i₁)).obj (K₂.X i₂).

Defined in
Mathlib.Algebra.Homology.Bifunctor
Cited by
35 results in Mathlib
Foundations
Depth 31 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphismsCategoryTheory.Functor.PreservesZeroMorphisms

Around this declaration

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

HomologicalComplex.mapBifunctor · cited by 109HomologicalComplex.mapBif…HomologicalComplex.HasMapBifunctor · cited by 103HomologicalComplex.HasMap…HomologicalComplex.ιMapBifunctor · cited by 38HomologicalComplex.ιMapBi…HomologicalComplex.mapBifunctor.d₁ · cited by 11mapBifunctor.d₁HomologicalComplex.mapBifunctor.d₂ · cited by 11mapBifunctor.d₂HomologicalComplex.mapBifunctorMap · cited by 11HomologicalComplex.mapBif…HomologicalComplex.ιMapBifunctorOrZero · cited by 10HomologicalComplex.ιMapBi…HomologicalComplex.mapBifunctor.D₁ · cited by 8mapBifunctor.D₁HomologicalComplex.mapBifunctor.D₂ · cited by 8mapBifunctor.D₂CochainComplex.mapBifunctorShift₁Iso · cited by 7CochainComplex.mapBifunct…CochainComplex.mapBifunctorShift₂Iso · cited by 7CochainComplex.mapBifunct…HomologicalComplex.mapBifunctorFlipIso · cited by 7HomologicalComplex.mapBif…HomologicalComplex.mapBifunctor.ι_D₁ · cited by 6mapBifunctor.ι_D₁HomologicalComplex.mapBifunctor.ι_D₂ · cited by 6mapBifunctor.ι_D₂HomologicalComplex.mapBifunctor.d₁_eq · cited by 5mapBifunctor.d₁_eqCategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.Functor · cited by 16252CategoryTheory.FunctorCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.NatTrans.app · cited by 7406NatTrans.appCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeHomologicalComplex.Hom.f · cited by 845Hom.fCategoryTheory.Functor.PreservesZeroMorphisms · cited by 458Functor.PreservesZeroMorp…HomologicalComplex₂ · cited by 153HomologicalComplex₂CategoryTheory.GradedObject.mapBifunctor · cited by 87GradedObject.mapBifunctorCategoryTheory.Functor.mapBifunctorHomologicalComplexObj · cited by 5Functor.mapBifunctorHomol…Functor.mapBifunctorHomologic…CITED BYCITES

Cites16

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

Cited by52

Results whose statement or proof uses this declaration.