]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/ZArith/Znat.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / ZArith / Znat.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 (*#***********************************************************************)
20
21 (*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
22
23 (* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
24
25 (*   \VV/  **************************************************************)
26
27 (*    //   *      This file is distributed under the terms of the       *)
28
29 (*         *       GNU Lesser General Public License Version 2.1        *)
30
31 (*#***********************************************************************)
32
33 (*i $Id: Znat.v,v 1.3.2.1 2004/07/16 19:31:22 herbelin Exp $ i*)
34
35 (*#* Binary Integers (Pierre Cr\233\gut, CNET, Lannion, France) *)
36
37 include "Arith/Arith.ma".
38
39 include "NArith/BinPos.ma".
40
41 include "ZArith/BinInt.ma".
42
43 include "ZArith/Zcompare.ma".
44
45 include "ZArith/Zorder.ma".
46
47 include "Logic/Decidable.ma".
48
49 include "Arith/Peano_dec.ma".
50
51 include "Arith/Compare_dec.ma".
52
53 (* UNEXPORTED
54 Open Local Scope Z_scope.
55 *)
56
57 inline procedural "cic:/Coq/ZArith/Znat/neq.con" as definition.
58
59 (*#*********************************************************************)
60
61 (*#* Properties of the injection from nat into Z *)
62
63 inline procedural "cic:/Coq/ZArith/Znat/inj_S.con" as theorem.
64
65 inline procedural "cic:/Coq/ZArith/Znat/inj_plus.con" as theorem.
66
67 inline procedural "cic:/Coq/ZArith/Znat/inj_mult.con" as theorem.
68
69 inline procedural "cic:/Coq/ZArith/Znat/inj_neq.con" as theorem.
70
71 inline procedural "cic:/Coq/ZArith/Znat/inj_le.con" as theorem.
72
73 inline procedural "cic:/Coq/ZArith/Znat/inj_lt.con" as theorem.
74
75 inline procedural "cic:/Coq/ZArith/Znat/inj_gt.con" as theorem.
76
77 inline procedural "cic:/Coq/ZArith/Znat/inj_ge.con" as theorem.
78
79 inline procedural "cic:/Coq/ZArith/Znat/inj_eq.con" as theorem.
80
81 inline procedural "cic:/Coq/ZArith/Znat/intro_Z.con" as theorem.
82
83 inline procedural "cic:/Coq/ZArith/Znat/inj_minus1.con" as theorem.
84
85 inline procedural "cic:/Coq/ZArith/Znat/inj_minus2.con" as theorem.
86
87 inline procedural "cic:/Coq/ZArith/Znat/Zpos_eq_Z_of_nat_o_nat_of_P.con" as theorem.
88