Theorems · Theorem · category theory
HomologicalComplex.alternatingConst_d
∀ {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 : ℕ),
(HomologicalComplex.alternatingConst A hOdd hEven hc).d i j = if c.Rel i j then if Even i then φ else ψ else 0- Cited by
- 0 results in Mathlib
- Foundations
- Depth 72 from the axioms · uses propext, Classical.choice, Quot.sound
Around this declaration
Dashed lines are statement dependencies; solid lines are citations in proofs.
Cites10
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.Limits.HasZeroMorphismsstatement and proof · cited by 3,275
- ComplexShapestatement and proof · cited by 1,684
- HomologicalComplex.dstatement and proof · cited by 598
- ComplexShape.Relstatement and proof · cited by 518
- Evenstatement · cited by 444
- Oddstatement and proof · cited by 364
- HomologicalComplex.alternatingConststatement and proof · cited by 13
Cited by0
Results whose statement or proof uses this declaration.
Nothing cites this yet.