X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Farith%2Fnat_le_pred.ma;h=0454acee027d23a65ce36344164c974d7425a339;hp=75cd4bf7e676a5030b79111112c3cc43501af595;hb=21de0d35017656c5a55528390b54b0b2ae395b44;hpb=68e028d053806177e218ee1a5f8778d3011bef83 diff --git a/matita/matita/contribs/lambdadelta/ground/arith/nat_le_pred.ma b/matita/matita/contribs/lambdadelta/ground/arith/nat_le_pred.ma index 75cd4bf7e..0454acee0 100644 --- a/matita/matita/contribs/lambdadelta/ground/arith/nat_le_pred.ma +++ b/matita/matita/contribs/lambdadelta/ground/arith/nat_le_pred.ma @@ -20,7 +20,7 @@ include "ground/arith/nat_le.ma". (* Destructions with npred **************************************************) lemma nle_inv_pred_sn (m) (n): ↓m ≤ n → m ≤ ↑n. -#m #n elim m -m +#m #n @(nat_ind_succ … m) -m /2 width=1 by nle_succ_bi/ qed-. @@ -31,7 +31,7 @@ lemma nle_succ_pred_dx_refl (m): m ≤ ↑↓m. (*** le_pred_n *) lemma nle_pred_sn_refl (m): ↓m ≤ m. -#m elim m -m // +#m @(nat_ind_succ … m) -m // qed. (*** monotonic_pred *) @@ -41,6 +41,6 @@ lemma nle_pred_bi (m) (n): m ≤ n → ↓m ≤ ↓n. qed. lemma nle_pred_sn (m) (n): m ≤ ↑n → ↓m ≤ n. -#m #n elim m -m // +#m #n @(nat_ind_succ … m) -m // /2 width=1 by nle_pred_bi/ qed-.