vix.ing · top · new · best · stats · spec

RHLE: Modular Deductive Verification of Relational ∀∃ Properties

2020/02/07 by Robert M. Dickerson, Qianchuan Ye, Dickerson, Robert +5 · 2 citations
Computer Science · #D.2.4 #F.3.1 #FOS: Computer and information sciences #Formal Methods in Verification #Logic in Computer Science (cs.LO) #Logic, programming, and type systems #Programming Languages (cs.PL) #Software Reliability and Analysis Research

paper · pdf · doi:10.48550/arxiv.2002.02904

openalex publication_date 2020/02/07 · openalex created_date 2022/09/11 · openalex updated_date 2026/07/28

Abstract

Hoare-style program logics are a popular and effective technique for software verification. Relational program logics are an instance of this approach that enables reasoning about relationships between the execution of two or more programs. Existing relational program logics have focused on verifying that all runs of a collection of programs do not violate a specified relational behavior. Several important relational properties, including refinement and noninterference, do not fit into this category, as they also mandate the existence of specific desirable executions. This paper presents RHLE, a logic for verifying these sorts of relational ∀∃ properties. Key to our approach is a novel form of function specification that employs a variant of ghost variables to ensure that valid implementations exhibit certain behaviors. We have used a program verifier based on RHLE to verify a diverse set of relational ∀∃ properties drawn from the literature.

Cited by

Related