Full functional verification of linked data structures

The work

AuthorsKaren Zee; Viktor Kuncak; Martin Rinard
Editors
Typearticle
Year2008
Citekeyzee2008fullb

Where it appeared

Published inACM SIGPLAN Notices
PublisherAssociation for Computing Machinery
Volume43
Issue6
Pages349--361

Identifiers

DOI10.1145/1379022.1375624
OpenAlexW3028248065

Abstract

We present the first verification of full functional correctness for a range of linked data structure implementations, including mutable lists, trees, graphs, and hash tables. Specifically, we present the use of the Jahob verification system to verify formal specifications, written in classical higher-order logic, that completely capture the desired behavior of the Java data structure implementations (with the exception of properties involving execution time and/or memory consumption). Given that the desired correctness properties include intractable constructs such as quantifiers, transitive closure, and lambda abstraction, it is a challenge to successfully prove the generated verification conditions. Our Jahob verification system uses integrated reasoning to split each verification condition into a conjunction of simpler subformulas, then apply a diverse collection of specialized decision procedures, first-order theorem provers, and, in the worst case, interactive theorem provers to prove each subformula. Techniques such as replacing complex subformulas with stronger but simpler alternatives, exploiting structure inherently present in the verification conditions, and, when necessary, inserting verified lemmas and proof hints into the imperative source code make it possible to seamlessly integrate all of the specialized decision procedures and theorem provers into a single powerful integrated reasoning system. By appropriately applying multiple proof techniques to discharge different subformulas, this reasoning system can effectively prove the complex and challenging verification conditions that arise in this context.

A copy is held

pdf, 332.3 kB. Not published — it may be under copyright. The facts and links here are.

How it got here

How it got hereagent via openalex
Added2026-08-04 00:00 UTC
Approved bya person 2026-08-17 08:38 UTC

Cite it as

@article{zee2008fullb,
  title        = {Full functional verification of linked data structures},
  author       = {Karen Zee and Viktor Kuncak and Martin Rinard},
  year         = {2008},
  journal      = {ACM SIGPLAN Notices},
  publisher    = {Association for Computing Machinery},
  volume       = {43},
  number       = {6},
  pages        = {349--361},
  doi          = {10.1145/1379022.1375624},
}

This record lives at https://refs.drheap.org/zee2008fullb/ and will keep doing so.