AICLLOApr 17

Discover and Prove: An Open-source Agentic Framework for Hard Mode Automated Theorem Proving in Lean 4

arXiv:2604.1583990.7h-index: 14
Predicted impact top 18% in AI · last 90 daysOriginality Incremental advance
AI Analysis

For researchers in automated theorem proving, this work provides a more realistic benchmark and a framework that exposes a large gap between answer discovery and formal proof, enabling better evaluation of AI reasoning.

The paper introduces Hard Mode for automated theorem proving, where the system must discover the answer before proving it, and releases two reannotated benchmarks (MiniF2F-Hard, FIMO-Hard). Their agentic framework DAP achieves SOTA on CombiBench (10 vs 7 problems solved) and is the first to prove 36 PutnamBench theorems in Hard Mode, revealing a gap between LLM answer accuracy (>80%) and formal proof success (<10%).

Most ATP benchmarks embed the final answer within the formal statement -- a convention we call "Easy Mode" -- a design that simplifies the task relative to what human competitors face and may lead to optimistic estimates of model capability. We call the stricter, more realistic setting "Hard Mode": the system must independently discover the answer before constructing a formal proof. To enable Hard Mode research, we make two contributions. First, we release MiniF2F-Hard and FIMO-Hard, expert-reannotated Hard Mode variants of two widely-used ATP benchmarks. Second, we introduce Discover And Prove (DAP), an agentic framework that uses LLM natural-language reasoning with explicit self-reflection to discover answers, then rewrites Hard Mode statements into Easy Mode ones for existing ATP provers. DAP sets the state of the art: on CombiBench it raises solved problems from 7 (previous SOTA, Pass@16) to 10; on PutnamBench it is the first system to formally prove 36 theorems in Hard Mode -- while simultaneously revealing that state-of-the-art LLMs exceed 80% answer accuracy on the same problems where formal provers manage under 10%, exposing a substantial gap that Hard Mode benchmarks are uniquely suited to measure.

Foundations

The foundational work for this paper's niche, ranked by how specifically the neighbourhood builds on it — not by global fame.

Your Notes