Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.cylinder.mapHomologicalComplexObjIso

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      {ι : Type u_2} →
        {c : ComplexShape ι} →
          (F : HomologicalComplex C c) →
            [inst_2 : DecidableRel c.Rel] →
              {D : Type u_3} →
                [inst_3 : CategoryTheory.Category.{v_2, u_3} D] →
                  [inst_4 : CategoryTheory.Preadditive D] →
                    (H : CategoryTheory.Functor C D) →
                      [inst_5 : H.Additive] →
                        [inst_6 : ∀ (i : ι), CategoryTheory.Limits.HasBinaryBiproduct (F.X i) (F.X i)] →
                          [inst_7 :
                              HomologicalComplex.HasHomotopyCofiber
                                (CategoryTheory.Limits.biprod.lift (CategoryTheory.CategoryStruct.id F)
                                  (-CategoryTheory.CategoryStruct.id F))] →
                            [inst_8 :
                                ∀ (i : ι),
                                  CategoryTheory.Limits.HasBinaryBiproduct (((H.mapHomologicalComplex c).obj F).X i)
                                    (((H.mapHomologicalComplex c).obj F).X i)] →
                              [inst_9 :
                                  HomologicalComplex.HasHomotopyCofiber
                                    (CategoryTheory.Limits.biprod.lift
                                      (CategoryTheory.CategoryStruct.id ((H.mapHomologicalComplex c).obj F))
                                      (-CategoryTheory.CategoryStruct.id ((H.mapHomologicalComplex c).obj F)))] →
                                [HomologicalComplex.HasHomotopyCofiber
                                      ((H.mapHomologicalComplex c).map
                                        (CategoryTheory.Limits.biprod.lift (CategoryTheory.CategoryStruct.id F)
                                          (-CategoryTheory.CategoryStruct.id F)))] →
                                  (∀ (j : ι), ∃ i, c.Rel i j) →
                                    ((H.mapHomologicalComplex c).obj F.cylinder ≅
                                      ((H.mapHomologicalComplex c).obj F).cylinder)

The isomorphism expressing the commutation between taking the cylinder of a homological complex and applying an additive functor.

Defined in
Mathlib.Algebra.Homology.HomotopyCofiber
Cited by
5 results in Mathlib
Foundations
Depth 80 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveDecidableRelCategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.Functor.AdditiveCategoryTheory.Limits.HasBinaryBiproductHomologicalComplex.HasHomotopyCofiberCategoryTheory.Limits.HasBinaryBiproductHomologicalComplex.HasHomotopyCofiberHomologicalComplex.HasHomotopyCofiber

Around this declaration

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

HomologicalComplex.pathObject.mapHomologicalComplexObjIso · cited by 5pathObject.mapHomological…HomologicalComplex.cylinder.map_ι₀_mapHomologicalComplexObjIso_hom · cited by 2cylinder.map_ι₀_mapHomolo…HomologicalComplex.cylinder.map_ι₁_mapHomologicalComplexObjIso_hom · cited by 2cylinder.map_ι₁_mapHomolo…HomologicalComplex.cylinder.map_ι₀_mapHomologicalComplexObjIso_hom_assoc · cited by 0cylinder.map_ι₀_mapHomolo…HomologicalComplex.cylinder.map_ι₁_mapHomologicalComplexObjIso_hom_assoc · cited by 0cylinder.map_ι₁_mapHomolo…HomologicalComplex.cylinder.mapHomologicalComplexObjIso.congr_simp · cited by 0mapHomologicalComplexObjI…CategoryTheory.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.CategoryStruct.id · cited by 6235CategoryStruct.idCategoryTheory.Iso · cited by 3963CategoryTheory.IsoCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Functor.Additive · cited by 1179Functor.AdditiveCategoryTheory.Iso.refl · cited by 727Iso.reflCategoryTheory.Iso.trans · cited by 566Iso.transComplexShape.Rel · cited by 518ComplexShape.Relcylinder.mapHomologicalComple…CITED BYCITES

Cites27

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

Cited by6

Results whose statement or proof uses this declaration.