Certifying properties of an efficient functional program for computing Gröbner bases

  • Authors:
  • J. Santiago Jorge;Victor M. Gulias;Jose L. Freire

  • Affiliations:
  • MADS-LFCIA, Computer Science Department, University of A Coruña, Spain;MADS-LFCIA, Computer Science Department, University of A Coruña, Spain;MADS-LFCIA, Computer Science Department, University of A Coruña, Spain

  • Venue:
  • Journal of Symbolic Computation
  • Year:
  • 2009

Quantified Score

Hi-index 0.00

Visualization

Abstract

This paper explores the certification of properties of an efficient functional program in the area of symbolic computation: the calculation of Gröbner basis of a set of multivariate polynomials. Our experience in the development of industrial systems and the certification of some of its relevant properties has led us to use a methodology consisting of functional programs to write the code and the formal verification of fundamental properties. The functional language OBJECTIVE CAML has been chosen to implement the program. To verify the properties two approaches are explored: manual proofs that reason directly over the source code of the algorithms, applying techniques like equational reasoning, and theorem provers that are used as a tool to help us certify a model of the real system. The chosen proof assistant is COQ. Not only will the certification of the software be taken into consideration but also its efficiency. In addition, we present a graphical interface which eases the use of the program.