]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Logic/JMeq.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Logic / JMeq.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: JMeq.v,v 1.8.2.2 2004/08/03 17:42:32 herbelin Exp $ i*)
34
35 (*#* John Major's Equality as proposed by C. Mc Bride
36
37   Reference:
38
39   [McBride] Elimination with a Motive, Proceedings of TYPES 2000,
40   LNCS 2277, pp 197-216, 2002.
41
42 *)
43
44 (* UNEXPORTED
45 Set Implicit Arguments.
46 *)
47
48 inline procedural "cic:/Coq/Logic/JMeq/JMeq.ind".
49
50 (* UNEXPORTED
51 Reset JMeq_ind.
52 *)
53
54 (* UNEXPORTED
55 Hint Resolve JMeq_refl.
56 *)
57
58 inline procedural "cic:/Coq/Logic/JMeq/sym_JMeq.con" as lemma.
59
60 (* UNEXPORTED
61 Hint Immediate sym_JMeq.
62 *)
63
64 inline procedural "cic:/Coq/Logic/JMeq/trans_JMeq.con" as lemma.
65
66 inline procedural "cic:/Coq/Logic/JMeq/JMeq_eq.con".
67
68 inline procedural "cic:/Coq/Logic/JMeq/JMeq_ind.con" as lemma.
69
70 inline procedural "cic:/Coq/Logic/JMeq/JMeq_rec.con" as lemma.
71
72 inline procedural "cic:/Coq/Logic/JMeq/JMeq_ind_r.con" as lemma.
73
74 inline procedural "cic:/Coq/Logic/JMeq/JMeq_rec_r.con" as lemma.
75
76 (*#* [JMeq] is equivalent to [(eq_dep Set [X]X)] *)
77
78 include "Logic/Eqdep.ma".
79
80 inline procedural "cic:/Coq/Logic/JMeq/JMeq_eq_dep.con" as lemma.
81
82 inline procedural "cic:/Coq/Logic/JMeq/eq_dep_JMeq.con" as lemma.
83