Theorems · Inductive type · category theory
HomologicalComplex
{ι : Type u_1} →
(V : Type u) →
[inst : CategoryTheory.Category.{v, u} V] →
[CategoryTheory.Limits.HasZeroMorphisms V] → ComplexShape ι → Type (max (max u u_1) v)A HomologicalComplex V c with a "shape" controlled by c : ComplexShape ι
has chain groups X i (objects in V) indexed by i : ι,
and a differential d i j whenever c.Rel i j.
We in fact ask for differentials d i j for all i j : ι,
but have a field shape requiring that these are zero when not allowed by c.
This avoids a lot of dependent type theory hell!
The composite of any two differentials d i j ≫ d j k must be zero.
- Cited by
- 1,691 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 4 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites3
Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.
- CategoryTheory.Categorystatement · cited by 32,673
- CategoryTheory.Limits.HasZeroMorphismsstatement · cited by 3,275
- ComplexShapestatement · cited by 1,684
Cited by2,256
Results whose statement or proof uses this declaration.
- HomologicalComplex.Xstatement and proof · cited by 1,839
- CochainComplexproof · cited by 1,016
- HomologicalComplex.Hom.fstatement and proof · cited by 845
- HomologicalComplex.dstatement and proof · cited by 598
- ChainComplexproof · cited by 350
- HomologicalComplex.HasHomologystatement and proof · cited by 342
- HomologicalComplex.HasHomotopyCofiberstatement · cited by 225
- HomologicalComplex.homologystatement and proof · cited by 209
- HomologicalComplex.scstatement and proof · cited by 205
- HomologicalComplex.cyclesstatement and proof · cited by 164
- HomologicalComplex₂proof · cited by 153
- HomologicalComplex.opcyclesstatement and proof · cited by 153
Showing the 200 most cited of 2,256.