]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/NLE/defs.ma
RELATIONAL: new undecomposable definition of NLE
[helm.git] / helm / software / matita / contribs / RELATIONAL / NLE / defs.ma
index 146c274b344a339ff9451f79ed8f076c8f50fa09..18fc87b107ddc038b0b997322d0a9a5501283239 100644 (file)
@@ -16,8 +16,10 @@ set "baseuri" "cic:/matita/RELATIONAL/NLE/defs".
 
 include "NPlus/defs.ma".
 
-inductive NLE (q:Nat) (r:Nat): Prop \def
-   | nle_nplus: \forall p. (p + q == r) \to NLE q r. 
+inductive NLE: Nat \to Nat \to Prop \def
+   | nle_zero_1: \forall q. NLE zero q
+   | nle_succ_succ: \forall p,q. NLE p q \to NLE (succ p) (succ q)
+.
 
 (*CSC: the URI must disappear: there is a bug now *)
 interpretation "natural 'greater or equal to'" 'geq y x=