X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Ffpbg_lfpxs.ma;h=d4c447c819c4869de766ffdc7effc6c7ed5db28d;hb=cead5946e630e5357fb26141252e10868c96a14d;hp=bbed2be861f1dd97823ca3bdfcb6d7abbdbcc595;hpb=afd4afa9489fa65019ad7cdc274e261f6993b871;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_lfpxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_lfpxs.ma index bbed2be86..d4c447c81 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_lfpxs.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_lfpxs.ma @@ -12,13 +12,17 @@ (* *) (**************************************************************************) -include "basic_2/computation/lpxs_ffdeq.ma". -include "basic_2/computation/fpbg_ffdeq.ma". +include "basic_2/rt_computation/fpbs_lfpxs.ma". +include "basic_2/rt_computation/fpbg.ma". -(* PROPER PARALLEL RST-COMPUTATION FOR CLOSURES **************************) +(* PROPER PARALLEL RST-COMPUTATION FOR CLOSURES *****************************) -lemma lpxs_fpbg: ∀h,o,G,L1,L2,T. ⦃G, L1⦄ ⊢ ➡*[h, o] L2 → - (L1 ≡[T, 0] L2 → ⊥) → ⦃G, L1, T⦄ >≛[h, o] ⦃G, L2, T⦄. -#h #o #G #L1 #L2 #T #H #H0 elim (lpxs_nlleq_inv_step_sn … H … H0) -H -H0 -/4 width=5 by fpb_lpx, lpxs_lleq_fpbs, ex2_3_intro/ +(* Properties with uncounted parallel rt-computation on referred entries ****) + +(* Basic_2A1: uses: lpxs_fpbg *) +lemma lfpxs_lfdneq_fpbg: ∀h,o,G,L1,L2,T. ⦃G, L1⦄ ⊢ ⬈*[h, T] L2 → + (L1 ≛[h, o, T] L2 → ⊥) → ⦃G, L1, T⦄ >[h, o] ⦃G, L2, T⦄. +#h #o #G #L1 #L2 #T #H #H0 +elim (lfpxs_lfdneq_inv_step_sn … H … H0) -H -H0 +/4 width=7 by fpb_lfpx, lfpxs_ffdeq_fpbs, ffdeq_intro_sn, ex2_3_intro/ qed.