X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcpms_cpxs.ma;h=71b0f64f676a4d5dc4db9d9e2025457c438673ee;hb=ca7327c20c6031829fade8bb84a3a1bb66113f54;hp=9d07288c37bd477e87c47cd6fbb75988b2bfcb7d;hpb=258d2e384e8bf7008d2fb01c7d3fee5126d65120;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_cpxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_cpxs.ma index 9d07288c3..71b0f64f6 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_cpxs.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_cpxs.ma @@ -20,8 +20,8 @@ include "basic_2/rt_computation/cpms.ma". (* Forward lemmas with unbound context-sensitive rt-computation for terms ***) -(* Basic_2A1: includes: cprs_cpxs *) -lemma cpms_fwd_cpxs (n) (h): ∀G,L,T1,T2. ⦃G, L⦄ ⊢ T1 ➡*[n, h] T2 → ⦃G, L⦄ ⊢ T1 ⬈*[h] T2. -#n #h #G #L #T1 #T2 #H @(cpms_ind_dx … H) -T2 +(* Basic_2A1: includes: scpds_fwd_cpxs cprs_cpxs *) +lemma cpms_fwd_cpxs (h) (n): ∀G,L,T1,T2. ❪G,L❫ ⊢ T1 ➡*[h,n] T2 → ❪G,L❫ ⊢ T1 ⬈*[h] T2. +#h #n #G #L #T1 #T2 #H @(cpms_ind_dx … H) -T2 /3 width=4 by cpxs_strap1, cpm_fwd_cpx/ qed-.