X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Flpxs_lpxs.ma;h=6330bfc72e2f055fa8bdc29239fbde56378a28cc;hb=80ecd5486c6013f6c297173f41432fd1d93814ef;hp=2e0c1457009bcdf41b77f0eed703080cba51d885;hpb=e9f96fa56226dfd74de214c89d827de0c5018ac7;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_lpxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_lpxs.ma index 2e0c14570..6330bfc72 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_lpxs.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_lpxs.ma @@ -12,11 +12,12 @@ (* *) (**************************************************************************) -include "basic_2/computation/lpxs.ma". +include "static_2/relocation/lex_lex.ma". +include "basic_2/rt_computation/lpxs_lpx.ma". -(* SN EXTENDED PARALLEL COMPUTATION ON LOCAL ENVIRONMENTS *******************) +(* EXTENDED PARALLEL RT-COMPUTATION FOR FULL LOCAL ENVIRONMENTS *************) (* Main properties **********************************************************) -theorem lpxs_trans: ∀h,o,G. Transitive … (lpxs h o G). -/2 width=3 by trans_TC/ qed-. +theorem lpxs_trans (G): Transitive … (lpxs G). +/4 width=5 by lpxs_cpxs_trans, cpxs_trans, lex_trans/ qed-.