]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_csx.ma
milestone update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / fpbs_csx.ma
index c68d3a6610b4e36365cf9310da8f233876469343..159b57bcb85d391a5fe3b2ad3b5f971530a4c941 100644 (file)
@@ -12,8 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/rt_computation/csx_fpbq.ma".
-include "basic_2/rt_computation/fpbs.ma".
+include "basic_2/rt_computation/csx_fpb.ma".
+include "basic_2/rt_computation/fpbs_fqup.ma".
 
 (* PARALLEL RST-COMPUTATION FOR CLOSURES ************************************)
 
@@ -24,5 +24,5 @@ lemma fpbs_csx_conf:
       ∀G1,L1,T1. ❪G1,L1❫ ⊢ ⬈*𝐒 T1 →
       ∀G2,L2,T2. ❪G1,L1,T1❫ ≥ ❪G2,L2,T2❫ → ❪G2,L2❫ ⊢ ⬈*𝐒 T2.
 #G1 #L1 #T1 #HT1 #G2 #L2 #T2 #H @(fpbs_ind … H) -G2 -L2 -T2
-/2 width=5 by csx_fpbq_conf/
+/2 width=5 by csx_fpb_conf/
 qed-.