Theorems · Definition · category theory
CochainComplex.of
{V : Type u} →
[inst : CategoryTheory.Category.{v, u} V] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms V] →
{α : Type u_2} →
[inst_2 : AddRightCancelSemigroup α] →
[inst_3 : One α] →
[DecidableEq α] →
(X : α → V) →
(d : (n : α) → X n ⟶ X (n + 1)) →
(∀ (n : α), CategoryTheory.CategoryStruct.comp (d n) (d (n + 1)) = 0) → CochainComplex V αConstruct an α-indexed cochain complex from a dependently-typed differential.
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 11 from the axioms · uses propext
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites7
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement and proof · cited by 32,673
- Quiver.Homstatement and proof · cited by 32,603
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CochainComplexstatement · cited by 1,016
- AddRightCancelSemigroupstatement and proof · cited by 41
- CochainComplex.of.dproof · cited by 15
Cited by8
Results whose statement or proof uses this declaration.
- groupCohomology.inhomogeneousCochainsproof · cited by 83
- TopRep.resolution'proof · cited by 7
- CochainComplex.mkproof · cited by 5
- AlgebraicTopology.AlternatingCofaceMapComplex.objproof · cited by 2
- TopRep.resolutionproof · cited by 0
- CochainComplex.of.congr_simpstatement and proof · cited by 0
- CategoryTheory.InjectiveResolution.ofCocomplex_exactAt_succproof · cited by 0
- CochainComplex.of_Xstatement · cited by 0