Papers › MechMath: Sorrifier-Driven Formal Decomposition Workflow for Automated Theorem Proving

MechMath: Sorrifier-Driven Formal Decomposition Workflow for Automated Theorem Proving

25 Mar 2026arXiv:2603.24465added by Syntology

Ruichen Qiu, Yichuan Cao, Junqi Liu, Dakai Guo, Xiao-Shan Gao, Lihong Zhi, Ruyong Feng

Title, abstract, authors and date from arXiv's metadata (CC0); this paper is not in the Papers with Code archive (frozen 2025-07-28).

Recent advances in large language models (LLMs) and LLM-based agents have substantially improved the capabilities of automated theorem proving. However, for problems that require complex mathematical reasoning, current systems seldom succeed in their initial attempt, necessitating iterative adjustments to their proof strategies. Existing approaches for handling failed attempts typically either iteratively fix errors within the proof or discard the entire proof and regenerate it from scratch. The former leads to progressively longer contexts, which degrade the model's ability to attend to the remaining unresolved subproblems, while the latter is inefficient, as it may abandon mostly correct reasoning due to localized errors. To address this dilemma, we present MechMath, an agent system centered on a Sorrifier-driven formal decomposition paradigm. By leveraging the sorry placeholder in Lean to precisely isolate unresolved subgoals while preserving the surrounding verified proof structure, MechMath extracts each failed subproblem into a clean, self-contained context and resolves it independently. This avoids both the waste of full regeneration and the excessive context length induced by repeated repairs. Experimental results on challenging mathematical competition benchmarks, including IMO 2025, Putnam 2025, miniF2F, and a subset of ProverBench, demonstrate that our agent achieves significant advantages in proving efficiency.

PaperPDFCode Syntology ran

In Syntology For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2603.24465")

Code

Syntology Ran 0 of 15 code samples harvested from 1 repository linked to this paper; 15 have no recorded run.

By repository: found in paper text by Syntology: 15 samples from 1 repository, 0 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

MechMath/MechMath-v1 found in paper text by Syntology report

Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

15 samples harvested; 0 ran; 0 honoured the contract we drafted; 15 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

15unverified

Licence: 15 of the 15 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from MechMath/MechMath-v1. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

extract_content_by_tag MechMath/MechMath-v1/src/mechmath/utils.py found in paper text by Syntology unverified no licence file found · pointer only · 87b518b0a65eb03c · report
extract_error MechMath/MechMath-v1/src/mechmath/lean/feedback.py found in paper text by Syntology unverified no licence file found · pointer only · a110ead50bbb0182 · report
extract_error_dict MechMath/MechMath-v1/src/mechmath/utils.py found in paper text by Syntology unverified no licence file found · pointer only · c7f66af130c3a829 · report
extract_from_box MechMath/MechMath-v1/src/mechmath/utils.py found in paper text by Syntology unverified no licence file found · pointer only · a50b9e4b0f25862b · report
extract_logic_error MechMath/MechMath-v1/src/mechmath/lean/feedback.py found in paper text by Syntology unverified no licence file found · pointer only · bf3107ef589c2680 · report
filter_error_messages MechMath/MechMath-v1/src/mechmath/lean/sorrifier.py found in paper text by Syntology unverified no licence file found · pointer only · 701260b6fa0fa8e1 · report
format_feedback_messages MechMath/MechMath-v1/src/mechmath/lean/feedback.py found in paper text by Syntology unverified no licence file found · pointer only · 1747a79cf49add0e · report
gen_one_sorry_of_block MechMath/MechMath-v1/src/mechmath/lean/sorrifier.py found in paper text by Syntology unverified no licence file found · pointer only · b3370e77a671c397 · report
get_indent MechMath/MechMath-v1/src/mechmath/lean/parser.py found in paper text by Syntology unverified no licence file found · pointer only · 17b8e8719543609f · report
get_search_result MechMath/MechMath-v1/src/mechmath/lean/search.py found in paper text by Syntology unverified no licence file found · pointer only · 00df48c980211da4 · report
is_error MechMath/MechMath-v1/src/mechmath/lean/client.py found in paper text by Syntology unverified no licence file found · pointer only · af0fa648e07de9b6 · report
leandex MechMath/MechMath-v1/src/mechmath/lean/search.py found in paper text by Syntology unverified no licence file found · pointer only · 29c7bc71b7ad2700 · report
loogle MechMath/MechMath-v1/src/mechmath/lean/search.py found in paper text by Syntology unverified no licence file found · pointer only · abf345a2fa0aa735 · report
remove_comments MechMath/MechMath-v1/src/mechmath/lean/code_blocks.py found in paper text by Syntology unverified no licence file found · pointer only · 5569d923e1ca9d92 · report
remove_sorry_statements MechMath/MechMath-v1/src/mechmath/lean/code_blocks.py found in paper text by Syntology unverified no licence file found · pointer only · 57422d1a4865d73c · report

Results from the paper

The Papers with Code archive ends with its 2025-07-28 snapshot. This paper's arXiv identifier, 2603.24465, was issued in March 2026, after that date, so the archive has no leaderboard rows for it.

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections