English

Foundations for Entailment Checking in Quantitative Separation Logic (extended version)

Logic in Computer Science 2022-01-28 v1 Programming Languages

Abstract

Quantitative separation logic (QSL) is an extension of separation logic (SL) for the verification of probabilistic pointer programs. In QSL, formulae evaluate to real numbers instead of truth values, e.g., the probability of memory-safe termination in a given symbolic heap. As with \SL, one of the key problems when reasoning with QSL is \emph{entailment}: does a formula f entail another formula g? We give a generic reduction from entailment checking in QSL to entailment checking in SL. This allows to leverage the large body of SL research for the automated verification of probabilistic pointer programs. We analyze the complexity of our approach and demonstrate its applicability. In particular, we obtain the first decidability results for the verification of such programs by applying our reduction to a quantitative extension of the well-known symbolic-heap fragment of separation logic.

Keywords

Cite

@article{arxiv.2201.11464,
  title  = {Foundations for Entailment Checking in Quantitative Separation Logic (extended version)},
  author = {Kevin Batz and Ira Fesefeldt and Marvin Jansen and Joost-Pieter Katoen and Florian Keßler and Christoph Matheja and Thomas Noll},
  journal= {arXiv preprint arXiv:2201.11464},
  year   = {2022}
}

Comments

Extended version of ESOP'22 paper

R2 v1 2026-06-24T09:05:19.102Z