AXLE - Axiom Lean Engine

Axiom Lean Engine

Interactive tools for exploring, validating, and manipulating mathematical proofs.

Recent Announcements

July 15, 2026 - v1.5.0

New LeanTimeout/LeanResourceExceeded exceptions, names/indices selection on check and extract_decls/extract_theorems (to skip elaboration for faster runs), and new fields and options (unfolded_type_hash, verify_negation, verbosity). See the changelog for details.

July 1, 2026 - v1.4.0

This update comes with two notable changes and a variety of additional updates:

Also: opaque support in merge/extract_decls, a disprove fix, and Lean 4.30/4.31. See the changelog for more details.

June 24, 2026 - 📣 AXLE @ ICML 2026

We're presenting AXLE at the 3rd AI for Math Workshop at ICML 2026 in Seoul, as a contributed talk. Come find our poster and say hi! Read the technical report on arXiv.

June 3, 2026 - v1.3.0

Support for all declaration kinds, a reworked repair_proofs, link shortening, and broader MCP support. See the changelog for details and other changes.

Highlights:

April 15, 2026 - v1.2.0

New extract_decls tool for extracting all declaration kinds, and corresponding updates to extract_theorems. Users using extract_theorems (which will be deprecated in a future update) should migrate to extract_decls. See the changelog for details.

April 8, 2026 - v1.1.1

Default option changes, a Lean version bump, and bug fixes.

Highlights:

See the changelog for details and other changes.

Tools

[**verify_proof**

validate a Lean proof against a formal statement](https://axle.axiommath.ai/verify_proof)
[**check**

evaluate Lean code and report all messages](https://axle.axiommath.ai/check)
[**highlight**

compile Lean code and report semantic highlighting tokens](https://axle.axiommath.ai/highlight)
[**extract_theoremsDeprecated**

split file into separate theorems with dependencies (deprecated — use extract_decls)](https://axle.axiommath.ai/extract_theorems)
[**extract_decls**

split file into separate declarations with dependencies](https://axle.axiommath.ai/extract_decls)
[**rename**

rename declarations in Lean code](https://axle.axiommath.ai/rename)
[**theorem2lemma**

convert between theorem and lemma keywords](https://axle.axiommath.ai/theorem2lemma)
[**theorem2sorry**

replace theorem proofs with sorry](https://axle.axiommath.ai/theorem2sorry)
[**merge**

combine multiple Lean files into a single file](https://axle.axiommath.ai/merge)
[**simplify_theorems**

simplify theorem proofs](https://axle.axiommath.ai/simplify_theorems)
[**repair_proofs**

repair broken theorem proofs](https://axle.axiommath.ai/repair_proofs)
[**have2lemma**

extract have statements to standalone lemmas](https://axle.axiommath.ai/have2lemma)
[**have2sorry**

replace have statements with sorry](https://axle.axiommath.ai/have2sorry)
[**sorry2lemma**

extract sorries and errors to standalone lemmas](https://axle.axiommath.ai/sorry2lemma)
[**disprove**

attempt to disprove theorems by proving the negation](https://axle.axiommath.ai/disprove)
[**normalize**

standardize Lean file formatting](https://axle.axiommath.ai/normalize)

Past Announcements

April 1, 2026 - v1.1.0

🎉 After mass feedback from the public, we're excited to announce that AXLE is switching from Lean to Rocq. The new name will be AXRE (Axiom Rocq Engine). All existing Lean proofs will be automatically translated using GPT-2. 🚀

Notable API changes:

Performance improvements:

See the changelog for details and other changes.

March 11, 2026 - v1.0.1

New documentation pages, increased rate limits, and bug fixes. See the changelog for details.

March 6, 2026

Lean Zulip Thread

Join the discussion, ask questions, and share feedback on the Lean Zulip.

Higher Rate Limits

Rate limits were unintentionally too restrictive:

Users with an API key should regenerate their key to apply the new limits.

March 5, 2026 - v1.0.0

AXLE Public Release

We're excited to release AXLE to the public! AXLE provides proof verification and manipulation primitives we've used across all of our research efforts, including training AI models and AxiomProver's 12/12 on Putnam 2025.

Why we built AXLE | Request more capacity | axle@axiommath.ai