MA-ProofBench: A Two-Tiered Evaluation of LLMs for Theorem Proving in Mathematical Analysis
Quick Answer
MA-ProofBench introduces the first formal benchmark for theorem proving in Mathematical Analysis, featuring 200 formalized theorems across various topics.
Quick Take
MA-ProofBench introduces the first formal benchmark for theorem proving in Mathematical Analysis, featuring 200 formalized theorems across various topics. Despite evaluating models like GPT-5.5, results show poor performance, with only 16% Pass@8 on Level I and 5% on Level II, highlighting significant gaps in formal reasoning capabilities.
Key Points
- MA-ProofBench includes 200 theorems across 6 core topics and 27 subcategories.
- Problems are categorized into undergraduate (Level I) and Ph.D. qualifying (Level II) levels.
- GPT-5.5 achieves only 16% Pass@8 on Level I and 5% on Level II.
- Mathlib hallucinations and incomplete proofs are major failure modes identified.
- The benchmark aims to track progress in formal reasoning in advanced mathematical domains.
Paper Resources
Article Content
From source RSS / original summaryarXiv:2606. 13782v1 Announce Type: new Abstract: Large Language Models (LLMs) have made notable progress in automated theorem proving, yet existing formal benchmarks remain limited in both mathematical coverage and difficulty. Most are concentrated in areas that are easier to formalize, such as algebra and elementary number theory, and provide limited coverage of subfields that require deeper reasoning, including mathematical analysis.
To address this gap, we introduce MA-ProofBench, to the best of our knowledge, the first formal theorem-proving benchmark dedicated to Mathematical Analysis. The benchmark contains 200 formalized theorems covering 6 core topics and 27 subcategories, including measure and integration theory, complex analysis, and functional analysis. The problems are divided into two difficulty levels, an undergraduate level (Level I, 100 problems) and a Ph. D.
qualifying level (Level II, 100 problems), to evaluate how well LLMs perform formal reasoning at different mathematical depths. Each problem is constructed through a human-led, LLM-assisted formalization pipeline followed by independent expert review, ensuring that the formal statements remain faithful to the original mathematics. We evaluate a range of recent general-purpose reasoning models and formal theorem provers on MA-ProofBench. However, most models perform poorly: even the best-performing model, GPT-5.
5, achieves only 16% Pass@8 on Level I and 5% on Level II, while most models stay close to 0% on Level II. Further analysis identifies Mathlib hallucinations and incomplete proofs as the two dominant failure modes, while an evaluation on the natural-language version of the benchmark exposes a clear gap between informal and formal reasoning. MA-ProofBench is intended to serve as a reliable reference for tracking progress in formal mathematical reasoning in advanced domains.
Reader Mode unavailable (could not extract clean content).
Want this in your inbox every morning?
Daily brief at your local 8am — bilingual EN/中文, free.
More from arXiv cs.AI
See more →Arbor: Tree Search as a Cognition Layer for Autonomous Agents
Arbor introduces a multi-agent framework utilizing structured tree search for optimizing LLM inference, achieving up to 193% throughput-latency improvement compared to vendor-optimized systems. It employs an Orchestrator and Critic agent for stability and coordination, demonstrating hardware-agnostic performance with minimal variance.