The object homology f g w
, where w : f ≫ g = 0
, can be identified with either a
cokernel or a kernel. The isomorphism with a cokernel is homologyIsoCokernelLift
, which
was obtained elsewhere. In the case of an abelian category, this file shows the isomorphism
with a kernel as well.
We use these isomorphisms to obtain the analogous api for homology
:
homology.ι
is the map fromhomology f g w
into the cokernel off
.homology.π'
is the map fromkernel g
tohomology f g w
.homology.desc'
constructs a morphism fromhomology f g w
, when it is viewed as a cokernel.homology.lift
constructs a morphism tohomology f g w
, when it is viewed as a kernel.- Various small lemmas are proved as well, mimicking the API for (co)kernels. With these definitions and lemmas, the isomorphisms between homology and a (co)kernel need not be used directly.
The cokernel of kernel.lift g f w
. This is isomorphic to homology f g w
.
See homologyIsoCokernelLift
.
Instances For
The kernel of cokernel.desc f g w
. This is isomorphic to homology f g w
.
See homologyIsoKernelDesc
.
Instances For
The canonical map from homologyC
to homologyK
.
This is an isomorphism, and it is used in obtaining the API for homology f g w
in the bottom of this file.
Instances For
The homology associated to f
and g
is isomorphic to a kernel.
Instances For
The canonical map from the kernel of g
to the homology of f
and g
.
Instances For
The canonical map from the homology of f
and g
to the cokernel of f
.
Instances For
Obtain a morphism from the homology, given a morphism from the kernel.
Instances For
Obtain a moprhism to the homology, given a morphism to the kernel.
Instances For
When F
is an exact additive functor, F(Hᵢ(X)) ≅ Hᵢ(F(X))
for X
a complex.
Instances For
If F
is an exact additive functor, then F
commutes with Hᵢ
(up to natural isomorphism).