]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Arith/EqNat.mma
e80c2a8dbe660ff05e5794ff48d59256037495e6
[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 (*#***********************************************************************)
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: EqNat.v,v 1.14.2.1 2004/07/16 19:31:00 herbelin Exp $ i*)
34
35 (*#* Equality on natural numbers *)
36
37 (* UNEXPORTED
38 Open Local Scope nat_scope.
39 *)
40
41 (* UNEXPORTED
42 Implicit Types m n x y : nat.
43 *)
44
45 inline procedural "cic:/Coq/Arith/EqNat/eq_nat.con" as definition.
46
47 inline procedural "cic:/Coq/Arith/EqNat/eq_nat_refl.con" as theorem.
48
49 (* UNEXPORTED
50 Hint Resolve eq_nat_refl: arith v62.
51 *)
52
53 inline procedural "cic:/Coq/Arith/EqNat/eq_eq_nat.con" as theorem.
54
55 (* UNEXPORTED
56 Hint Immediate eq_eq_nat: arith v62.
57 *)
58
59 inline procedural "cic:/Coq/Arith/EqNat/eq_nat_eq.con" as theorem.
60
61 (* UNEXPORTED
62 Hint Immediate eq_nat_eq: arith v62.
63 *)
64
65 inline procedural "cic:/Coq/Arith/EqNat/eq_nat_elim.con" as theorem.
66
67 inline procedural "cic:/Coq/Arith/EqNat/eq_nat_decide.con" as theorem.
68
69 inline procedural "cic:/Coq/Arith/EqNat/beq_nat.con" as definition.
70
71 inline procedural "cic:/Coq/Arith/EqNat/beq_nat_refl.con" as lemma.
72
73 inline procedural "cic:/Coq/Arith/EqNat/beq_nat_eq.con" as definition.
74