FLOC 2018: FEDERATED LOGIC CONFERENCE 2018
ReLoC: A Mechanised Relational Logic for Fine-Grained Concurrency

Authors: Dan Frumin, Robbert Krebbers and Lars Birkedal

Paper Information

Title:ReLoC: A Mechanised Relational Logic for Fine-Grained Concurrency
Authors:Dan Frumin, Robbert Krebbers and Lars Birkedal
Proceedings:LICS PDF files
Editors: Anuj Dawar and Erich Grädel
Keywords:relational reasoning, program refinement, concurrency, separation logic
Abstract:

ABSTRACT. We present ReLoC: a logic for proving refinements of programs in a language with higher-order state, fine-grained concurrency, polymorphism and recursive types. The core of our logic is a judgement e ≾ e' : τ, which expresses that a program e refines a program e' at type τ. In contrast to earlier work on refinements for languages with higher-order state and concurrency, ReLoC provides type- and structure-directed rules for manipulating this judgement, whereas previously, such proofs were carried out by unfolding the judgement into its definition in the model. These more abstract proof rules make it simpler to carry out refinement proofs.

Moreover, we introduce logically atomic relational specifications: a novel approach for relational specifications for compound expressions that take effect at a single instant in time. We demonstrate how to formalise and prove such relational specifications in ReLoC, allowing for more modular proofs.

ReLoC is built on top of the expressive concurrent separation logic Iris, allowing us to leverage features of Iris such as invariants and ghost state. We provide a mechanisation of our logic in Coq, which does not just contain a proof of soundness, but also tactics for interactively carrying out refinements proofs. We have used these tactics to mechanise several examples, which demonstrates the practicality and modularity of our logic.

Pages:10
Talk:Jul 09 14:20 (Session 49E)
Paper: