Mathlib Map

Theorems · Definition · category theory

CochainComplex.HomComplex.Cocycle.toSingleMk

{C : Type u} →
  [inst : CategoryTheory.Category.{v, u} C] →
    [inst_1 : CategoryTheory.Preadditive C] →
      [inst_2 : CategoryTheory.Limits.HasZeroObject C] →
        {X : C} →
          {K : CochainComplex C ℤ} →
            {p q : ℤ} →
              (f : K.X p ⟶ X) →
                {n : ℤ} →
                  p + n = q →
                    (p' : ℤ) →
                      p' + 1 = p →
                        CategoryTheory.CategoryStruct.comp (K.d p' p) f = 0 →
                          CochainComplex.HomComplex.Cocycle K ((CochainComplex.singleFunctor C q).obj X) n

Constructor for cocycles to a single complex.

Defined in
Mathlib.Algebra.Homology.HomotopyCategory.HomComplexSingle
Cited by
19 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.PreadditiveCategoryTheory.Limits.HasZeroObject

Around this declaration

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

CategoryTheory.ProjectiveResolution.extMk · cited by 11ProjectiveResolution.extMkCochainComplex.HomComplex.Cocycle.toSingleMk_coe · cited by 7Cocycle.toSingleMk_coeCochainComplex.HomComplex.Cocycle.toSingleMk.congr_simp · cited by 7toSingleMk.congr_simpCategoryTheory.ProjectiveResolution.extEquivCohomologyClass_extMk · cited by 1ProjectiveResolution.extE…CategoryTheory.ProjectiveResolution.extMk_hom · cited by 1ProjectiveResolution.extM…CochainComplex.HomComplex.Cocycle.toSingleMk_add · cited by 1Cocycle.toSingleMk_addCochainComplex.HomComplex.Cocycle.toSingleMk_mem_coboundaries_iff · cited by 1Cocycle.toSingleMk_mem_co…CochainComplex.HomComplex.Cocycle.toSingleMk_neg · cited by 1Cocycle.toSingleMk_negCochainComplex.HomComplex.Cocycle.toSingleMk_postcomp · cited by 1Cocycle.toSingleMk_postco…CochainComplex.HomComplex.Cocycle.toSingleMk_precomp · cited by 1Cocycle.toSingleMk_precompCochainComplex.HomComplex.Cocycle.toSingleMk_sub · cited by 1Cocycle.toSingleMk_subCochainComplex.HomComplex.Cocycle.toSingleMk_zero · cited by 1Cocycle.toSingleMk_zeroCochainComplex.HomComplex.Cocycle.toSingleMk_surjective · cited by 1Cocycle.toSingleMk_surjec…CategoryTheory.ProjectiveResolution.extMk_comp_mk₀ · cited by 0ProjectiveResolution.extM…CategoryTheory.ProjectiveResolution.extMk_eq_zero_iff · cited by 0ProjectiveResolution.extM…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Preadditive · cited by 3309CategoryTheory.PreadditiveHomologicalComplex.X · cited by 1839HomologicalComplex.XCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectComplexShape.up · cited by 1123ComplexShape.upCochainComplex · cited by 1016CochainComplexHomologicalComplex.d · cited by 598HomologicalComplex.dCochainComplex.HomComplex.Cocycle · cited by 130HomComplex.CocycleCochainComplex.singleFunctor · cited by 111CochainComplex.singleFunc…CochainComplex.HomComplex.Cochain.toSingleMk · cited by 20Cochain.toSingleMkCochainComplex.HomComplex.Cocycle.mk · cited by 6Cocycle.mkCocycle.toSingleMkCITED BYCITES

Cites14

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

Cited by20

Results whose statement or proof uses this declaration.