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
- CategoryTheory.ShortComplex.instPreservesHomologyModuleCatAbForget₂ = { preservesKernels := inferInstance, preservesCokernels := inferInstance }
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
- S.moduleCatToCycles = { toFun := fun (x : ↑S.X₁) => ⟨S.f x, ⋯⟩, 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
- S.moduleCatHomology = ModuleCat.of R (↥(LinearMap.ker S.g) ⧸ LinearMap.range S.moduleCatToCycles)
Instances For
The canonical map ModuleCat.of R (LinearMap.ker S.g) ⟶ S.moduleCatHomology
.
Equations
- S.moduleCatHomologyπ = (LinearMap.range S.moduleCatToCycles).mkQ
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
- S.moduleCatCyclesIso = S.moduleCatLeftHomologyData.cyclesIso
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
.
Equations
- S.moduleCatHomologyIso = S.moduleCatLeftHomologyData.homologyIso