Knowledge File / AI技能杠杆
趋势解读:Google Deepmind's AlphaProof Nexus solves decades-old math problems,聚焦形式化数学
谷歌DeepMind开发了AlphaProof Nexus框架,自主解决了353个开放Erdős问题中的9个及其他复杂猜想,每个问题推理成本仅几百美元。该系统结合LLM生成证明步骤与Lean编译器验证,为数学研究提供有力支持。
SOURCE / AI技能杠杆
MIN / 9
ACCESS / 会员
POST / 2026-05-25 18:41:19
原贴
查看原文原文
Google Deepmind has developed AlphaProof Nexus, a framework that autonomously solved nine of 353 open mathematical Erdős problems along with other complex conjectures, at an inference cost of just a few hundred dollars per problem. The system relies on the Gemini 3.1 Pro language model to generate proof steps in Lean, a formal programming language used for mathematical verification, enabling rigorous and machine-checkable solutions. While the vast majority of Erdős problems remained beyond the AI's reach, Deepmind researchers see the system as a valuable tool for supporting mathematical research. AlphaProof Nexus combines LLM-driven proof generation with machine verification to crack open math research problems that have stumped mathematicians for decades. Google Deepmind's new framework AlphaProof Nexus has autonomously solved nine out of 353 open Erdős problems it attempted, including two questions that had gone unanswered for 56 years. The system also proved 44 out of 492 open conjectures from the Online Encyclopedia of Integer Sequences (OEIS), settled a 15-year-old question about Hilbert functions in algebraic geometry, and improved a known bound in convex optimization. Inference costs ran just a few hundred dollars per problem, according to the research paper . Ad Unlike (potentially) pure natural-language approaches such as OpenAI's recent solution , the underlying language model in AlphaProof Nexus—in this case Gemini 3.1 Pro—doesn't have to carry the entire logical chain on its own. Ad DEC_D_Incontent-1 Instead, it generates proof steps in Lean's formal language, and the compiler checks each one. Error messages feed directly back into the next attempt. That way, the LLM gets grounded by symbolic feedback, a safety net that offsets the well-known weaknesses of language models when it comes to logical reasoning. Humans only step in at the very end to check the results. The system consists of four agent variants with increasing complexity. The simplest, Agent (A), deploys independent sub-agents running on Gemini 3.1 Pro in loops: the language model generates proof steps, the Lean compiler checks them, and error messages feed back into the next try. Ad Agent (B) adds queries to AlphaProof, Google's reinforcement-learning-based system for olympiad math, which can fill in missing proof segments. Agent (C) introduces an evolutionary component. Inspired by AlphaEvolve , sub-agents share a common population of proof sketches. Rating agents built on Gemini 3.0 Flash score these sketches for plausibility and novelty, then rank them using an Elo system. The fully equipped Agent (D) combines all of these capabilities. Agent (D) was used for the Erdős problems. But a post-hoc analysis turned up a surprise: the simplest Agent (A), which only uses an LLM and compiler feedback, could also prove all nine solved Erdős problems, albeit pricier on the hardest ones. Ad DEC_D_Incontent-2 The researchers attribute the simple agent's success to two factors: rapid improvement in the underlying language models and the "power of compiler feedback in grounding LLM reasoning." The fully equipped agent still holds an edge on the toughest tasks for now, but that lead could shrink as LLMs get better. The researchers say this points to a broader trend, describing "an ongoing shift from specialized trained systems toward simple agentic loops as LLMs become more capable." Ad
中文翻译
谷歌DeepMind开发了AlphaProof Nexus,该框架自主解决了353个开放数学Erdős问题中的9个以及其他复杂猜想,每个问题的推理成本仅为几百美元。该系统依赖Gemini 3.1 Pro语言模型在Lean(一种用于数学验证的形式化编程语言)中生成证明步骤,实现严格且可机器检查的解决方案。虽然绝大多数Erdős问题仍超出AI能力范围,但DeepMind研究人员认为该系统是支持数学研究的有价值工具。AlphaProof Nexus将LLM驱动的证明生成与机器验证相结合,攻克了困扰数学家数十年的数学研究问题。
核心信息
谷歌DeepMind开发了AlphaProof Nexus框架,自主解决了353个开放Erdős问题中的9个及其他复杂猜想,每个问题推理成本仅几百美元。该系统结合LLM生成证明步骤与Lean编译器验证,为数学研究提供有力支持。
- AlphaProof Nexus以几百美元成本解决9个数学难题。
- 结合LLM与Lean编译器,实现可验证证明。
- 简单Agent A也能证明相同问题,凸显编译器反馈价值。
- 形式化验证降低LLM逻辑错误的风险。
- 研究者指出正向更简单代理循环转变的趋势。
试看内容
成为会员查看完整内容
你已经看到了这篇内容的前置整理,剩余深度部分仅对会员开放。
详细解读
信息差价值
参考来源
成为会员查看完整内容