Mathlib Map

Theorems · Definition · category theory

HomologicalComplex.alternatingConst

{C : Type u_1} →
  [inst : CategoryTheory.Category.{v_1, u_1} C] →
    [inst_1 : CategoryTheory.Limits.HasZeroMorphisms C] →
      (A : C) →
        {φ ψ : A ⟶ A} →
          CategoryTheory.CategoryStruct.comp φ ψ = 0 →
            CategoryTheory.CategoryStruct.comp ψ φ = 0 →
              {c : ComplexShape ℕ} →
                [DecidableRel c.Rel] → (∀ (i j : ℕ), c.Rel i j → Odd (i + j)) → HomologicalComplex C c

Let c : ComplexShape ℕ be such that i j : ℕ have opposite parity if they are related by c. Let φ, ψ : A ⟶ A be such that φ ∘ ψ = ψ ∘ φ = 0. This is a complex of shape c whose objects are all A. For all i, j related by c, dᵢⱼ = φ when i is even, and dᵢⱼ = ψ when i is odd.

Defined in
Mathlib.Algebra.Homology.AlternatingConst
Cited by
13 results in Mathlib
Foundations
Depth 71 from the axioms · uses propext, Classical.choice, Quot.sound
Assumes
CategoryTheory.CategoryCategoryTheory.Limits.HasZeroMorphismsDecidableRel

Around this declaration

Dashed lines are statement dependencies; solid lines are citations in proofs.

Rep.FiniteCyclicGroup.chainComplexFunctor · cited by 6FiniteCyclicGroup.chainCo…ChainComplex.alternatingConst · cited by 3ChainComplex.alternatingC…Rep.FiniteCyclicGroup.moduleCatChainComplex · cited by 2FiniteCyclicGroup.moduleC…Rep.FiniteCyclicGroup.moduleCatCochainComplex · cited by 2FiniteCyclicGroup.moduleC…HomologicalComplex.alternatingConst_iCycles_even_comp · cited by 2HomologicalComplex.altern…HomologicalComplex.alternatingConst_iCycles_odd_comp · cited by 2HomologicalComplex.altern…HomologicalComplex.alternatingConstScIsoEven · cited by 1HomologicalComplex.altern…HomologicalComplex.alternatingConstScIsoOdd · cited by 1HomologicalComplex.altern…Rep.FiniteCyclicGroup.resolution.π_f · cited by 0resolution.π_fHomologicalComplex.alternatingConstHomologyIsoEven · cited by 0HomologicalComplex.altern…HomologicalComplex.alternatingConstHomologyIsoOdd · cited by 0HomologicalComplex.altern…HomologicalComplex.alternatingConst_X · cited by 0HomologicalComplex.altern…HomologicalComplex.alternatingConst_d · cited by 0HomologicalComplex.altern…HomologicalComplex.alternatingConst_iCycles_even_comp_apply · cited by 0HomologicalComplex.altern…HomologicalComplex.alternatingConst_iCycles_even_comp_assoc · cited by 0HomologicalComplex.altern…CategoryTheory.Category · cited by 32673CategoryTheory.CategoryQuiver.Hom · cited by 32603Quiver.HomCategoryTheory.CategoryStruct.comp · cited by 17999CategoryStruct.compCategoryTheory.Limits.HasZeroMorphisms · cited by 3275Limits.HasZeroMorphismsHomologicalComplex · cited by 1691HomologicalComplexComplexShape · cited by 1684ComplexShapeComplexShape.Rel · cited by 518ComplexShape.RelEven · cited by 444EvenOdd · cited by 364OddHomologicalComplex.alternatin…CITED BYCITES

Cites9

Mathlib declarations this one mentions in its statement or cites explicitly in its proof. Plumbing is filtered out.

Cited by21

Results whose statement or proof uses this declaration.