]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Logic/JMeq.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[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___,, *        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: JMeq.v,v 1.8 2003/11/29 17:28:33 herbelin Exp $ i*)
34
35 (*#* John Major's Equality as proposed by C. Mc Bride *)
36
37 (* UNEXPORTED
38 Set Implicit Arguments.
39 *)
40
41 inline procedural "cic:/Coq/Logic/JMeq/JMeq.ind".
42
43 (* UNEXPORTED
44 Reset JMeq_ind.
45 *)
46
47 (* UNEXPORTED
48 Hint Resolve JMeq_refl.
49 *)
50
51 inline procedural "cic:/Coq/Logic/JMeq/sym_JMeq.con" as lemma.
52
53 (* UNEXPORTED
54 Hint Immediate sym_JMeq.
55 *)
56
57 inline procedural "cic:/Coq/Logic/JMeq/trans_JMeq.con" as lemma.
58
59 inline procedural "cic:/Coq/Logic/JMeq/JMeq_eq.con".
60
61 inline procedural "cic:/Coq/Logic/JMeq/JMeq_ind.con" as lemma.
62
63 inline procedural "cic:/Coq/Logic/JMeq/JMeq_rec.con" as lemma.
64
65 inline procedural "cic:/Coq/Logic/JMeq/JMeq_ind_r.con" as lemma.
66
67 inline procedural "cic:/Coq/Logic/JMeq/JMeq_rec_r.con" as lemma.
68
69 (*#* [JMeq] is equivalent to [(eq_dep Set [X]X)] *)
70
71 include "Logic/Eqdep.ma".
72
73 inline procedural "cic:/Coq/Logic/JMeq/JMeq_eq_dep.con" as lemma.
74
75 inline procedural "cic:/Coq/Logic/JMeq/eq_dep_JMeq.con" as lemma.
76