Deliverables 1 and 13
Database gathering proofs from the proof systems Coq, HOL-Light and Matita, and their translations.
The proofs translated to Dedukti, and from Dedukti to other provers, are not gathered into a single database but are scattered on several places to ease their integration in target systems:
-
Nubo is a set of metadata and scripts to download and check Dedukti libraries. It contains links to a number of proof libraries translated to Dedukti: the arithmetic library of Matita, some part of the Coq library GeoCoq on geometry, the OpenTheory library, some proofs generated by some old version of the veriT SMT prover, some proofs generated by some old version of the ZenonModulo theorem prover, some proofs from the Isabelle/HOL standard library.
-
Logipedia is a browsable website providing a library of arithmetic theorems in various systems: Matita, Coq, Lean, PVS, OpenTheory, Dedukti. It has been obtained by translating the Matita arithmetic library to Dedukti and then to the other systems using STTfaXport.
-
matita_lib_in_agda is a translation of the Matita arithmetic library into Agda using predicativize.
-
coq-hol-light is a translation in Rocq of the HOL-Light library Multivariate, which contains more than 20,000 theorems on real and complex analysis, and has been obtained by using hol2dk and lambdapi.
-
coq-hol-light-Logic2 is a translation in Rocq of the HOL-Light Logic library.