]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground_2/lib/arith_2b.ma
update in ground_2, static_2, basic_2
[helm.git] / matita / matita / contribs / lambdadelta / ground_2 / lib / arith_2b.ma
index 4a1ced64404a1a939f8336e99c5152cc0b35d489..c6203acd43af2b0e4a6d95a6bbaeb4ea2821a56e 100644 (file)
@@ -32,8 +32,13 @@ elim (le_or_ge (m11+m12) m21) #Hm1121
 ]
 qed.
 
+lemma arith_l3 (m) (n1) (n2): n1+n2-m = n1-m+(n2-(m-n1)).
+// qed.
+
 lemma arith_l2 (n1) (n2): ↑n2-n1 = 1-n1+(n2-(n1-1)).
-* // qed.
+#n1 #n2 <arith_l3 //
+qed.
 
 lemma arith_l1: ∀x. 1 = 1-x+(x-(x-1)).
-// qed.
+#x <arith_l2 //
+qed.