]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Arith/EqNat.mma
Preparing for 0.5.9 release.
[helm.git] / helm / software / matita / contribs / procedural / Coq / Arith / EqNat.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 include "Init/Prelude.ma".
20
21 (*#***********************************************************************)
22
23 (*  v      *   The Coq Proof Assistant  /  The Coq Development Team     *)
24
25 (* <O___,, * CNRS-Ecole Polytechnique-INRIA Futurs-Universite Paris Sud *)
26
27 (*   \VV/  **************************************************************)
28
29 (*    //   *      This file is distributed under the terms of the       *)
30
31 (*         *       GNU Lesser General Public License Version 2.1        *)
32
33 (*#***********************************************************************)
34
35 (*i $Id: EqNat.v,v 1.14.2.1 2004/07/16 19:31:00 herbelin Exp $ i*)
36
37 (*#* Equality on natural numbers *)
38
39 (* UNEXPORTED
40 Open Local Scope nat_scope.
41 *)
42
43 (* UNEXPORTED
44 Implicit Types m n x y : nat.
45 *)
46
47 inline procedural "cic:/Coq/Arith/EqNat/eq_nat.con" as definition.
48
49 inline procedural "cic:/Coq/Arith/EqNat/eq_nat_refl.con" as theorem.
50
51 (* UNEXPORTED
52 Hint Resolve eq_nat_refl: arith v62.
53 *)
54
55 inline procedural "cic:/Coq/Arith/EqNat/eq_eq_nat.con" as theorem.
56
57 (* UNEXPORTED
58 Hint Immediate eq_eq_nat: arith v62.
59 *)
60
61 inline procedural "cic:/Coq/Arith/EqNat/eq_nat_eq.con" as theorem.
62
63 (* UNEXPORTED
64 Hint Immediate eq_nat_eq: arith v62.
65 *)
66
67 inline procedural "cic:/Coq/Arith/EqNat/eq_nat_elim.con" as theorem.
68
69 inline procedural "cic:/Coq/Arith/EqNat/eq_nat_decide.con" as theorem.
70
71 inline procedural "cic:/Coq/Arith/EqNat/beq_nat.con" as definition.
72
73 inline procedural "cic:/Coq/Arith/EqNat/beq_nat_refl.con" as lemma.
74
75 inline procedural "cic:/Coq/Arith/EqNat/beq_nat_eq.con" as definition.
76