Theorems · Definition · category theory
CategoryTheory.Abelian.SpectralObject.descE
{C : Type u_1} →
{ι : Type u_2} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.Category.{v_2, u_2} ι] →
[inst_2 : CategoryTheory.Abelian C] →
(X : CategoryTheory.Abelian.SpectralObject C ι) →
{i j k l : ι} →
(f₁ : i ⟶ j) →
(f₂ : j ⟶ k) →
(f₃ : k ⟶ l) →
(f₁₂ : i ⟶ k) →
(h₁₂ : CategoryTheory.CategoryStruct.comp f₁ f₂ = f₁₂) →
(n₀ n₁ n₂ : ℤ) →
{A : C} →
(x : (X.H n₁).obj (CategoryTheory.ComposableArrows.mk₁ f₁₂) ⟶ A) →
CategoryTheory.CategoryStruct.comp
((X.H n₁).map (CategoryTheory.ComposableArrows.twoδ₂Toδ₁ f₁ f₂ f₁₂ h₁₂)) x =
0 →
(hn₁ : n₀ + 1 = n₁) →
CategoryTheory.CategoryStruct.comp (X.δ f₁₂ f₃ n₀ n₁ hn₁) x = 0 →
(hn₂ :
autoParam (n₁ + 1 = n₂) CategoryTheory.Abelian.SpectralObject.descE._auto_1) →
X.E f₁ f₂ f₃ n₀ n₁ n₂ hn₁ hn₂ ⟶ AConstructor for morphisms for E^{n₁}(f₁, f₂, f₃).
- Cited by
- 3 results in Mathlib
- Foundations
- Depth 111 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites14
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.Functor.mapstatement and proof · cited by 8,698
- CategoryTheory.Abelianstatement and proof · cited by 1,753
- CategoryTheory.ComposableArrowsstatement · cited by 627
- CategoryTheory.Abelian.SpectralObjectstatement and proof · cited by 453
- CategoryTheory.ComposableArrows.mk₁statement and proof · cited by 350
- CategoryTheory.Abelian.SpectralObject.Hstatement and proof · cited by 284
- CategoryTheory.Abelian.SpectralObject.Estatement · cited by 169
- CategoryTheory.Abelian.SpectralObject.δstatement and proof · cited by 77
Cited by4
Results whose statement or proof uses this declaration.
- CategoryTheory.Abelian.SpectralObject.dproof · cited by 28
- CategoryTheory.Abelian.SpectralObject.toCycles_πE_descEstatement · cited by 2
- CategoryTheory.Abelian.SpectralObject.descE.congr_simpstatement and proof · cited by 1
- CategoryTheory.Abelian.SpectralObject.toCycles_πE_descE_assocstatement and proof · cited by 0