]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_fqup.ma
update in static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / fpbs_fqup.ma
index 9cd35030d018d738f6aea4bc0d456edbbec04695..e4c5ac28af921f469f5f7626947bf07aaf946a41 100644 (file)
@@ -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:
-      â\88\80T1,T. T1 â\89\9b T →
+      â\88\80T1,T. T1 â\89\85 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❫ →
-      â\88\80T2. T â\89\9b T2 → ❪G1,L1,T1❫ ≥ ❪G2,L2,T2❫.
-/3 width=5 by fpbs_feqx_trans, teqx_feqx/ qed-.
+      â\88\80T2. T â\89\85 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 **********)