]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma
made executable again
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / fpbg_cpxs.ma
index 335243516c00f64ee75497c00c05cfc9e0520fba..2c9251f223f3af9953a3bb534f9611e799b0fd20 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/rt_computation/cpxs_teqx.ma".
+include "basic_2/rt_transition/fpbc_fqup.ma".
+include "basic_2/rt_computation/cpxs_teqg.ma".
 include "basic_2/rt_computation/fpbs_cpxs.ma".
+include "basic_2/rt_computation/fpbg_fqup.ma".
 include "basic_2/rt_computation/fpbg_fpbs.ma".
 
 (* PROPER PARALLEL RST-COMPUTATION FOR CLOSURES *****************************)
@@ -22,14 +24,14 @@ include "basic_2/rt_computation/fpbg_fpbs.ma".
 
 (* Basic_2A1: was: cpxs_fpbg *)
 lemma cpxs_tneqx_fpbg:
-      â\88\80G,L,T1,T2. â\9dªG,Lâ\9d« ⊢ T1 ⬈* T2 →
-      (T1 â\89\9b T2 â\86\92 â\8a¥) â\86\92 â\9dªG,L,T1â\9d« > â\9dªG,L,T2â\9d«.
+      â\88\80G,L,T1,T2. â\9d¨G,Lâ\9d© ⊢ T1 ⬈* T2 →
+      (T1 â\89\85 T2 â\86\92 â\8a¥) â\86\92 â\9d¨G,L,T1â\9d© > â\9d¨G,L,T2â\9d©.
 #G #L #T1 #T2 #H #H0
-elim (cpxs_tneqx_fwd_step_sn … H … H0) -H -H0
-/4 width=5 by cpxs_teqx_fpbs, fpb_cpx, ex2_3_intro/
+elim (cpxs_tneqg_fwd_step_sn … H … H0) -H -H0
+/4 width=5 by fpbc_fpbs_fpbg, cpxs_fpbs, cpx_fpbc, sfull_dec/
 qed.
 
 lemma cpxs_fpbg_trans:
-      â\88\80G1,L1,T1,T. â\9dªG1,L1â\9d« ⊢ T1 ⬈* T →
-      â\88\80G2,L2,T2. â\9dªG1,L1,Tâ\9d« > â\9dªG2,L2,T2â\9d« â\86\92 â\9dªG1,L1,T1â\9d« > â\9dªG2,L2,T2â\9d«.
+      â\88\80G1,L1,T1,T. â\9d¨G1,L1â\9d© ⊢ T1 ⬈* T →
+      â\88\80G2,L2,T2. â\9d¨G1,L1,Tâ\9d© > â\9d¨G2,L2,T2â\9d© â\86\92 â\9d¨G1,L1,T1â\9d© > â\9d¨G2,L2,T2â\9d©.
 /3 width=5 by fpbs_fpbg_trans, cpxs_fpbs/ qed-.