]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/lib/arith.ma
first definition of cpm:
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / lib / arith.ma
index 8ce8b954c1bd353ce1d1e6f7ddf8e2411a863337..9fedf60c0c180fd43f5e2ce90139254ba59dbfca 100644 (file)
@@ -51,6 +51,9 @@ qed.
 
 (* Equations ****************************************************************)
 
+lemma plus_SO: ∀n. n + 1 = ⫯n.
+// qed.
+
 lemma minus_plus_m_m_commutative: ∀n,m:nat. n = m + n - m.
 // qed-.
 
@@ -155,6 +158,9 @@ qed.
 
 (* Inversion & forward lemmas ***********************************************)
 
+lemma plus_inv_O3: ∀x,y. x + y = 0 → x = 0 ∧ y = 0.
+/2 width=1 by plus_le_0/ qed-.
+
 lemma discr_plus_xy_y: ∀x,y. x + y = y → x = 0.
 // qed-.