]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Sorting/Permutation.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Sorting / Permutation.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: Permutation.v,v 1.4.2.1 2004/07/16 19:31:19 herbelin Exp $ i*)
34
35 include "Relations/Relations.ma".
36
37 include "Lists/List.ma".
38
39 include "Sets/Multiset.ma".
40
41 (* UNEXPORTED
42 Set Implicit Arguments.
43 *)
44
45 (* UNEXPORTED
46 Section defs
47 *)
48
49 (* UNEXPORTED
50 cic:/Coq/Sorting/Permutation/defs/A.var
51 *)
52
53 (* UNEXPORTED
54 cic:/Coq/Sorting/Permutation/defs/leA.var
55 *)
56
57 (* UNEXPORTED
58 cic:/Coq/Sorting/Permutation/defs/eqA.var
59 *)
60
61 (* UNAVAILABLE OBJECT: cic:/Coq/Sorting/Permutation/defs/gtA.con **********)
62
63 inline procedural "cic:/Coq/Sorting/Permutation/defs/gtA.con" "defs__" as definition.
64
65 (* UNEXPORTED
66 cic:/Coq/Sorting/Permutation/defs/leA_dec.var
67 *)
68
69 (* UNEXPORTED
70 cic:/Coq/Sorting/Permutation/defs/eqA_dec.var
71 *)
72
73 (* UNEXPORTED
74 cic:/Coq/Sorting/Permutation/defs/leA_refl.var
75 *)
76
77 (* UNEXPORTED
78 cic:/Coq/Sorting/Permutation/defs/leA_trans.var
79 *)
80
81 (* UNEXPORTED
82 cic:/Coq/Sorting/Permutation/defs/leA_antisym.var
83 *)
84
85 (* UNEXPORTED
86 Hint Resolve leA_refl: default.
87 *)
88
89 (* UNEXPORTED
90 Hint Immediate eqA_dec leA_dec leA_antisym: default.
91 *)
92
93 (* UNAVAILABLE OBJECT: cic:/Coq/Sorting/Permutation/defs/emptyBag.con *****)
94
95 inline procedural "cic:/Coq/Sorting/Permutation/defs/emptyBag.con" "defs__" as definition.
96
97 (* UNAVAILABLE OBJECT: cic:/Coq/Sorting/Permutation/defs/singletonBag.con *)
98
99 inline procedural "cic:/Coq/Sorting/Permutation/defs/singletonBag.con" "defs__" as definition.
100
101 (*#* contents of a list *)
102
103 inline procedural "cic:/Coq/Sorting/Permutation/list_contents.con" as definition.
104
105 inline procedural "cic:/Coq/Sorting/Permutation/list_contents_app.con" as lemma.
106
107 (* UNEXPORTED
108 Hint Resolve list_contents_app.
109 *)
110
111 inline procedural "cic:/Coq/Sorting/Permutation/permutation.con" as definition.
112
113 inline procedural "cic:/Coq/Sorting/Permutation/permut_refl.con" as lemma.
114
115 (* UNEXPORTED
116 Hint Resolve permut_refl.
117 *)
118
119 inline procedural "cic:/Coq/Sorting/Permutation/permut_tran.con" as lemma.
120
121 inline procedural "cic:/Coq/Sorting/Permutation/permut_right.con" as lemma.
122
123 (* UNEXPORTED
124 Hint Resolve permut_right.
125 *)
126
127 inline procedural "cic:/Coq/Sorting/Permutation/permut_app.con" as lemma.
128
129 (* UNEXPORTED
130 Hint Resolve permut_app.
131 *)
132
133 inline procedural "cic:/Coq/Sorting/Permutation/permut_cons.con" as lemma.
134
135 (* UNEXPORTED
136 Hint Resolve permut_cons.
137 *)
138
139 inline procedural "cic:/Coq/Sorting/Permutation/permut_middle.con" as lemma.
140
141 (* UNEXPORTED
142 Hint Resolve permut_middle.
143 *)
144
145 (* UNEXPORTED
146 End defs
147 *)
148
149 (* UNEXPORTED
150 Unset Implicit Arguments.
151 *)
152