]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Init/Logic_Type.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Init / Logic_Type.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: Logic_Type.v,v 1.19.2.1 2004/07/16 19:31:03 herbelin Exp $ i*)
34
35 (* UNEXPORTED
36 Set Implicit Arguments.
37 *)
38
39 (*#* This module defines quantification on the world [Type]
40     ([Logic.v] was defining it on the world [Set]) *)
41
42 include "Init/Datatypes.ma".
43
44 include "Init/Logic.ma".
45
46 inline procedural "cic:/Coq/Init/Logic_Type/notT.con" as definition.
47
48 (* UNEXPORTED
49 Section identity_is_a_congruence
50 *)
51
52 (* UNEXPORTED
53 cic:/Coq/Init/Logic_Type/identity_is_a_congruence/A.var
54 *)
55
56 (* UNEXPORTED
57 cic:/Coq/Init/Logic_Type/identity_is_a_congruence/B.var
58 *)
59
60 (* UNEXPORTED
61 cic:/Coq/Init/Logic_Type/identity_is_a_congruence/f.var
62 *)
63
64 (* UNEXPORTED
65 cic:/Coq/Init/Logic_Type/identity_is_a_congruence/x.var
66 *)
67
68 (* UNEXPORTED
69 cic:/Coq/Init/Logic_Type/identity_is_a_congruence/y.var
70 *)
71
72 (* UNEXPORTED
73 cic:/Coq/Init/Logic_Type/identity_is_a_congruence/z.var
74 *)
75
76 inline procedural "cic:/Coq/Init/Logic_Type/sym_id.con" as lemma.
77
78 inline procedural "cic:/Coq/Init/Logic_Type/trans_id.con" as lemma.
79
80 inline procedural "cic:/Coq/Init/Logic_Type/congr_id.con" as lemma.
81
82 inline procedural "cic:/Coq/Init/Logic_Type/sym_not_id.con" as lemma.
83
84 (* UNEXPORTED
85 End identity_is_a_congruence
86 *)
87
88 inline procedural "cic:/Coq/Init/Logic_Type/identity_ind_r.con" as definition.
89
90 inline procedural "cic:/Coq/Init/Logic_Type/identity_rec_r.con" as definition.
91
92 inline procedural "cic:/Coq/Init/Logic_Type/identity_rect_r.con" as definition.
93
94 inline procedural "cic:/Coq/Init/Logic_Type/prodT.ind".
95
96 (* UNEXPORTED
97 Section prodT_proj
98 *)
99
100 (* UNEXPORTED
101 cic:/Coq/Init/Logic_Type/prodT_proj/A.var
102 *)
103
104 (* UNEXPORTED
105 cic:/Coq/Init/Logic_Type/prodT_proj/B.var
106 *)
107
108 inline procedural "cic:/Coq/Init/Logic_Type/fstT.con" as definition.
109
110 inline procedural "cic:/Coq/Init/Logic_Type/sndT.con" as definition.
111
112 (* UNEXPORTED
113 End prodT_proj
114 *)
115
116 inline procedural "cic:/Coq/Init/Logic_Type/prodT_uncurry.con" as definition.
117
118 inline procedural "cic:/Coq/Init/Logic_Type/prodT_curry.con" as definition.
119
120 (* UNEXPORTED
121 Hint Immediate sym_id sym_not_id: core v62.
122 *)
123