Sound and Complete Proof Rules for Probabilistic Termination
Rupak Majumdar, V. R. Sathiyanarayana
TL;DR
The paper tackles termination analysis for probabilistic programs with discrete probabilistic choice and bounded nondeterminism by introducing sound and relatively complete proof rules for both qualitative ${\mathsf{AST}}$ and quantitative termination, all formulated in an arithmetic assertion language. It leverages supermartingales and distance-variant certificates to provide certificate-based proof systems whose completeness is relative to the completeness of ${\mathsf{Th}(\mathbb{Q})}$; a key contribution is a constructive completeness framework that can express and manipulate certificates within arithmetic, enabling a unifying approach that subsumes many existing rules. The authors develop an explicit ${\mathsf{AST}}$ proof for the 2D random walker as a nontrivial application, and show how their rules can simulate and extend prior methods (e.g., McIver–Morgan, McIver–MKK18) while maintaining practical interpretability of certificates. Overall, the work provides a foundational, machine-checkable framework for certifying termination properties in infinite-state probabilistic programs, with implications for verification tooling and automatic certificate synthesis.
Abstract
Deciding termination is a fundamental problem in the analysis of probabilistic imperative programs. We consider the qualitative and quantitative probabilistic termination problems for an imperative programming model with discrete probabilistic choice and demonic bounded nondeterminism. The qualitative question asks if the program terminates almost-surely, no matter how nondeterminism is resolved. The quantitative question asks for a bound on the probability of termination. Despite a long and rich literature on the topic, no sound and relatively complete proof systems were known for these problems. In this paper, we provide such sound and relatively complete proof rules for proving qualitative and quantitative termination in the assertion language of arithmetic. Our rules use supermartingales as estimates of the likelihood of a program's evolution and variants as measures of distances to termination. Our key insight is our completeness result, which shows how to construct a suitable supermartingales from an almost-surely terminating program. We also show that proofs of termination in many existing proof systems can be transformed to proofs in our system, pointing to its applicability in practice. As an application of our proof rule, we show an explicit proof of almost-sure termination for the two-dimensional random walker.
