Theorems · Theorem · category theory
Homotopy.comp_nullHomotopicMap
∀ {ι : Type u_1} {V : Type u} [inst : CategoryTheory.Category.{v, u} V] [inst_1 : CategoryTheory.Preadditive V]
{c : ComplexShape ι} {C D E : HomologicalComplex V c} (f : C ⟶ D) (hom : (i j : ι) → D.X i ⟶ E.X j),
CategoryTheory.CategoryStruct.comp f (Homotopy.nullHomotopicMap hom) =
Homotopy.nullHomotopicMap fun i j => CategoryTheory.CategoryStruct.comp (f.f i) (hom i j)Compatibility of nullHomotopicMap with the precomposition by a morphism
of complexes.
- Defined in
- Mathlib.Algebra.Homology.Homotopy
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 23 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites18
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.Category.assocproof · cited by 6,433
- CategoryTheory.Preadditivestatement and proof · cited by 3,309
- HomologicalComplex.Xstatement and proof · cited by 1,839
- HomologicalComplexstatement and proof · cited by 1,691
- ComplexShapestatement and proof · cited by 1,684
- HomologicalComplex.Hom.fstatement and proof · cited by 845
- HomologicalComplex.dproof · cited by 598
- ComplexShape.nextproof · cited by 297
- ComplexShape.prevproof · cited by 223
Cited by1
Results whose statement or proof uses this declaration.
- Homotopy.comp_nullHomotopicMap'proof · cited by 0