]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/arith/nat_le_minus.ma
arithmetics for λδ
[helm.git] / matita / matita / contribs / lambdadelta / ground / arith / nat_le_minus.ma
index 5656acffd1c61acc1eb9a4618f91a057f12d8370..507cdd2b60365a44df9799a88d006a2772ff758e 100644 (file)
@@ -30,7 +30,7 @@ lemma nle_minus_succ_sn (m) (n): ↑n - m ≤ ↑(n - m).
 
 (*** inv_eq_minus_O *)
 lemma nle_eq_minus_O (m) (n): 𝟎 = m - n → m ≤ n.
-#m #n @(nat_ind_succ_2 … m n) //
+#m #n @(nat_ind_2_succ … m n) //
 /3 width=1 by nle_succ_bi/
 qed.
 
@@ -46,6 +46,10 @@ lemma nle_minus_dx_bi (m) (n) (o): m ≤ n → o-n ≤ o-m.
 #n #_ #IH /2 width=3 by nle_trans/
 qed.
 
+(*** minus_le_trans_sn *)
+lemma nle_minus_sn (o) (m) (n): m ≤ n → m - o ≤ n.
+/2 width=3 by nle_trans/ qed.
+
 (* Inversions with nminus ***************************************************)
 
 (*** eq_minus_O *)