From LLM-Generated Conjectures to Lean Formalizations: Automated Polynomial Inequality Proving via Sum-of-Squares Certificates
Quick Take
NSPI combines LLMs and symbolic computation for scalable automated polynomial inequality proving.
Key Points
- Introduces a neuro-symbolic framework for polynomial inequalities.
- LLM generates conjectures refined by symbolic computation.
- Proven effective on benchmarks with up to 10 variables.
📖 Reader Mode
~2 min readAbstract:Automated proving of polynomial inequalities is a fundamental challenge in automated mathematical reasoning, where rich algebraic structure and a rapidly growing certificate search space hinder scalability. Purely symbolic approaches provide strong guarantees but often scale poorly as the number of variables or the degree increases, due to expensive algebraic manipulations and rapidly growing intermediate expressions. In parallel, LLM-guided methods have made notable progress, particularly on competition-style inequalities with a small number of variables. To address the remaining scalability challenges, we propose NSPI, a neuro-symbolic framework that combines the complementary strengths of LLMs and symbolic computation for polynomial-inequality proving. Concretely, an LLM proposes a conjecture in the form of an approximate polynomial Sum-Of-Squares (SOS) decomposition; we refine it via symbolic computation to obtain an exact polynomial SOS representation, which directly proves the target inequality, and we further certify the proof in Lean, yielding an end-to-end pipeline from heuristic discovery to machine-checked proof. Experiments on challenging benchmarks involving polynomials with up to 10 variables demonstrate the effectiveness and scalability of the proposed method.
| Comments: | Accepted to ICML 2026. Preprint version |
| Subjects: | Artificial Intelligence (cs.AI) |
| Cite as: | arXiv:2605.15445 [cs.AI] |
| (or arXiv:2605.15445v1 [cs.AI] for this version) | |
| https://doi.org/10.48550/arXiv.2605.15445 arXiv-issued DOI via DataCite (pending registration) |
Submission history
From: Ruobing Zuo [view email]
[v1]
Thu, 14 May 2026 22:02:31 UTC (1,722 KB)
— Originally published at arxiv.org
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →From Prompts to Protocols: An AI Agent for Laboratory Automation
An AI agent integrates large language models for automating laboratory protocols, enhancing efficiency and accuracy.