Scientific Annals of Computer Science (Dec 2016)

RDA: A Coq Library to Reason about Randomised Distributed Algorithms in the Message Passing Model

  • A. Fontaine,
  • A. Zemmari

DOI
https://doi.org/10.7561/SACS.2016.2.157
Journal volume & issue
Vol. XXVI, no. 2
pp. 157 – 186

Abstract

Read online

Distributed algorithms have received considerable attention and were studied intensively in the past few decades. Under some hypotheses on the distributed system, there is no deterministic solution to certain classical problems. Randomised solutions are then needed to solve those problems. Probabilistic algorithms are generally simple to formulate. However, their analysis can become very complex, especially in the field of distributed computing. In this paper, we formally model in Coq a class of randomised distributed algorithms. We develop some tools to help proving impossibility results about classical problems and analysing this class of algorithms. As case studies, we examine the handshake and maximal matching problems. We show how to use our tools to formally prove properties about algorithms solving those problems.