English

Towards Language Model Guided TLA+ Proof Automation

Logic in Computer Science 2026-03-03 v2

Abstract

Formal theorem proving with TLA+ provides rigorous guarantees for system specifications, but constructing proofs requires substantial expertise and effort. While large language models have shown promise in automating proofs for tactic-based theorem provers like Lean, applying these approaches directly to TLA+ faces significant challenges due to the hierarchical proof structure of the TLA+ proof system. We present a prompt-based approach that leverages LLMs to guide hierarchical decomposition of complex proof obligations into simpler sub-claims, while relying on symbolic provers for verification. Our key insight is to constrain LLMs to generate normalized claim decompositions rather than complete proofs, significantly reducing syntax errors. We also introduce a benchmark suite of 119 theorems adapted from (1) established mathematical collections and (2) inductive proofs of distributed protocols. Our approach consistently outperforms baseline methods across the benchmark suite.

Keywords

Cite

@article{arxiv.2512.09758,
  title  = {Towards Language Model Guided TLA+ Proof Automation},
  author = {Yuhao Zhou and Stavros Tripakis},
  journal= {arXiv preprint arXiv:2512.09758},
  year   = {2026}
}
R2 v1 2026-07-01T08:19:01.338Z