ZZdfactorization HA ZZ/d-graded factorization is a sequence of objects $C_i$, connected by maps $dd^C_i : C_i \rightarrow C_{i-1}$ such that the composition of any d consecutive maps is equal to a fixed scalar multiple of the identity.
In practice, a ZZdFactorization may be visualized as a sequence of R-module maps:
$$F_0 \leftarrow F_1 \leftarrow \cdots \leftarrow F_{d-1}$$
with the caveat that $d^F_0 : F_0 \to F_{d-1}$, since one should count degree modulo d.
|
|
|
|
|
|
|
|
This is the primary constructor used by all of the more user friendly methods for constructing a ZZ/d-graded factorization.
This constructor minimizes computation and does very little error checking. To verify that a complex is well constructed, use isWellDefined(ZZdFactorization).
The source of this document is in MatrixFactorizations/MatrixFactorizationsDOC.m2:540:0.