Mathlib Map

Theorems · Theorem · category theory

HomologicalComplex.single_map_f_self

∀ {V : Type u} [inst : CategoryTheory.Category.{v, u} V] [inst_1 : CategoryTheory.Limits.HasZeroMorphisms V]
  [inst_2 : CategoryTheory.Limits.HasZeroObject V] {ι : Type u_1} [inst_3 : DecidableEq ι] (c : ComplexShape ι) (j : ι)
  {A B : V} (f : A ⟶ B),
  ((HomologicalComplex.single V c j).map f).f j =
    CategoryTheory.CategoryStruct.comp (HomologicalComplex.singleObjXSelf c j A).hom
      (CategoryTheory.CategoryStruct.comp f (HomologicalComplex.singleObjXSelf c j B).inv)
Defined in
Mathlib.Algebra.Homology.Single
Cited by
7 results in Mathlib
Foundations
Depth 24 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsCategoryTheory.Limits.HasZeroObjectDecidableEq

Around this declaration

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

ChainComplex.single₀_map_f_zero · cited by 7ChainComplex.single₀_map_…CochainComplex.single₀_map_f_zero · cited by 6CochainComplex.single₀_ma…HomologicalComplex.singleObjCyclesSelfIso_hom_naturality · cited by 2HomologicalComplex.single…HomologicalComplex.singleObjOpcyclesSelfIso_hom_naturality · cited by 2HomologicalComplex.single…CochainComplex.HomComplex.Cochain.fromSingleMk_precomp · cited by 1Cochain.fromSingleMk_prec…CochainComplex.HomComplex.Cochain.toSingleMk_postcomp · cited by 1Cochain.toSingleMk_postco…HomologicalComplex.single_map_f_self_assoc · cited by 0HomologicalComplex.single…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.Functor.obj · cited by 19642Functor.objCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Functor.map · cited by 8698Functor.mapCategoryTheory.Iso.hom · cited by 7684Iso.homCategoryTheory.Iso.inv · cited by 6514Iso.invCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex.X · cited by 1839HomologicalComplex.XHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeCategoryTheory.Limits.HasZeroObject · cited by 1298Limits.HasZeroObjectCategoryTheory.eqToHom · cited by 860CategoryTheory.eqToHomHomologicalComplex.Hom.f · cited by 845Hom.fHomologicalComplex.single · cited by 110HomologicalComplex.singleHomologicalComplex.single_map…CITED BYCITES

Cites16

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.