]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Num/NeqDef.mma
transcript: we improved the parser/lexer to read the scripts of the standard
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / NeqDef.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: NeqDef.v,v 1.6 2003/10/22 10:35:03 barras Exp $ i*)
34
35 (*#* DisEquality is defined as the negation of equality *)
36
37 include "Num/Params.ma".
38
39 include "Num/EqParams.ma".
40
41 include "Num/EqAxioms.ma".
42
43 inline procedural "cic:/Coq/Num/NeqDef/neq.con" as definition.
44
45 (* NOTATION
46 Infix 6 "<>" neq V8only 70.
47 *)
48
49 (* Proofs of axioms *)
50
51 inline procedural "cic:/Coq/Num/NeqDef/eq_not_neq.con" as lemma.
52
53 (* UNEXPORTED
54 Hints Immediate eq_not_neq : num.
55 *)
56
57 inline procedural "cic:/Coq/Num/NeqDef/neq_sym.con" as lemma.
58
59 (* UNEXPORTED
60 Hints Resolve neq_sym : num.
61 *)
62
63 inline procedural "cic:/Coq/Num/NeqDef/neq_not_neq_trans.con" as lemma.
64
65 (* UNEXPORTED
66 Hints Resolve neq_not_neq_trans : num.
67 *)
68