Theorems · Inductive type · category theory
CategoryTheory.Abelian.SpectralObject
(C : Type u_1) →
(ι : Type u_2) →
[inst : CategoryTheory.Category.{u_3, u_1} C] →
[CategoryTheory.Category.{u_4, u_2} ι] → [CategoryTheory.Abelian C] → Type (max (max (max u_1 u_2) u_3) u_4)A spectral object in an abelian category category C indexed by a category ι
consists of a family of functors H n : ComposableArrows ι 1 ⥤ C for all n : ℤ, and a
functorial long exact sequence
⋯ ⟶ (H n₀).obj (mk₁ f) ⟶ (H n₀).obj (mk₁ (f ≫ g)) ⟶ (H n₀).obj (mk₁ g) ⟶ (H n₁).obj (mk₁ f) ⟶ ⋯
when n₀ + 1 = n₁ and f and g are composable morphisms in ι. (This will be
shortened as H^n₀(f) ⟶ H^n₀(f ≫ g) ⟶ H^n₀(g) ⟶ H^n₁(f) in the documentation.)
- Cited by
- 453 results in Mathlib
- Foundations
- Depth 2 from the axioms, rests on 3 definitions · uses no axioms
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites2
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.Abelianstatement · cited by 1,753
Cited by565
Results whose statement or proof uses this declaration.
- CategoryTheory.Abelian.SpectralObject.Hstatement and proof · cited by 284
- CategoryTheory.Abelian.SpectralObject.Estatement and proof · cited by 169
- CategoryTheory.Abelian.SpectralObject.opcyclesstatement and proof · cited by 106
- CategoryTheory.Abelian.SpectralObject.cyclesstatement and proof · cited by 103
- CategoryTheory.Abelian.SpectralObject.δstatement and proof · cited by 77
- CategoryTheory.Abelian.SpectralObject.shortComplexstatement and proof · cited by 72
- CategoryTheory.Abelian.SpectralObject.HasSpectralSequencestatement · cited by 44
- CategoryTheory.Abelian.SpectralObject.pOpcyclesstatement and proof · cited by 43
- CategoryTheory.Abelian.SpectralObject.iCyclesstatement and proof · cited by 41
- CategoryTheory.Abelian.SpectralObject.toCyclesstatement and proof · cited by 40
- CategoryTheory.Abelian.SpectralObject.mapstatement and proof · cited by 37
- CategoryTheory.Abelian.SpectralObject.fromOpcyclesstatement and proof · cited by 35
Showing the 200 most cited of 565.