Elsevier

Science of Computer Programming

Volume 164, 15 October 2018, Pages 49-65
Science of Computer Programming

A Coq library for internal verification of running-times

https://doi.org/10.1016/j.scico.2017.05.001Get rights and content
Under an Elsevier user license
open archive

Abstract

This paper presents a Coq library that lifts an abstract yet precise notion of running-time into the type of a function. Our library is based on a monad that counts abstract steps. The monad's computational content, however, is simply that of the identity monad so programs written in our monad (that recur on the natural structure of their arguments) extract into idiomatic OCaml code.

We evaluated the expressiveness of the library by proving that red-black tree insertion and search, merge sort, insertion sort, various Fibonacci number implementations, iterated list insertion, various BigNum operations, and Okasaki's Braun Tree algorithms all have their expected running times.

Keywords

Mechanized proofs
Running-time
Complexity
Coq

Cited by (0)