# Modular Verification for Almost-Sure Termination of Probabilistic   Programs

**Authors:** Mingzhang Huang, Hongfei Fu, Krishnendu Chatterjee, Amir Kafshdar, Goharshady

arXiv: 1901.06087 · 2019-08-13

## TL;DR

This paper introduces a sound modular verification rule for almost-sure termination of probabilistic programs, utilizing descent supermartingales, and demonstrates its efficiency through polynomial-time synthesis and experimental validation.

## Contribution

The paper proposes a novel sound modular rule based on descent supermartingales for probabilistic programs' almost-sure termination, addressing limitations of previous approaches.

## Key findings

- The new rule is sound for almost-sure termination.
- Linear descent supermartingales can be synthesized in polynomial time.
- Experimental results confirm efficiency and effectiveness on benchmarks.

## Abstract

In this work, we consider the almost-sure termination problem for probabilistic programs that asks whether a given probabilistic program terminates with probability 1. Scalable approaches for program analysis often rely on modularity as their theoretical basis. In non-probabilistic programs, the classical variant rule (V-rule) of Floyd-Hoare logic provides the foundation for modular analysis. Extension of this rule to almost-sure termination of probabilistic programs is quite tricky, and a probabilistic variant was proposed in [Fioriti and Hermanns 2015]. While the proposed probabilistic variant cautiously addresses the key issue of integrability, we show that the proposed modular rule is still not sound for almost-sure termination of probabilistic programs.   Besides establishing unsoundness of the previous rule, our contributions are as follows: First, we present a sound modular rule for almost-sure termination of probabilistic programs. Our approach is based on a novel notion of descent supermartingales. Second, for algorithmic approaches, we consider descent supermartingales that are linear and show that they can be synthesized in polynomial time. Finally, we present experimental results on a variety of benchmarks and several natural examples that model various types of nested while loops in probabilistic programs and demonstrate that our approach is able to efficiently prove their almost-sure termination property.

## Full text

_Full body text omitted from this summary view._ Fetch the complete paper as Markdown: https://tomesphere.com/paper/1901.06087/full.md

## Figures

16 figures with captions in the complete paper: https://tomesphere.com/paper/1901.06087/full.md

## References

53 references — full list in the complete paper: https://tomesphere.com/paper/1901.06087/full.md

---
Source: https://tomesphere.com/paper/1901.06087