]> matita.cs.unibo.it Git - helm.git/blob - helm/software/matita/contribs/procedural/Coq/Num/NeqProps.mma
ff4504d7ff9cc9c0587a1018234aa1e4668c9f25
[helm.git] / helm / software / matita / contribs / procedural / Coq / Num / NeqProps.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 include "Num/NeqParams.ma".
34
35 include "Num/NeqAxioms.ma".
36
37 include "Num/EqParams.ma".
38
39 include "Num/EqAxioms.ma".
40
41 (*#* This file contains basic properties of disequality *)
42
43 inline procedural "cic:/Coq/Num/NeqProps/neq_antirefl.con" as lemma.
44
45 (* UNEXPORTED
46 Hints Resolve neq_antirefl : num.
47 *)
48
49 inline procedural "cic:/Coq/Num/NeqProps/eq_not_neq_y_x.con" as lemma.
50
51 (* UNEXPORTED
52 Hints Immediate eq_not_neq_y_x : num.
53 *)
54
55 inline procedural "cic:/Coq/Num/NeqProps/neq_not_eq.con" as lemma.
56
57 (* UNEXPORTED
58 Hints Immediate neq_not_eq : num.
59 *)
60
61 inline procedural "cic:/Coq/Num/NeqProps/neq_not_eq_y_x.con" as lemma.
62
63 (* UNEXPORTED
64 Hints Immediate neq_not_eq_y_x : num.
65 *)
66
67 inline procedural "cic:/Coq/Num/NeqProps/not_neq_neq_trans.con" as lemma.
68
69 (* UNEXPORTED
70 Hints Resolve not_neq_neq_trans : num.
71 *)
72
73 inline procedural "cic:/Coq/Num/NeqProps/neq_eq_compat.con" as lemma.
74