]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/computation/fpbg_lift.ma
- nnAuto: we catch TypeCheckerFailure generated at the end of
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / fpbg_lift.ma
index 58ecd1200a6a788ebbb64d653aeebcea531c7d22..1a6da7e17890956bf78ffe1c5e3c2a6b79cc3cfc 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/reduction/fpbu_lift.ma".
+include "basic_2/reduction/fpb_lift.ma".
 include "basic_2/computation/fpbg.ma".
 
 (* "QRST" PARALLEL COMPUTATION FOR CLOSURES *********************************)
@@ -21,4 +21,4 @@ include "basic_2/computation/fpbg.ma".
 
 lemma sta_fpbg: ∀h,g,G,L,T1,T2,l. ⦃G, L⦄ ⊢ T1 ▪[h, g] l+1 →
                 ⦃G, L⦄ ⊢ T1 •*[h, 1] T2 → ⦃G, L, T1⦄ >≡[h, g] ⦃G, L, T2⦄.
-/4 width=2 by fpbu_fpbg, sta_fpbu/ qed.
+/4 width=2 by fpb_fpbg, sta_fpb/ qed.