Documentation

Mathlib.Algebra.Homology.ConcreteCategory

Homology of complexes in concrete categories #

The homology of short complexes in concrete categories was studied in Mathlib.Algebra.Homology.ShortComplex.HasForget. In this file, we introduce specific definitions and lemmas for the homology of homological complexes in concrete categories. In particular, we give a computation of the connecting homomorphism of the homology sequence in terms of (co)cycles.

Constructor for cycles of a homological complex in a concrete category.

Equations
Instances For
    theorem CategoryTheory.ShortComplex.ShortExact.δ_apply {C : Type u} [Category.{v, u} C] [HasForget C] [HasForget₂ C Ab] [Abelian C] [(forget₂ C Ab).Additive] [(forget₂ C Ab).PreservesHomology] {ι : Type u_1} {c : ComplexShape ι} {S : ShortComplex (HomologicalComplex C c)} (hS : S.ShortExact) (i j : ι) (hij : c.Rel i j) (x₃ : ((forget₂ C Ab).obj (S.X₃.X i))) (hx₃ : (ConcreteCategory.hom ((forget₂ C Ab).map (S.X₃.d i j))) x₃ = 0) (x₂ : ((forget₂ C Ab).obj (S.X₂.X i))) (hx₂ : (ConcreteCategory.hom ((forget₂ C Ab).map (S.g.f i))) x₂ = x₃) (x₁ : ((forget₂ C Ab).obj (S.X₁.X j))) (hx₁ : (ConcreteCategory.hom ((forget₂ C Ab).map (S.f.f j))) x₁ = (ConcreteCategory.hom ((forget₂ C Ab).map (S.X₂.d i j))) x₂) (k : ι) (hk : c.next j = k) :
    (ConcreteCategory.hom ((forget₂ C Ab).map (hS.δ i j hij))) ((ConcreteCategory.hom ((forget₂ C Ab).map (S.X₃.homologyπ i))) (S.X₃.cyclesMk x₃ j hx₃)) = (ConcreteCategory.hom ((forget₂ C Ab).map (S.X₁.homologyπ j))) (S.X₁.cyclesMk x₁ k hk )