]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Sets/Cpo.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Sets / Cpo.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 (*#***************************************************************************)
34
35 (*                                                                          *)
36
37 (*                         Naive Set Theory in Coq                          *)
38
39 (*                                                                          *)
40
41 (*                     INRIA                        INRIA                   *)
42
43 (*              Rocquencourt                        Sophia-Antipolis        *)
44
45 (*                                                                          *)
46
47 (*                                 Coq V6.1                                 *)
48
49 (*                                                                          *)
50
51 (*                               Gilles Kahn                                *)
52
53 (*                               Gerard Huet                                *)
54
55 (*                                                                          *)
56
57 (*                                                                          *)
58
59 (*                                                                          *)
60
61 (* Acknowledgments: This work was started in July 1993 by F. Prost. Thanks  *)
62
63 (* to the Newton Institute for providing an exceptional work environment    *)
64
65 (* in Summer 1995. Several developments by E. Ledinot were an inspiration.  *)
66
67 (*#***************************************************************************)
68
69 (*i $Id: Cpo.v,v 1.5.2.1 2004/07/16 19:31:17 herbelin Exp $ i*)
70
71 include "Sets/Ensembles.ma".
72
73 include "Sets/Relations_1.ma".
74
75 include "Sets/Partial_Order.ma".
76
77 (* UNEXPORTED
78 Section Bounds
79 *)
80
81 (* UNEXPORTED
82 cic:/Coq/Sets/Cpo/Bounds/U.var
83 *)
84
85 (* UNEXPORTED
86 cic:/Coq/Sets/Cpo/Bounds/D.var
87 *)
88
89 (* UNAVAILABLE OBJECT: cic:/Coq/Sets/Cpo/Bounds/C.con *********************)
90
91 inline procedural "cic:/Coq/Sets/Cpo/Bounds/C.con" "Bounds__" as definition.
92
93 (* UNAVAILABLE OBJECT: cic:/Coq/Sets/Cpo/Bounds/R.con *********************)
94
95 inline procedural "cic:/Coq/Sets/Cpo/Bounds/R.con" "Bounds__" as definition.
96
97 inline procedural "cic:/Coq/Sets/Cpo/Upper_Bound.ind".
98
99 inline procedural "cic:/Coq/Sets/Cpo/Lower_Bound.ind".
100
101 inline procedural "cic:/Coq/Sets/Cpo/Lub.ind".
102
103 inline procedural "cic:/Coq/Sets/Cpo/Glb.ind".
104
105 inline procedural "cic:/Coq/Sets/Cpo/Bottom.ind".
106
107 inline procedural "cic:/Coq/Sets/Cpo/Totally_ordered.ind".
108
109 inline procedural "cic:/Coq/Sets/Cpo/Compatible.con" as definition.
110
111 inline procedural "cic:/Coq/Sets/Cpo/Directed.ind".
112
113 inline procedural "cic:/Coq/Sets/Cpo/Complete.ind".
114
115 inline procedural "cic:/Coq/Sets/Cpo/Conditionally_complete.ind".
116
117 (* UNEXPORTED
118 End Bounds
119 *)
120
121 (* UNEXPORTED
122 Hint Resolve Totally_ordered_definition Upper_Bound_definition
123   Lower_Bound_definition Lub_definition Glb_definition Bottom_definition
124   Definition_of_Complete Definition_of_Complete
125   Definition_of_Conditionally_complete.
126 *)
127
128 (* UNEXPORTED
129 Section Specific_orders
130 *)
131
132 (* UNEXPORTED
133 cic:/Coq/Sets/Cpo/Specific_orders/U.var
134 *)
135
136 inline procedural "cic:/Coq/Sets/Cpo/Cpo.ind".
137
138 inline procedural "cic:/Coq/Sets/Cpo/Chain.ind".
139
140 (* UNEXPORTED
141 End Specific_orders
142 *)
143