X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Flfpxs_lpxs.ma;h=21beea53bf176b66b4e92bef5f43cc3f44be5d06;hb=268e7f336d036f77ffc9663358e9afda92b97730;hp=98f23aff95edd0a7333d1ce205789eda2b1f2fab;hpb=d7c5846e4a362a366f5600d079e08f8a75b9d566;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lfpxs_lpxs.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lfpxs_lpxs.ma index 98f23aff9..21beea53b 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lfpxs_lpxs.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lfpxs_lpxs.ma @@ -13,7 +13,8 @@ (**************************************************************************) include "basic_2/i_static/tc_lfxs_lex.ma". -include "basic_2/rt_transition/lfpx_frees.ma". +include "basic_2/rt_transition/cpx_lfeq.ma". +include "basic_2/rt_computation/cpxs_lpx.ma". include "basic_2/rt_computation/lpxs.ma". include "basic_2/rt_computation/lfpxs.ma". @@ -21,18 +22,15 @@ include "basic_2/rt_computation/lfpxs.ma". (* Properties with uncounted parallel rt-computation for local environments *) +lemma lfpxs_lpxs: ∀h,G,L1,L2,T. ⦃G, L1⦄ ⊢ ⬈*[h] L2 → ⦃G, L1⦄ ⊢ ⬈*[h, T] L2. +/2 width=1 by tc_lfxs_lex/ qed. + lemma lfpxs_lpxs_lfeq: ∀h,G,L1,L. ⦃G, L1⦄ ⊢ ⬈*[h] L → - ∀L2,T. L ≡[T] L2 → ⦃G, L1⦄ ⊢ ⬈*[h, T] L2. + ∀L2,T. L ≐[T] L2 → ⦃G, L1⦄ ⊢ ⬈*[h, T] L2. /2 width=3 by tc_lfxs_lex_lfeq/ qed. (* Inversion lemmas with uncounted parallel rt-computation for local envs ***) -lemma lpx_cpxs_ext_trans: ∀h,G. s_rs_transitive_isid cfull (cpx_ext h G). -#H1 #H2 #H3 #H4 #H5 #H6 #H7 #H8 #H9 #H10 - - -lemma tc_lfxs_inv_lex_lfeq: ∀h,G,L1,L2,T. ⦃G, L1⦄ ⊢ ⬈*[h, T] L2 → - ∃∃L. ⦃G, L1⦄ ⊢ ⬈*[h] L & L ≡[T] L2. -#h #G @tc_lfxs_inv_lex_lfeq // -[ @lfpx_frees_conf -| @lpx_cpxs_ext_trans \ No newline at end of file +lemma lfpxs_inv_lpxs_lfeq: ∀h,G,L1,L2,T. ⦃G, L1⦄ ⊢ ⬈*[h, T] L2 → + ∃∃L. ⦃G, L1⦄ ⊢ ⬈*[h] L & L ≐[T] L2. +/3 width=5 by lfpx_fsge_comp, lpx_cpxs_trans, lfeq_cpx_trans, tc_lfxs_inv_lex_lfeq/ qed-.