中文

AXLE: A Cloud Infrastructure for Lean 4 Theorem Proving Utilities

计算机科学中的逻辑 2026-06-24 v1 人工智能

摘要

We present AXLE (Axiom Lean Engine), a cloud service for Lean 4 proof manipulation, extraction, and verification. Recent progress in AI for mathematics -- reinforcement learning pipelines, agentic proving workflows, dataset curation -- demands Lean 4 tooling that scales to millions of requests while remaining correct and robust; existing infrastructure offers parallel compilation but not scalable proof verification, higher-level proof manipulation, multi-version support, or per-request isolation at the throughput modern AI workflows require. AXLE provides 14 Lean 4 metaprogramming tools spanning strict proof verification, declaration metadata extraction, semantic source manipulation, deterministic proof repair and simplification, and lemma extraction. The service runs as a multi-tenant cloud deployment with per-request isolation and concurrent support for multiple Lean 4 and Mathlib versions, accessible via a Python SDK, command-line interface, web UI, MCP server, and raw HTTP API. AXLE is publicly available and free to use at https://axle.axiommath.ai and via the axiom-axle PyPI package, with no local Lean 4 installation required. It has served over 500 million requests to date and is the underlying infrastructure for Axiom Math's proving efforts, including its 12/12 score on the 2025 Putnam competition.

引用

@article{arxiv.2606.26442,
  title  = {AXLE: A Cloud Infrastructure for Lean 4 Theorem Proving Utilities},
  author = {Jimmy Xin and Alex Schneidman and Chris Cummins and Karun Ram and Srihari Ganesh and Jannis Limperg},
  journal= {arXiv preprint arXiv:2606.26442},
  year   = {2026}
}

备注

Accepted at the 3rd AI for Math Workshop, ICML 2026