English

The Ghosts of Empires: Extracting Modularity from Interleaving-Based Proofs (Extended Version)

Programming Languages 2026-02-27 v4

Abstract

Implementation bugs threaten the soundness of algorithmic software verifiers. Generating correctness certificates for correct programs allows for efficient independent validation of verification results, and thus helps to reveal such bugs. Automatic generation of small, compact correctness proofs for concurrent programs is challenging, as the correctness arguments may depend on the particular interleaving, which can lead to exponential explosion. We present an approach that converts an interleaving-based correctness proof, as generated by many algorithmic verifiers, into a thread-modular correctness proof in the style of Owicki and Gries. We automatically synthesize ghost variables that capture the relevant interleaving information, and abstract away irrelevant details. Our evaluation shows that the approach is efficient in practice and generates compact proofs, compared to a baseline.

Keywords

Cite

@article{arxiv.2511.20369,
  title  = {The Ghosts of Empires: Extracting Modularity from Interleaving-Based Proofs (Extended Version)},
  author = {Frank Schüssele and Matthias Zumkeller and Miriam Lagunes-Rochin and Dominik Klumpp},
  journal= {arXiv preprint arXiv:2511.20369},
  year   = {2026}
}

Comments

39 pages, 10 figures, 1 table. Extended version with proofs of the paper published at POPL'2026 (https://doi.org/10.1145/3776684) [corrections in Fig. 6]

R2 v1 2026-07-01T07:54:19.554Z