]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Sorting/Permutation.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[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___,, *        INRIA-Rocquencourt  &  LRI-CNRS-Orsay              *)
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 2003/11/29 17:28:44 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 inline procedural "cic:/Coq/Sorting/Permutation/defs/gtA.con" "defs__" as definition.
62
63 (* UNEXPORTED
64 cic:/Coq/Sorting/Permutation/defs/leA_dec.var
65 *)
66
67 (* UNEXPORTED
68 cic:/Coq/Sorting/Permutation/defs/eqA_dec.var
69 *)
70
71 (* UNEXPORTED
72 cic:/Coq/Sorting/Permutation/defs/leA_refl.var
73 *)
74
75 (* UNEXPORTED
76 cic:/Coq/Sorting/Permutation/defs/leA_trans.var
77 *)
78
79 (* UNEXPORTED
80 cic:/Coq/Sorting/Permutation/defs/leA_antisym.var
81 *)
82
83 (* UNEXPORTED
84 Hint Resolve leA_refl: default.
85 *)
86
87 (* UNEXPORTED
88 Hint Immediate eqA_dec leA_dec leA_antisym: default.
89 *)
90
91 inline procedural "cic:/Coq/Sorting/Permutation/defs/emptyBag.con" "defs__" as definition.
92
93 inline procedural "cic:/Coq/Sorting/Permutation/defs/singletonBag.con" "defs__" as definition.
94
95 (*#* contents of a list *)
96
97 inline procedural "cic:/Coq/Sorting/Permutation/list_contents.con" as definition.
98
99 inline procedural "cic:/Coq/Sorting/Permutation/list_contents_app.con" as lemma.
100
101 (* UNEXPORTED
102 Hint Resolve list_contents_app.
103 *)
104
105 inline procedural "cic:/Coq/Sorting/Permutation/permutation.con" as definition.
106
107 inline procedural "cic:/Coq/Sorting/Permutation/permut_refl.con" as lemma.
108
109 (* UNEXPORTED
110 Hint Resolve permut_refl.
111 *)
112
113 inline procedural "cic:/Coq/Sorting/Permutation/permut_tran.con" as lemma.
114
115 inline procedural "cic:/Coq/Sorting/Permutation/permut_right.con" as lemma.
116
117 (* UNEXPORTED
118 Hint Resolve permut_right.
119 *)
120
121 inline procedural "cic:/Coq/Sorting/Permutation/permut_app.con" as lemma.
122
123 (* UNEXPORTED
124 Hint Resolve permut_app.
125 *)
126
127 inline procedural "cic:/Coq/Sorting/Permutation/permut_cons.con" as lemma.
128
129 (* UNEXPORTED
130 Hint Resolve permut_cons.
131 *)
132
133 inline procedural "cic:/Coq/Sorting/Permutation/permut_middle.con" as lemma.
134
135 (* UNEXPORTED
136 Hint Resolve permut_middle.
137 *)
138
139 (* UNEXPORTED
140 End defs
141 *)
142
143 (* UNEXPORTED
144 Unset Implicit Arguments.
145 *)
146