Published October 10, 2023 | Version v1
Software Open

Asynchronous Probabilistic Couplings in Higher-Order Separation Logic - Coq Artifact

Description

Probabilistic couplings are the foundation for many probabilistic relational program logics and arise when relating random sampling statements across two programs. In relational program logics, this manifests as dedicated coupling rules that, e.g., say we may reason as if two sampling statements return the same value. However, this approach fundamentally requires aligning or "synchronizing" the sampling statements of the two programs which is not always possible.

In this work, we develop Clutch, a higher-order probabilistic relational separation logic that addresses this issue by supporting asynchronous probabilistic couplings. We use Clutch to develop a logical step-indexed logical relation to reason about contextual refinement and equivalence of higher-order programs written in a rich language with a probabilistic choice operator, higher-order local state, and impredicative polymorphism. Finally, we demonstrate our approach on a number of case studies.

All the results have been formalized in the Coq proof assistant using the Coquelicot library and the Iris separation logic framework.

Files

coq-clutch.zip

Files (296.2 kB)

Name Size Download all
md5:2913eda32f4b453343e7d022372dc810
296.2 kB Preview Download

Additional details

Related works

Is supplement to
Preprint: 10.48550/arXiv.2301.10061 (DOI)