Dealing with algebraic expressions over a field in Coq using Maple

  • Authors:
  • David Delahaye;Micaela Mayero

  • Affiliations:
  • CPR, CNAM, Département dInformatique, 292, rue Saint-Martin, 75141 Paris Cedex 03, France;PPS, Université Denis Diderot (Paris 7), 75251 Paris Cedex 05, France

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

Quantified Score

Hi-index 0.00

Visualization

Abstract

We describe an interface between the Coq proof assistant and the Maple symbolic computation system, which mainly consists in importing, in Coq, Maple computations regarding algebraic expressions over fields. These can either be pure computations, which do not require any validation, or computations used during proofs, which must be proved (to be correct) within Coq. These correctness proofs are completed automatically thanks to the tactic Field, which deals with equalities over fields. This tactic, which may generate side conditions (regarding the denominators) that must be proved by the user, has been implemented in a reflexive way, which ensures both efficiency and certification. The implementation of this interface is quite light and can be very easily extended to get other Maple functions (in addition to the four functions we have imported and used in the examples given here).