]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/lib/arith.ma
basic properties of cpr ...
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / lib / arith.ma
index 8ce8b954c1bd353ce1d1e6f7ddf8e2411a863337..83322f4d8de57107b0eeb097bb7cd96d3cd83d86 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,13 @@ qed.
 
 (* Inversion & forward lemmas ***********************************************)
 
+lemma max_inv_O3: ∀x,y. (x ∨ y) = 0 → 0 = x ∧ 0 = y.
+/4 width=2 by le_maxr, le_maxl, le_n_O_to_eq, conj/
+qed-.
+
+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-.