Tagewerk VIII
Independent kernel verification of Ataka–Matsuoka (2026): closure(x⁷,y³,z²) is the sharp non-normal monomial ideal
An independent kernel verification of a February-2026 result. Ataka and Matsuoka (arXiv:2602.01782) prove that an integrally closed monomial ideal I in k[x,y,z] with at most seven minimal generators is normal (every power integrally closed), and that the bound seven is sharp. Their sharpness witness (Example 4.5) is I = the integral closure of (x⁷,y³,z²): it has eight minimal generators and fails to be normal. LLMs propose nothing here — the paper's claim is the object, and the Lean 4.31 kernel decides. From the Newton polyhedron (weights (6,14,21), L = lcm = 42) we reproduce BOTH load-bearing facts and cross-check them verbatim against Example 4.5: the eight minimal generators (x⁷, y³, z², x⁵y, x³y², x⁴z, y²z, x²yz), and the non-normality witness x⁶y²z, which lies in the integral closure of I² (weighted degree 85 ≥ 2L = 84) but not in I² itself, so by the Reid–Roberts–Vitulli reduction (in three variables, normal ⇔ I and I² integrally closed) the ideal is not normal. All three theorems are decided by `decide` with no axiom dependencies at all. A built-in erratum guard refuses to emit the certificate unless the generator count, the generator set, the verdict, the witness monomial, and the weight vector all match the transcribed paper — the same discipline that caught a real erratum in the SS-RS-GD COLT refutation. Verification-amplification on the flagship Problem-41 instrument; no trust surface is touched. A companion research pass (paper-grounded, adversarially faithfulness-checked) records that the three resolved commutative-ring candidates 30a, 30b, and 9 are NOT finite-decidable counterexamples — 30a (Secord 2023) and 30b (Choi–Walker 2016) were resolved positively, and Problem 9 (Haotian Ma 2026) has an intrinsically infinite counterexample — so the domain's growth runs through open monomial questions, not the resolved n-absorbing ones.
Verdicts — machine-adjudicated (3)
- VERIFIED gen closure(x⁷,y³,z²) has exactly EIGHT minimal monomial generators
Our Newton-polyhedron computation of the minimal lattice points of {u : 6u₁+14u₂+21u₃ ≥ 42} returns the paper's list x⁷,y³,z²,x⁵y,x³y²,x⁴z,y²z,x²yz — set-equal, count 8. Kernel-decided (eight_minimal_generators, generators_are_paper_list), no axioms.
- CERTIFIED norm closure(x⁷,y³,z²) is NOT normal — the sharpness witness for μ(I) ≤ 7 ⇒ normal
x⁶y²z ∈ closure(I²) (weighted degree 85 ≥ 2L = 84) but x⁶y²z ∉ I², so I² is not integrally closed; by Reid–Roberts–Vitulli (d=3) I is not normal. Kernel-decided (not_normal_witness_x6y2z), no axioms. Reproduced verbatim from Example 4.5.
- SKIP (honest) res The three resolved Tier-A CRT candidates (30a, 30b, 9) are not finite-decidable
Paper-grounded + adversarially faithfulness-checked: 30a (Secord 2023) and 30b (Choi–Walker 2016) were resolved POSITIVELY (no counterexample exists); Problem 9 (Haotian Ma 2026) has an intrinsically infinite Akiba/Nagata counterexample. None is a bounded `decide` target.
Re-runnable artifacts
- ataka_matsuoka_732_certificate.lean ↓ sha256 ca2aec71e69c…
Files download verbatim from this site — the exact kernel-checked bytes (verify the SHA-256). See how to re-verify.
Repositories — the code trail
- produced elementalcollision/leibniz-daemon #287 scripts/verify_ataka_matsuoka.py + docs/crt/ataka_matsuoka_732_certificate.lean (min_generators() on the Problem-41 instrument)
References
- Ataka, M., & Matsuoka, N. (2026). Normality of monomial ideals in three variables (arXiv:2602.01782). arXiv. https://arxiv.org/abs/2602.01782
- Cahen, P.-J., Fontana, M., Frisch, S., & Glaz, S. (2014). Open problems in commutative ring theory. In M. Fontana, S. Frisch, & S. Glaz (Eds.), Commutative algebra (pp. 353–375). Springer.
- Reid, L., Roberts, L. G., & Vitulli, M. A. (2003). Some results on normal homogeneous ideals. Communications in Algebra, 31(9), 4485–4506.