]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Sets/Infinite_sets.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Sets / Infinite_sets.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: Infinite_sets.v,v 1.5.2.1 2004/07/16 19:31:17 herbelin Exp $ i*)
70
71 include "Sets/Finite_sets.ma".
72
73 include "Sets/Constructive_sets.ma".
74
75 include "Logic/Classical_Type.ma".
76
77 include "Sets/Classical_sets.ma".
78
79 include "Sets/Powerset.ma".
80
81 include "Sets/Powerset_facts.ma".
82
83 include "Sets/Powerset_Classical_facts.ma".
84
85 include "Arith/Gt.ma".
86
87 include "Arith/Lt.ma".
88
89 include "Arith/Le.ma".
90
91 include "Sets/Finite_sets_facts.ma".
92
93 include "Sets/Image.ma".
94
95 (* UNEXPORTED
96 Section Approx
97 *)
98
99 (* UNEXPORTED
100 cic:/Coq/Sets/Infinite_sets/Approx/U.var
101 *)
102
103 inline procedural "cic:/Coq/Sets/Infinite_sets/Approximant.ind".
104
105 (* UNEXPORTED
106 End Approx
107 *)
108
109 (* UNEXPORTED
110 Hint Resolve Defn_of_Approximant.
111 *)
112
113 (* UNEXPORTED
114 Section Infinite_sets
115 *)
116
117 (* UNEXPORTED
118 cic:/Coq/Sets/Infinite_sets/Infinite_sets/U.var
119 *)
120
121 inline procedural "cic:/Coq/Sets/Infinite_sets/make_new_approximant.con" as lemma.
122
123 inline procedural "cic:/Coq/Sets/Infinite_sets/approximants_grow.con" as lemma.
124
125 inline procedural "cic:/Coq/Sets/Infinite_sets/approximants_grow'.con" as lemma.
126
127 inline procedural "cic:/Coq/Sets/Infinite_sets/approximant_can_be_any_size.con" as lemma.
128
129 (* UNEXPORTED
130 cic:/Coq/Sets/Infinite_sets/Infinite_sets/V.var
131 *)
132
133 inline procedural "cic:/Coq/Sets/Infinite_sets/Image_set_continuous.con" as theorem.
134
135 inline procedural "cic:/Coq/Sets/Infinite_sets/Image_set_continuous'.con" as theorem.
136
137 inline procedural "cic:/Coq/Sets/Infinite_sets/Pigeonhole_bis.con" as theorem.
138
139 inline procedural "cic:/Coq/Sets/Infinite_sets/Pigeonhole_ter.con" as theorem.
140
141 (* UNEXPORTED
142 End Infinite_sets
143 *)
144