Theorems · Theorem · category theory
ChainComplex.map_chain_complex_of
∀ {W₁ : Type u_3} {W₂ : Type u_4} [inst : CategoryTheory.Category.{v_2, u_3} W₁]
[inst_1 : CategoryTheory.Category.{v_3, u_4} W₂] [inst_2 : CategoryTheory.Limits.HasZeroMorphisms W₁]
[inst_3 : CategoryTheory.Limits.HasZeroMorphisms W₂] {α : Type u_5} [inst_4 : AddRightCancelSemigroup α]
[inst_5 : One α] [inst_6 : DecidableEq α] (F : CategoryTheory.Functor W₁ W₂) [inst_7 : F.PreservesZeroMorphisms]
(X : α → W₁) (d : (n : α) → X (n + 1) ⟶ X n)
(sq : ∀ (n : α), CategoryTheory.CategoryStruct.comp (d (n + 1)) (d n) = 0),
(F.mapHomologicalComplex (ComplexShape.down α)).obj (ChainComplex.of X d sq) =
ChainComplex.of (fun n => F.obj (X n)) (fun n => F.map (d n)) ⋯- Defined in
- Mathlib.Algebra.Homology.Additive
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 21 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites19
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.Functor.objstatement and proof · cited by 19,642
- CategoryTheory.CategoryStruct.compstatement and proof · cited by 17,999
- CategoryTheory.Functorstatement and proof · cited by 16,252
- CategoryTheory.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.CategoryStruct.idproof · cited by 6,235
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.Category.comp_idproof · cited by 2,119
- CategoryTheory.Category.id_compproof · cited by 1,998
- HomologicalComplexstatement · cited by 1,691
- ComplexShape.downstatement and proof · cited by 605
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.