Theorems · Definition · category theory
HomologicalComplex.alternatingConstScIsoEven
{C : Type u_1} →
[inst : CategoryTheory.Category.{v_1, u_1} C] →
[inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
(A : C) →
{φ ψ : A ⟶ A} →
(hOdd : CategoryTheory.CategoryStruct.comp φ ψ = 0) →
(hEven : CategoryTheory.CategoryStruct.comp ψ φ = 0) →
{c : ComplexShape ℕ} →
[inst_2 : DecidableRel c.Rel] →
(hc : ∀ (i j : ℕ), c.Rel i j → Odd (i + j)) →
{i j k : ℕ} →
c.Rel i j →
c.Rel j k →
Even j →
((HomologicalComplex.alternatingConst A hOdd hEven hc).sc' i j k ≅
{ X₁ := A, X₂ := A, X₃ := A, f := ψ, g := φ, zero := hEven })The i, j, kth short complex associated to the alternating constant complex on φ, ψ : A ⟶ A
is A --ψ--> A --φ--> A when i ~ j, j ~ k and j is even.
- Cited by
- 1 results in Mathlib
- Foundations
- Depth 73 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites17
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.Isostatement · cited by 3,963
- CategoryTheory.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- CategoryTheory.ShortComplexstatement · cited by 1,850
- ComplexShapestatement and proof · cited by 1,684
- CategoryTheory.ShortComplex.X₂proof · cited by 1,115
- CategoryTheory.ShortComplex.X₁proof · cited by 889
- CategoryTheory.ShortComplex.X₃proof · cited by 876
- CategoryTheory.Iso.reflproof · cited by 727
- ComplexShape.Relstatement and proof · cited by 518
Cited by2
Results whose statement or proof uses this declaration.
- HomologicalComplex.alternatingConst_iCycles_even_compproof · cited by 2
- HomologicalComplex.alternatingConstHomologyIsoEvenproof · cited by 0