X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Ffpbg_lpxs.ma;h=760fc19864bf1b522211f8e7be62234d1de03ddc;hb=80ecd5486c6013f6c297173f41432fd1d93814ef;hp=4abcd30de8a80c9397a4ce8bef1288b319ce320a;hpb=4173283e148199871d787c53c0301891deb90713;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_lpxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_lpxs.ma index 4abcd30de..760fc1986 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_lpxs.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_lpxs.ma @@ -12,17 +12,19 @@ (* *) (**************************************************************************) +include "basic_2/rt_transition/fpbc_lpx.ma". include "basic_2/rt_computation/fpbs_lpxs.ma". -include "basic_2/rt_computation/fpbg.ma". +include "basic_2/rt_computation/fpbg_fqup.ma". (* PROPER PARALLEL RST-COMPUTATION FOR CLOSURES *****************************) -(* Properties with unbound rt-computation on full local environments ********) +(* Properties with extended rt-computation on full local environments *******) (* Basic_2A1: uses: lpxs_fpbg *) -lemma lpxs_rdneq_fpbg: ∀h,G,L1,L2,T. ⦃G, L1⦄ ⊢ ⬈*[h] L2 → - (L1 ≛[T] L2 → ⊥) → ⦃G, L1, T⦄ >[h] ⦃G, L2, T⦄. -#h #G #L1 #L2 #T #H #H0 -elim (lpxs_rdneq_inv_step_sn … H … H0) -H -H0 -/4 width=7 by fpb_lpx, lpxs_fdeq_fpbs, fdeq_intro_sn, ex2_3_intro/ +lemma lpxs_rneqx_fpbg: + ∀G,L1,L2,T. ❨G,L1❩ ⊢ ⬈* L2 → + (L1 ≅[T] L2 → ⊥) → ❨G,L1,T❩ > ❨G,L2,T❩. +#G #L1 #L2 #T #H #H0 +elim (lpxs_rneqg_inv_step_sn … H … H0) -H -H0 +/4 width=10 by fpbc_fpbs_fpbg, lpxs_feqg_fpbs, lpx_fpbc, feqg_intro_sn, sfull_dec/ qed.