Skip to Content.
Sympa Menu

coq-club - [Coq-Club] new releases of hol2dk and coq-hol-light

coq-club AT inria.fr

Subject: The Coq mailing list

List archive

[Coq-Club] new releases of hol2dk and coq-hol-light


Chronological Thread 
  • From: Frédéric Blanqui <frederic.blanqui AT inria.fr>
  • To: coq-club AT inria.fr
  • Subject: [Coq-Club] new releases of hol2dk and coq-hol-light
  • Date: Wed, 28 Feb 2024 16:21:02 +0100
  • Authentication-results: mail2-relais-roc.national.inria.fr; dkim=none (message not signed) header.i=none; spf=SoftFail smtp.mailfrom=frederic.blanqui AT inria.fr; dmarc=fail (p=none dis=none) d=inria.fr

Dear Coq users,

I am pleased to announce the availability on Opam of new versions of hol2dk and coq-hol-light:

- Hol2dk (https://github.com/Deducteam/hol2dk) is a tool to extract proofs from HOL-Light and translate them to Dedukti, Lambdapi and Coq (using the Coq export function of Lambdapi). This new version provides a lot of improvements wrt the previous version:
    . simplification of HOL-Light proofs
    . elimination of useless proof steps
    . new command split to generate a file for each named theorem
      and translate and check them in parallel using make
    . more efficient implementation of abbreviation recording
    . a new option --sharing for handling some big proofs in the Multivariate library (> several Go)
    . many other useful commands
    . improvement of the command line interface
    . more alignments between HOL-Light and Coq (sum, option and list types) thanks to Anthony Bordg

The HOL-Light base library hol.ml can now be translated to Lambdapi in less than 1 minute, to Coq in less than 1 minute, and checked by Coq in about 30 minutes.

- Coq-hol-light (https://github.com/Deducteam/coq-hol-light) is a Coq library on Coq's types of natural numbers and lists mainly, which has been automatically generated from HOL-Light by using hol2dk, and a mapping of HOL-Light types and functions to Coq types and functions. It currently contains 667 theorems. Much more theorems will be made available as soon as we will have a mapping of HOL-Light reals to Coq reals.

Best regards,

Frédéric Blanqui,

chair of https://europroofnet.github.io/.




  • [Coq-Club] new releases of hol2dk and coq-hol-light, Frédéric Blanqui, 02/28/2024

Archive powered by MHonArc 2.6.19+.

Top of Page