Theorems · Definition · category theory
ChainComplex.ofHom
{V : Type u} →
[inst : CategoryTheory.Category.{v, u} V] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms V] →
{α : Type u_2} →
[inst_2 : AddRightCancelSemigroup α] →
[inst_3 : One α] →
{X Y : ChainComplex V α} →
(f : (i : α) → X.X i ⟶ Y.X i) →
(∀ (i : α),
CategoryTheory.CategoryStruct.comp (f (i + 1)) (Y.d (i + 1) i) =
CategoryTheory.CategoryStruct.comp (X.d (i + 1) i) (f i)) →
(X ⟶ Y)A constructor for chain maps between α-indexed chain complexes built using ChainComplex.of,
from a dependently typed collection of morphisms.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 18 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites9
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
- HomologicalComplex.Xstatement and proof · cited by 1,839
- ComplexShape.downstatement · cited by 605
- HomologicalComplex.dstatement and proof · cited by 598
- ChainComplexstatement and proof · cited by 350
- AddRightCancelSemigroupstatement and proof · cited by 41
Cited by5
Results whose statement or proof uses this declaration.
- AlgebraicTopology.DoldKan.PInftyproof · cited by 94
- AlgebraicTopology.inclusionOfMooreComplexMapproof · cited by 10
- AlgebraicTopology.DoldKan.PInftyToNormalizedMooreComplexproof · cited by 10
- AlgebraicTopology.AlternatingFaceMapComplex.mapproof · cited by 5
- AlgebraicTopology.NormalizedMooreComplex.mapproof · cited by 4