]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Num/Leibniz/Params.mma
c52856b673b2eedf69d92d8faaada5e0548ee245
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / Leibniz / Params.mma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* This file was automatically generated: do not edit *********************)
16
17 include "Coq.ma".
18
19 (*i $Id $ i*)
20
21 (*s 
22   Axiomatisation of a numerical set 
23   It will be instantiated by Z and R later on
24   We choose to introduce many operation to allow flexibility in definition 
25   ([S] is primitive in the definition of [nat] while [add] and [one] 
26    are primitive in the definition 
27 *)
28
29 inline procedural "cic:/Coq/Num/Leibniz/Params/N.con".
30
31 inline procedural "cic:/Coq/Num/Leibniz/Params/zero.con".
32
33 inline procedural "cic:/Coq/Num/Leibniz/Params/one.con".
34
35 inline procedural "cic:/Coq/Num/Leibniz/Params/add.con".
36
37 inline procedural "cic:/Coq/Num/Leibniz/Params/S.con".
38
39 (*s Relations, equality is defined separately *)
40
41 inline procedural "cic:/Coq/Num/Leibniz/Params/lt.con".
42
43 inline procedural "cic:/Coq/Num/Leibniz/Params/le.con".
44
45 inline procedural "cic:/Coq/Num/Leibniz/Params/gt.con".
46
47 inline procedural "cic:/Coq/Num/Leibniz/Params/ge.con".
48