X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcpms_rdeq.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcpms_rdeq.ma;h=b335ae60365067ec70a85166a3893bb7a5164ac5;hb=b98ec1a1a37602eca524dc5487c357a200bbb5b6;hp=0000000000000000000000000000000000000000;hpb=eeeaecfafd5ddffa54a41356104fbc60369e5d73;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_rdeq.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_rdeq.ma new file mode 100644 index 000000000..b335ae603 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpms_rdeq.ma @@ -0,0 +1,30 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "basic_2/rt_computation/cpxs_rdeq.ma". +include "basic_2/rt_computation/cpms_cpxs.ma". + +(* T-BOUND CONTEXT-SENSITIVE PARALLEL RT-COMPUTATION FOR TERMS **************) + +(* Properties with degree-based equivalence for local environments **********) + +lemma cpms_rdeq_conf_sn (h) (n) (o) (G) (L1) (L2): + ∀T1,T2. ⦃G, L1⦄ ⊢ T1 ➡*[n,h] T2 → + L1 ≛[h,o,T1] L2 → L1 ≛[h,o,T2] L2. +/3 width=4 by cpms_fwd_cpxs, cpxs_rdeq_conf_sn/ qed-. + +lemma cpms_rdeq_conf_dx (h) (n) (o) (G) (L1) (L2): + ∀T1,T2. ⦃G, L2⦄ ⊢ T1 ➡*[n,h] T2 → + L1 ≛[h,o,T1] L2 → L1 ≛[h,o,T2] L2. +/3 width=4 by cpms_fwd_cpxs, cpxs_rdeq_conf_dx/ qed-.