Mathlib Map

Theorems · Theorem · category theory

HomologicalComplex.p_opcyclesMap_assoc

∀ {C : Type u_1} [inst : CategoryTheory.Category.{v_1, u_1} C] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C]
  {ι : Type u_2} {c : ComplexShape ι} {K L : HomologicalComplex C c} (φ : K ⟶ L) (i : ι) [inst_2 : K.HasHomology i]
  [inst_3 : L.HasHomology i] {Z : C} (h : L.opcycles i ⟶ Z),
  CategoryTheory.CategoryStruct.comp (K.pOpcycles i)
      (CategoryTheory.CategoryStruct.comp (HomologicalComplex.opcyclesMap φ i) h) =
    CategoryTheory.CategoryStruct.comp (φ.f i) (CategoryTheory.CategoryStruct.comp (L.pOpcycles i) h)
Defined in
Mathlib.Algebra.Homology.ShortComplex.HomologicalComplex
Cited by
7 results in Mathlib
Foundations
Depth 38 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsHomologicalComplex.HasHomologyHomologicalComplex.HasHomology

Around this declaration

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

HomologicalComplex.restrictionToTruncGE'_naturality · cited by 3HomologicalComplex.restri…HomologicalComplex.opcyclesMap_comp_descOpcycles · cited by 2HomologicalComplex.opcycl…CategoryTheory.ProjectiveResolution.fromLeftDerivedZero'_naturality · cited by 2ProjectiveResolution.from…HomologicalComplex.opcyclesToCycles_naturality · cited by 1HomologicalComplex.opcycl…HomologicalComplex.opcycles_right_exact · cited by 1HomologicalComplex.opcycl…CochainComplex.ConnectData.homologyMap_map_of_eq_neg_succ · cited by 0ConnectData.homologyMap_m…CochainComplex.ConnectData.homologyMap_map_of_eq_succ · cited by 0ConnectData.homologyMap_m…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Category.assoc · cited by 6433Category.assocCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeHomologicalComplex.Hom.f · cited by 845Hom.fHomologicalComplex.HasHomology · cited by 342HomologicalComplex.HasHom…HomologicalComplex.opcycles · cited by 153HomologicalComplex.opcycl…HomologicalComplex.pOpcycles · cited by 71HomologicalComplex.pOpcyc…HomologicalComplex.opcyclesMap · cited by 47HomologicalComplex.opcycl…HomologicalComplex.p_opcyclesMap · cited by 7HomologicalComplex.p_opcy…HomologicalComplex.p_opcycles…CITED BYCITES

Cites14

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

Cited by7

Results whose statement or proof uses this declaration.