complex Delta
complex(Delta, Labels => L)
Each abstract simplicial complex $\Delta$ determines a chain complex of free modules over its coefficient ring. For all integers $i$, the $i$-th module in this chain complex has a basis corresponding to the $i$-dimensional faces in the simplicial complex $\Delta$.
When the argument $\mathrm{Labels}$ has the default value, this method function constructs $\widetilde C(D;k)$, where $k$ is the coefficient ring of $\Delta$. The reduced homology of an abstract simplicial complex $\Delta$ is, by definition, the homology of this chain complex. We illustrate this method with a triangulation of the torus and Klein bottle.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
When the optional argument $\mathrm{Labels}$ is a list of monomials, corresponding to the vertices of $\Delta$, this method returns a chain complex of free modules over the ring containing monomial labels. Each face, or basis vector, is labelled by the least common multiple of the labels on its vertices. In other words, the chain complex associated to a labelled simplicial complex is the homogenization of the canonical chain complex associated to $\Delta$; see Chapter 4 in Miller-Sturmfels' Combinatorial Commutative Algebra or Section 55 in Irena Peeva's Graded Syzygies.
As the next example establishes, this approach can sometimes produce a minimal free resolution of a monomial ideal.
|
|
|
|
|
|
|
|
By convention, the smallest nonzero term in the homogenized chain complex appears in homological degree $0$, rather than homological degree $-1$. This shift in homological degree changes the signs in the differentials.
The homogenization of the chain complex associated to an abstract simplicial complex does not always produce a free resolution. Reordering the labels in the previous example demonstrates this.
|
|
|
The source of this document is in SimplicialComplexes/Documentation.m2:2911:0.