]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Sets/Permut.mma
1c6d11417fcf4abbc07eb0d00684f444768dee23
[helm.git] / helm / software / matita / contribs / procedural / Coq / Sets / Permut.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: Permut.v,v 1.6.2.1 2004/07/16 19:31:18 herbelin Exp $ i*)
34
35 (* G. Huet 1-9-95 *)
36
37 (*#* We consider a Set [U], given with a commutative-associative operator [op],
38     and a congruence [cong]; we show permutation lemmas *)
39
40 (* UNEXPORTED
41 Section Axiomatisation
42 *)
43
44 (* UNEXPORTED
45 cic:/Coq/Sets/Permut/Axiomatisation/U.var
46 *)
47
48 (* UNEXPORTED
49 cic:/Coq/Sets/Permut/Axiomatisation/op.var
50 *)
51
52 (* UNEXPORTED
53 cic:/Coq/Sets/Permut/Axiomatisation/cong.var
54 *)
55
56 (* UNEXPORTED
57 cic:/Coq/Sets/Permut/Axiomatisation/op_comm.var
58 *)
59
60 (* UNEXPORTED
61 cic:/Coq/Sets/Permut/Axiomatisation/op_ass.var
62 *)
63
64 (* UNEXPORTED
65 cic:/Coq/Sets/Permut/Axiomatisation/cong_left.var
66 *)
67
68 (* UNEXPORTED
69 cic:/Coq/Sets/Permut/Axiomatisation/cong_right.var
70 *)
71
72 (* UNEXPORTED
73 cic:/Coq/Sets/Permut/Axiomatisation/cong_trans.var
74 *)
75
76 (* UNEXPORTED
77 cic:/Coq/Sets/Permut/Axiomatisation/cong_sym.var
78 *)
79
80 (*#* Remark. we do not need: [Hypothesis cong_refl : (x:U)(cong x x)]. *)
81
82 inline procedural "cic:/Coq/Sets/Permut/cong_congr.con" as lemma.
83
84 inline procedural "cic:/Coq/Sets/Permut/comm_right.con" as lemma.
85
86 inline procedural "cic:/Coq/Sets/Permut/comm_left.con" as lemma.
87
88 inline procedural "cic:/Coq/Sets/Permut/perm_right.con" as lemma.
89
90 inline procedural "cic:/Coq/Sets/Permut/perm_left.con" as lemma.
91
92 inline procedural "cic:/Coq/Sets/Permut/op_rotate.con" as lemma.
93
94 (* Needed for treesort ... *)
95
96 inline procedural "cic:/Coq/Sets/Permut/twist.con" as lemma.
97
98 (* UNEXPORTED
99 End Axiomatisation
100 *)
101