]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Sets/Image.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Sets / Image.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: Image.v,v 1.6.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 (* UNEXPORTED
94 Section Image
95 *)
96
97 (* UNEXPORTED
98 cic:/Coq/Sets/Image/Image/U.var
99 *)
100
101 (* UNEXPORTED
102 cic:/Coq/Sets/Image/Image/V.var
103 *)
104
105 inline procedural "cic:/Coq/Sets/Image/Im.ind".
106
107 inline procedural "cic:/Coq/Sets/Image/Im_def.con" as lemma.
108
109 (* UNEXPORTED
110 Hint Resolve Im_def.
111 *)
112
113 inline procedural "cic:/Coq/Sets/Image/Im_add.con" as lemma.
114
115 inline procedural "cic:/Coq/Sets/Image/image_empty.con" as lemma.
116
117 (* UNEXPORTED
118 Hint Resolve image_empty.
119 *)
120
121 inline procedural "cic:/Coq/Sets/Image/finite_image.con" as lemma.
122
123 (* UNEXPORTED
124 Hint Resolve finite_image.
125 *)
126
127 inline procedural "cic:/Coq/Sets/Image/Im_inv.con" as lemma.
128
129 inline procedural "cic:/Coq/Sets/Image/injective.con" as definition.
130
131 inline procedural "cic:/Coq/Sets/Image/not_injective_elim.con" as lemma.
132
133 inline procedural "cic:/Coq/Sets/Image/cardinal_Im_intro.con" as lemma.
134
135 inline procedural "cic:/Coq/Sets/Image/In_Image_elim.con" as lemma.
136
137 inline procedural "cic:/Coq/Sets/Image/injective_preserves_cardinal.con" as lemma.
138
139 inline procedural "cic:/Coq/Sets/Image/cardinal_decreases.con" as lemma.
140
141 inline procedural "cic:/Coq/Sets/Image/Pigeonhole.con" as theorem.
142
143 inline procedural "cic:/Coq/Sets/Image/Pigeonhole_principle.con" as lemma.
144
145 (* UNEXPORTED
146 End Image
147 *)
148
149 (* UNEXPORTED
150 Hint Resolve Im_def image_empty finite_image: sets v62.
151 *)
152