A quantitative probabilistic relational Hoare logic
Martin Avanzini, Gilles Barthe, Davide Davoli, Benjamin Grégoire
TL;DR
ERHL introduces a quantitative relational Hoare logic for probabilistic programs, enabling reasoning about relational properties via pre/post-expectations and star-couplings. It overcomes randomness-alignment constraints of prior logics (PRHL, apRHL) and achieves soundness and completeness for almost-surely terminating programs, subsuming observational equivalence, statistical distance, and differential privacy. The framework is validated through non-trivial examples (e.g., rejection sampling, randomized response) and extended to handle procedures and adversaries, including a PRF/PRP switching lemma. The work also connects ERHL to Kantorovich distances and SGD stability, providing a unified, mechanically verifiable approach with broad cryptographic and privacy-related applications.
Abstract
We introduce eRHL, a program logic for reasoning about relational expectation properties of pairs of probabilistic programs. eRHL is quantitative, i.e., its pre- and post-conditions take values in the extended non-negative reals. Thanks to its quantitative assertions, eRHL overcomes randomness alignment restrictions from prior logics, including PRHL, a popular relational program logic used to reason about security of cryptographic constructions, and apRHL, a variant of PRHL for differential privacy. As a result, eRHL is the first relational probabilistic program logic to be supported by non-trivial soundness and completeness results for all almost surely terminating programs. We show that eRHL is sound and complete with respect to program equivalence, statistical distance, and differential privacy. We also show that every PRHL judgment is valid iff it is provable in eRHL. We showcase the practical benefits of eRHL with examples that are beyond reach of PRHL and apRHL.
