b = isMinimalSemifreeResolution MMinimality over a DG algebra A means: after base change along the augmentation A -> k, every differential of F becomes the zero map. Equivalently, each M.diff#i has all of its coefficients (in the free basis of M.natural) lying in the augmentation ideal of A.natural generated by (vars R) and the positive-hom-degree generators T_i.
This predicate checks only the structural minimality condition; it does not verify acyclicity. Use isAcyclic(DGModule) with an EndDegree option for that.
|
|
|
|
|
A DG module built with a unit differential between free generators is not minimal:
|
|
|
|
|
|
Returns false on DG modules whose underlying A.natural-module is not free (in that case the generator differentials are not the right data to test).
The object isMinimalSemifreeResolution is a method function.
The source of this document is in /build/reproducible-path/macaulay2-1.26.05+ds/M2/Macaulay2/packages/DGAlgebras/doc.m2:5987:0.