]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/software/matita/contribs/RELATIONAL/NLE/nplus.ma
refactoring
[helm.git] / helm / software / matita / contribs / RELATIONAL / NLE / nplus.ma
index 7bcdd6010b05216352e85f093c2f35d68d208f5c..f469568d7306ea197d9e4e600f5eed687fd3780b 100644 (file)
@@ -16,6 +16,10 @@ set "baseuri" "cic:/matita/RELATIONAL/NLE/nplus".
 
 include "NLE/defs.ma".
 
-axiom pippo: \forall x1, x2, x3. (x1 + x2 == x3) \to
-             \forall y1, y2, y3. (y1 + y2 == y3) \to
-             x1 <= y1 \to x2 < y2 \to x3 < y3.
+axiom nle_nplus_comp: \forall x1, x2, x3. (x1 + x2 == x3) \to
+                      \forall y1, y2, y3. (y1 + y2 == y3) \to
+                      x1 <= y1 \to x2 <= y2 \to x3 <= y3.
+
+axiom nle_nplus_comp_lt_2: \forall x1, x2, x3. (x1 + x2 == x3) \to
+                           \forall y1, y2, y3. (y1 + y2 == y3) \to
+                           x1 <= y1 \to x2 < y2 \to x3 < y3.