Download PDF

44th ACM SIGPLAN Symposium on Principles of Programming Languages (POPL), Date: 2017/01/18 - 2017/01/20, Location: Paris, France

Publication date: 2017-01-01
Volume: 52 Pages: 205 - 217
ISSN: 9781450346603
Publisher: Association for Computing Machinery

ACM SIGPLAN-SIGACT Symposium on Principles of Programming Languges (POPL 2017)

Author:

Krebbers, Robbert
Timany, Amin ; Birkedal, Lars

Keywords:

Science & Technology, Technology, Computer Science, Software Engineering, Computer Science, Separation Logic, Interactive Theorem Proving, Coq, Fine-grained Concurrency, Logical Relations, Software Engineering

Abstract:

When using a proof assistant to reason in an embedded logic – like separation logic – one cannot benefit from the proof contexts and basic tactics of the proof assistant. This results in proofs that are at a too low level of abstraction because they are cluttered with bookkeeping code related to manipulating the object logic. In this paper, we introduce a so-called proof mode that extends the Coq proof assistant with (spatial and non-spatial) named proof contexts for the object logic. We show that thanks to these contexts we can implement high-level tactics for introduction and elimination of the connectives of the object logic, and thereby make reasoning in the embedded logic as seamless as reasoning in the meta logic of the proof assistant. We apply our method to Iris: a state of the art higher-order impredicative concurrent separation logic. We show that our method is very general, and is not just limited to program verification. We demonstrate its generality by formalizing correctness proofs of fine-grained concurrent algorithms, derived constructs of the Iris logic, and a unary and binary logical relation for a language with concurrency, higher-order store, polymorphism, and recursive types. This is the first formalization of a binary logical relation for such an expressive language. We also show how to use the logical relation to prove contextual refinement of fine-grained concurrent algorithms.