X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Ffpbs_fqup.ma;h=e4c5ac28af921f469f5f7626947bf07aaf946a41;hb=b118146b97959e6a6dde18fdd014b8e1e676a2d1;hp=9cd35030d018d738f6aea4bc0d456edbbec04695;hpb=3c7b4071a9ac096b02334c1d47468776b948e2de;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_fqup.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_fqup.ma index 9cd35030d..e4c5ac28a 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_fqup.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_fqup.ma @@ -13,7 +13,7 @@ (**************************************************************************) include "static_2/s_computation/fqus_fqup.ma". -include "static_2/static/feqx_fqup.ma". +include "static_2/static/feqg_fqup.ma". include "basic_2/rt_computation/fpbs_fqus.ma". (* PARALLEL RST-COMPUTATION FOR CLOSURES ************************************) @@ -21,14 +21,14 @@ include "basic_2/rt_computation/fpbs_fqus.ma". (* Advanced properties ******************************************************) lemma teqx_fpbs_trans: - ∀T1,T. T1 ≛ T → + ∀T1,T. T1 ≅ T → ∀G1,G2,L1,L2,T2. ❪G1,L1,T❫ ≥ ❪G2,L2,T2❫ → ❪G1,L1,T1❫ ≥ ❪G2,L2,T2❫. -/3 width=5 by feqx_fpbs_trans, teqx_feqx/ qed-. +/3 width=5 by feqx_fpbs_trans, teqg_feqg/ qed-. lemma fpbs_teqx_trans: ∀G1,G2,L1,L2,T1,T. ❪G1,L1,T1❫ ≥ ❪G2,L2,T❫ → - ∀T2. T ≛ T2 → ❪G1,L1,T1❫ ≥ ❪G2,L2,T2❫. -/3 width=5 by fpbs_feqx_trans, teqx_feqx/ qed-. + ∀T2. T ≅ T2 → ❪G1,L1,T1❫ ≥ ❪G2,L2,T2❫. +/3 width=5 by fpbs_feqx_trans, teqg_feqg/ qed-. (* Properties with plus-iterated structural successor for closures **********)