Section 2
Section 2: Reduced Gröbner Basis and Radicality
Section 2 proves that the quadratic generators give a reduced Gröbner basis and then deduces that the binomial edge ideal is radical.
This is the step where the Gröbner basis result from Section 1 becomes a structural statement about the ideal itself: once the initial ideal is a squarefree monomial ideal, radicality follows.
Theorem map
| Paper result | Lean declaration(s) | Lean file | Fidelity |
|---|---|---|---|
| Theorem 2.1 | theorem_2_1, theorem_2_1_reduced, theorem_2_1_isReducedGroebnerBasis |
GroebnerBasisSPolynomial.lean, GroebnerBasis.lean | Equivalent, split |
| Corollary 2.2 | corollary_2_2 |
Radical.lean | Exact |
Reading the table
Equivalent, splitmeans the paper’s theorem is formalized through several closely related Lean declarations rather than a single statement.Exactmeans the Lean theorem is a close formal match to the published one.
Notes
The main theorem is split across two files:
theorem_2_1for the Gröbner-basis property;theorem_2_1_reducedfor reducedness;- and
theorem_2_1_isReducedGroebnerBasisas the paper-facing wrapper.