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