1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* This file was automatically generated: do not edit *********************)
19 (*#***********************************************************************)
21 (* v * The Coq Proof Assistant / The Coq Development Team *)
23 (* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
25 (* \VV/ **************************************************************)
27 (* // * This file is distributed under the terms of the *)
29 (* * GNU Lesser General Public License Version 2.1 *)
31 (*#***********************************************************************)
33 (*#***************************************************************************)
37 (* Naive Set Theory in Coq *)
43 (* Rocquencourt Sophia-Antipolis *)
61 (* Acknowledgments: This work was started in July 1993 by F. Prost. Thanks *)
63 (* to the Newton Institute for providing an exceptional work environment *)
65 (* in Summer 1995. Several developments by E. Ledinot were an inspiration. *)
67 (*#***************************************************************************)
69 (*i $Id: Integers.v,v 1.6.2.1 2004/07/16 19:31:17 herbelin Exp $ i*)
71 include "Sets/Finite_sets.ma".
73 include "Sets/Constructive_sets.ma".
75 include "Logic/Classical_Type.ma".
77 include "Sets/Classical_sets.ma".
79 include "Sets/Powerset.ma".
81 include "Sets/Powerset_facts.ma".
83 include "Sets/Powerset_Classical_facts.ma".
85 include "Arith/Gt.ma".
87 include "Arith/Lt.ma".
89 include "Arith/Le.ma".
91 include "Sets/Finite_sets_facts.ma".
93 include "Sets/Image.ma".
95 include "Sets/Infinite_sets.ma".
97 include "Arith/Compare_dec.ma".
99 include "Sets/Relations_1.ma".
101 include "Sets/Partial_Order.ma".
103 include "Sets/Cpo.ma".
106 Section Integers_sect
109 inline procedural "cic:/Coq/Sets/Integers/Integers.ind".
112 Hint Resolve Integers_defn.
115 inline procedural "cic:/Coq/Sets/Integers/le_reflexive.con" as lemma.
117 inline procedural "cic:/Coq/Sets/Integers/le_antisym.con" as lemma.
119 inline procedural "cic:/Coq/Sets/Integers/le_trans.con" as lemma.
122 Hint Resolve le_reflexive le_antisym le_trans.
125 inline procedural "cic:/Coq/Sets/Integers/le_Order.con" as lemma.
128 Hint Resolve le_Order.
131 inline procedural "cic:/Coq/Sets/Integers/triv_nat.con" as lemma.
134 Hint Resolve triv_nat.
137 inline procedural "cic:/Coq/Sets/Integers/nat_po.con" as definition.
143 inline procedural "cic:/Coq/Sets/Integers/le_total_order.con" as lemma.
146 Hint Resolve le_total_order.
149 inline procedural "cic:/Coq/Sets/Integers/Finite_subset_has_lub.con" as lemma.
151 inline procedural "cic:/Coq/Sets/Integers/Integers_has_no_ub.con" as lemma.
153 inline procedural "cic:/Coq/Sets/Integers/Integers_infinite.con" as lemma.