X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambda_delta%2FBasic_2%2Freducibility%2Fltpr_ldrop.ma;h=b24c0bad2f4ea83a10062dca1d543b990e2dde25;hb=f841a6a906de888ee54f4c3bf95cd444e9bc06b0;hp=485c00fd1f473956b6e0e4a21e4c47aefa554326;hpb=f75be90562ddd964ef7ed43b956eb908f3133e3a;p=helm.git diff --git a/matita/matita/contribs/lambda_delta/Basic_2/reducibility/ltpr_ldrop.ma b/matita/matita/contribs/lambda_delta/Basic_2/reducibility/ltpr_ldrop.ma index 485c00fd1..b24c0bad2 100644 --- a/matita/matita/contribs/lambda_delta/Basic_2/reducibility/ltpr_ldrop.ma +++ b/matita/matita/contribs/lambda_delta/Basic_2/reducibility/ltpr_ldrop.ma @@ -19,7 +19,7 @@ include "Basic_2/reducibility/ltpr.ma". (* Basic_1: was: wcpr0_ldrop *) lemma ltpr_ldrop_conf: ∀L1,K1,d,e. ↓[d, e] L1 ≡ K1 → ∀L2. L1 ⇒ L2 → - ∃∃K2. ↓[d, e] L2 ≡ K2 & K1 ⇒ K2. + ∃∃K2. ↓[d, e] L2 ≡ K2 & K1 ⇒ K2. #L1 #K1 #d #e #H elim H -H L1 K1 d e [ #d #e #X #H >(ltpr_inv_atom1 … H) -H /2/ | #K1 #I #V1 #X #H @@ -36,7 +36,7 @@ qed. (* Basic_1: was: wcpr0_ldrop_back *) lemma ltpr_ldrop_trans: ∀L1,K1,d,e. ↓[d, e] L1 ≡ K1 → ∀K2. K1 ⇒ K2 → - ∃∃L2. ↓[d, e] L2 ≡ K2 & L1 ⇒ L2. + ∃∃L2. ↓[d, e] L2 ≡ K2 & L1 ⇒ L2. #L1 #K1 #d #e #H elim H -H L1 K1 d e [ #d #e #X #H >(ltpr_inv_atom1 … H) -H /2/ | #K1 #I #V1 #X #H