Homology and exactness of short complexes of modules #
In this file, the homology of a short complex S
of abelian groups is identified
with the quotient of LinearMap.ker S.g
by the image of the morphism
S.moduleCatToCycles : S.X₁ →ₗ[R] LinearMap.ker S.g
induced by S.f
.
Equations
- One or more equations did not get rendered due to their size.
Constructor for short complexes in ModuleCat.{v} R
taking as inputs
linear maps f
and g
and the vanishing of their composition.
Equations
Instances For
Constructor for short complexes in ModuleCat.{v} R
taking as inputs
morphisms f
and g
and the assumption LinearMap.range f ≤ LinearMap.ker g
.
Equations
Instances For
The canonical linear map S.X₁ →ₗ[R] LinearMap.ker S.g
induced by S.f
.
Equations
- CategoryTheory.ShortComplex.moduleCatToCycles S = { toAddHom := { toFun := fun (x : ↑S.X₁) => { val := S.f x, property := ⋯ }, map_add' := ⋯ }, map_smul' := ⋯ }
Instances For
The homology of S
, defined as the quotient of the kernel of S.g
by
the image of S.moduleCatToCycles
Equations
Instances For
The canonical map ModuleCat.of R (LinearMap.ker S.g) ⟶ S.moduleCatHomology
.
Equations
Instances For
The explicit left homology data of a short complex of modules that is
given by a kernel and a quotient given by the LinearMap
API.
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- ⋯ = ⋯
Given a short complex S
of modules, this is the isomorphism between
the abstract S.cycles
of the homology API and the more concrete description as
LinearMap.ker S.g
.
Equations
Instances For
Given a short complex S
of modules, this is the isomorphism between
the abstract S.homology
of the homology API and the more explicit
quotient of LinearMap.ker S.g
by the image of
S.moduleCatToCycles : S.X₁ →ₗ[R] LinearMap.ker S.g
.