(**************************************************************************) (* ___ *) (* ||M|| *) (* ||A|| A project by Andrea Asperti *) (* ||T|| *) (* ||I|| Developers: *) (* ||T|| The HELM team. *) (* ||A|| http://helm.cs.unibo.it *) (* \ / *) (* \ / This file is distributed under the terms of the *) (* v GNU General Public License Version 2 *) (* *) (**************************************************************************) (* This file was automatically generated: do not edit *********************) include "Coq.ma". (*i $Id $ i*) (*s Axiomatisation of a numerical set It will be instantiated by Z and R later on We choose to introduce many operation to allow flexibility in definition ([S] is primitive in the definition of [nat] while [add] and [one] are primitive in the definition *) inline procedural "cic:/Coq/Num/Leibniz/Params/N.con". inline procedural "cic:/Coq/Num/Leibniz/Params/zero.con". inline procedural "cic:/Coq/Num/Leibniz/Params/one.con". inline procedural "cic:/Coq/Num/Leibniz/Params/add.con". inline procedural "cic:/Coq/Num/Leibniz/Params/S.con". (*s Relations, equality is defined separately *) inline procedural "cic:/Coq/Num/Leibniz/Params/lt.con". inline procedural "cic:/Coq/Num/Leibniz/Params/le.con". inline procedural "cic:/Coq/Num/Leibniz/Params/gt.con". inline procedural "cic:/Coq/Num/Leibniz/Params/ge.con".