]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/NLE/defs.ma
refactoring
[helm.git] / helm / software / matita / contribs / RELATIONAL / NLE / defs.ma
index 2cea043d533207c7c7a8c1e3f0475a69965b6d34..146c274b344a339ff9451f79ed8f076c8f50fa09 100644 (file)
@@ -20,19 +20,19 @@ inductive NLE (q:Nat) (r:Nat): Prop \def
    | nle_nplus: \forall p. (p + q == r) \to NLE q r. 
 
 (*CSC: the URI must disappear: there is a bug now *)
-interpretation "natural 'less or equal to'" 'leq x y =
+interpretation "natural 'greater or equal to'" 'geq y x=
    (cic:/matita/RELATIONAL/NLE/defs/NLE.ind#xpointer(1/1) x y).
 
 (*CSC: the URI must disappear: there is a bug now *)
-interpretation "natural 'less than'" 'lt x y = 
+interpretation "natural 'greater than'" 'gt y x = 
    (cic:/matita/RELATIONAL/NLE/defs/NLE.ind#xpointer(1/1) 
-      (cic:/matita/RELATIONAL/Nat/defs/Nat.ind#xpointer(1/1/2) x) y).
+      (cic:/matita/RELATIONAL/datatypes/Nat/Nat.ind#xpointer(1/1/2) x) y).
 
 (*CSC: the URI must disappear: there is a bug now *)
-interpretation "natural 'greater or equal to'" 'geq y x=
+interpretation "natural 'less or equal to'" 'leq x y =
    (cic:/matita/RELATIONAL/NLE/defs/NLE.ind#xpointer(1/1) x y).
 
 (*CSC: the URI must disappear: there is a bug now *)
-interpretation "natural 'greater than'" 'gt y x = 
+interpretation "natural 'less than'" 'lt x y = 
    (cic:/matita/RELATIONAL/NLE/defs/NLE.ind#xpointer(1/1) 
-      (cic:/matita/RELATIONAL/Nat/defs/Nat.ind#xpointer(1/1/2) x) y).
+      (cic:/matita/RELATIONAL/datatypes/Nat/Nat.ind#xpointer(1/1/2) x) y).