]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/fsb_feqg.ma
milestone update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / fsb_feqg.ma
index b180579005a67461dd94d9613914faf455b400ad..f2a7640d1174ef3fb68ce5b39fdc3d7725cae7e1 100644 (file)
@@ -12,7 +12,8 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/rt_transition/fpb_feqg.ma".
+include "static_2/static/feqg_fqup.ma".
+include "basic_2/rt_transition/fpbc_feqg.ma".
 include "basic_2/rt_computation/fsb.ma".
 
 (* STRONGLY NORMALIZING CLOSURES FOR PARALLEL RST-TRANSITION ****************)
@@ -26,6 +27,6 @@ lemma fsb_feqg_trans (S):
 #S #H1S #H2S #H3S #G1 #L1 #T1 #H @(fsb_ind_alt … H) -G1 -L1 -T1
 #G1 #L1 #T1 #_ #IH #G2 #L2 #T2 #H12
 @fsb_intro #G #L #T #H2
-elim (feqg_fpb_trans … H12 … H2) -G2 -L2 -T2
-/2 width=5 by/
+elim (feqg_fpbc_trans … H12 … H2) -G2 -L2 -T2
+/4 width=5 by fpbc_intro, feqg_refl/
 qed-.