X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcpms_aaa.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcpms_aaa.ma;h=db4eefb221ed7e7826f978e7396cbf1108d3865f;hb=bac74b5cff042d37e1abc9c961a6c41094b8a294;hp=f4cc579aabcc11b9273201775c6ef5d7b9349853;hpb=cacd7323994f7621286dbfd93bbf4c50acfbe918;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_aaa.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_aaa.ma index f4cc579aa..db4eefb22 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_aaa.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_aaa.ma @@ -15,6 +15,7 @@ include "basic_2/rt_transition/cpm_aaa.ma". include "basic_2/rt_computation/cpxs_aaa.ma". include "basic_2/rt_computation/cpms_cpxs.ma". +include "basic_2/rt_computation/lprs_cpms.ma". (* T-BOUND CONTEXT-SENSITIVE PARALLEL RT-COMPUTATION FOR TERMS **************) @@ -22,7 +23,7 @@ include "basic_2/rt_computation/cpms_cpxs.ma". (* Basic_2A1: uses: scpds_aaa_conf *) (* Basic_2A1: includes: cprs_aaa_conf *) -lemma cpms_aaa_conf (n) (h): ∀G,L. Conf3 … (aaa G L) (cpms h G L n). +lemma cpms_aaa_conf (h) (G) (L) (n): Conf3 … (aaa G L) (cpms h G L n). /3 width=5 by cpms_fwd_cpxs, cpxs_aaa_conf/ qed-. lemma cpms_total_aaa (h) (G) (L) (n) (A): @@ -36,3 +37,15 @@ lemma cpms_total_aaa (h) (G) (L) (n) (A): /3 width=4 by cpms_step_dx, ex_intro/ ] qed-. + +lemma cpms_abst_dx_le_aaa (h) (G) (L) (T) (W) (p): + ∀A. ⦃G,L⦄ ⊢ T ⁝ A → + ∀n1,U1. ⦃G,L⦄ ⊢ T ➡*[n1,h] ⓛ{p}W.U1 → ∀n2. n1 ≤ n2 → + ∃∃U2. ⦃G,L⦄ ⊢ T ➡*[n2,h] ⓛ{p}W.U2 & ⦃G,L.ⓛW⦄ ⊢ U1 ➡*[n2-n1,h] U2. +#h #G #L #T #W #p #A #HA #n1 #U1 #HTU1 #n2 #Hn12 +lapply (cpms_aaa_conf … HA … HTU1) -HA #HA +elim (cpms_total_aaa h … (n2-n1) … HA) -HA #X #H +elim (cpms_inv_abst_sn … H) -H #W0 #U2 #_ #HU12 #H destruct -W0 +>(plus_minus_m_m_commutative … Hn12) in ⊢ (??%?); -Hn12 +/4 width=5 by cpms_trans, cpms_bind_dx, ex2_intro/ +qed-.