CMU-CS-19-100
Computer Science Department
School of Computer Science, Carnegie Mellon University



CMU-CS-19-100

Verifying Concurrent Randomized Algorithms

Joseph Tassarotti

Ph.D. Thesis

January 2019

CMU-CS-19-100.pdf


Keywords: Concurrency, program logics, separation logic, randomized algorithms, verification

Concurrency and randomization are diffiult to use correctly when programming. Because programs that use them no longer behave deterministically, programmers must take into account the set of all possible interactions and random choices that may occur. This dissertation describes a logic for reasoning about programs using both of these effects. The logic extends a recent concurrent separation logic with ideas from denotational semantics for probabilistic and nondeterministic choice, along with principles for probabilistic relational reasoning originally developed for sequential programs. The resulting logic is used to verify probabilistic behaviors of a randomized concurrent counter algorithm and a twolevel concurrent skip list. The soundness of the logic, as well as the proofs of these examples, have been mechanized in Coq.

134 pages

Thesis Committee:
Robert Harper (Chair)
Jan Hoffmann
Jeremy Avigad
Derek Dreyer (MPI-SWS)

Srinivasan Seshan, Head, Computer Science Department
Tom M. Mitchell, Interim Dean, School of Computer Science


Return to: SCS Technical Report Collection
School of Computer Science

This page maintained by reports@cs.cmu.edu