Theorems · Definition · category theory
HomologicalComplex.alternatingConstHomologyIsoOdd
{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)) →
[inst_3 : CategoryTheory.CategoryWithHomology C] →
{j : ℕ} →
c.Rel (c.prev j) j →
c.Rel j (c.next j) →
Odd j →
((HomologicalComplex.alternatingConst A hOdd hEven hc).homology j ≅
{ X₁ := A, X₂ := A, X₃ := A, f := φ, g := ψ, zero := hOdd }.homology)The jth homology of the alternating constant complex on φ, ψ : A ⟶ A is the homology of
A --φ--> A --ψ--> A when prev(j) ~ j, j ~ next(j) and j is odd.
- Cited by
- 0 results in Mathlib
- Foundations
- Depth 74 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
- ComplexShapestatement and proof · cited by 1,684
- ComplexShape.Relstatement and proof · cited by 518
- Oddstatement and proof · cited by 364
- ComplexShape.nextstatement and proof · cited by 297
- ComplexShape.prevstatement and proof · cited by 223
- CategoryTheory.ShortComplex.homologystatement · cited by 216
- HomologicalComplex.homologystatement · cited by 209
Cited by2
Results whose statement or proof uses this declaration.
- Rep.FiniteCyclicGroup.groupCohomologyIsoOddproof · cited by 2
- Rep.FiniteCyclicGroup.groupHomologyIsoOddproof · cited by 2