English

A data structure for monomial ideals with applications to signature Gr\"obner bases

Symbolic Computation 2026-05-13 v3 Data Structures and Algorithms

Abstract

We introduce monomial divisibility diagrams (MDDs), a data structure for monomial ideals that supports insertion of new generators and fast membership tests. MDDs stem from a canonical tree representation by maximally sharing equal subtrees, yielding a directed acyclic graph. We establish basic complexity bounds for membership and insertion, and study empirically the size of MDDs. As an application, we integrate MDDs into the signature Gr\"obner basis implementation of the Julia package AlgebraicSolving.jl. Membership tests in monomial ideals are used to detect some reductions to zero, and the use of MDDs leads to substantial speed-ups compared to the existing representation by lists of generators with divmasks.

Cite

@article{arxiv.2601.05026,
  title  = {A data structure for monomial ideals with applications to signature Gr\"obner bases},
  author = {Pierre Lairez and Rafael Mohr and Théo Ternier},
  journal= {arXiv preprint arXiv:2601.05026},
  year   = {2026}
}
R2 v1 2026-07-01T08:56:16.857Z