Homology of preadditive categories #
In this file, it is shown that if C
is a preadditive category, then
ShortComplex C
is a preadditive category.
Equations
Equations
Equations
Equations
Equations
Given a left homology map data for morphism φ
, this is the induced left homology
map data for -φ
.
Equations
Instances For
Given left homology map data for morphisms φ
and φ'
, this is
the induced left homology map data for φ + φ'
.
Equations
Instances For
Given a right homology map data for morphism φ
, this is the induced right homology
map data for -φ
.
Equations
Instances For
Given right homology map data for morphisms φ
and φ'
, this is the induced
right homology map data for φ + φ'
.
Equations
Instances For
Given a homology map data for a morphism φ
, this is the induced homology
map data for -φ
.
Equations
Instances For
Given homology map data for morphisms φ
and φ'
, this is the induced homology
map data for φ + φ'
.
Equations
Instances For
A homotopy between two morphisms of short complexes S₁ ⟶ S₂
consists of various
maps and conditions which will be sufficient to show that they induce the same morphism
in homology.
a morphism
S₁.X₁ ⟶ S₂.X₁
a morphism
S₁.X₂ ⟶ S₂.X₁
a morphism
S₁.X₃ ⟶ S₂.X₂
a morphism
S₁.X₃ ⟶ S₂.X₃
Instances For
Constructor for null homotopic morphisms, see also Homotopy.ofNullHomotopic
and Homotopy.eq_add_nullHomotopic
.
Equations
Instances For
The obvious homotopy between two equal morphisms of short complexes.
Equations
Instances For
The obvious homotopy between a morphism of short complexes and itself.
Equations
Instances For
The symmetry of homotopy between morphisms of short complexes.
Equations
Instances For
If two maps of short complexes are homotopic, their opposites also are.
Equations
Instances For
The transitivity of homotopy between morphisms of short complexes.
Equations
Instances For
Homotopy between morphisms of short complexes is compatible with addition.
Equations
Instances For
Homotopy between morphisms of short complexes is compatible with subtraction.
Equations
Instances For
Homotopy between morphisms of short complexes is compatible with precomposition.
Equations
Instances For
Homotopy between morphisms of short complexes is compatible with postcomposition.
Equations
Instances For
Homotopy between morphisms of short complexes is compatible with composition.
Equations
Instances For
The homotopy between morphisms in ShortComplex Cᵒᵖ
that is induced by a homotopy
between morphisms in ShortComplex C
.
Equations
Instances For
The homotopy between morphisms in ShortComplex C
that is induced by a homotopy
between morphisms in ShortComplex Cᵒᵖ
.
Equations
Instances For
Equivalence expressing that two morphisms are homotopic iff their difference is homotopic to zero.
Equations
Instances For
A morphism constructed with nullHomotopic
is homotopic to zero.
Equations
Instances For
The left homology map data expressing that null homotopic maps induce the zero morphism in left homology.
Equations
Instances For
The right homology map data expressing that null homotopic maps induce the zero morphism in right homology.
Equations
Instances For
An homotopy equivalence between two short complexes S₁
and S₂
consists
of morphisms hom : S₁ ⟶ S₂
and inv : S₂ ⟶ S₁
such that both compositions
hom ≫ inv
and inv ≫ hom
are homotopic to the identity.
the forward direction of a homotopy equivalence.
the backwards direction of a homotopy equivalence.
- homotopyHomInvId : Homotopy (CategoryStruct.comp self.hom self.inv) (CategoryStruct.id S₁)
the composition of the two directions of a homotopy equivalence is homotopic to the identity of the source
- homotopyInvHomId : Homotopy (CategoryStruct.comp self.inv self.hom) (CategoryStruct.id S₂)
the composition of the two directions of a homotopy equivalence is homotopic to the identity of the target
Instances For
The homotopy equivalence from a short complex to itself that is induced by the identity.
Equations
Instances For
The inverse of a homotopy equivalence.
Equations
Instances For
The composition of homotopy equivalences.