Go home now Header Background Image
Search
Submission Procedure
share: |
 
Follow us
 
 
 
 
Volume 7 / Issue 1

available in:   PDF (333 kB) PS (232 kB)
 
get:  
Similar Docs BibTeX   Write a comment
  
get:  
Links into Future
 
DOI:   10.3217/jucs-007-01-0071

 

Fred: An Approach to Generating Real, Correct, Reusable Programs from Proofs

John Crossley (School of Computer Science and Software Engineering, Monash University, Australia)

Iman Poernomo (School of Computer Science and Software Engineering, Monash University, Australia)

Abstract:

In this paper we describe our system for automatically extracting "correct" programs from proofs using a development of the Curry-Howard process.

Although program extraction has been developed by many authors (see, for example, [HN88], [Con97] and [HKPM97]), our system has a number of novel features designed to make it very easy to use and as close as possible to ordinary mathematical terminology and practice. These features include 1. the use of Henkin's technique [Hen50] to reduce higher-order logic to many-sorted (first-order) logic; 2. the free use of new rules for induction subject to certain conditions; 3. the extensive use of previously programmed (total, recursive) functions; 4. the use of templates to make the reasoning much closer to normal mathematical proofs and 5. a conceptual distinction between the computational type theory (for representing programs) and the logical type theory (for reasoning about programs).

As an example of our system we give a constructive proof of the well known theorem that every graph of even parity, which is non-trivial in the sense that it does not consist of isolated vertices, has a cycle. Given such a graph as input, the extracted program produces a cycle as promised.

Keywords: program synthesis, proofs as programs, reusable software

Categories: D.2.4, F.3.1