X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fcomputation%2Ffpbg_fpbg.ma;h=9cf029f09cfd1089735d123de4e524557a2b323e;hb=f21cc1fc7f776761926a7f017fda55735d63442e;hp=2cb1f197ed8a130105dd58046a24699cb9358e7e;hpb=82fc9726cbd3363dcd08695dbe0179653e6a18a7;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/computation/fpbg_fpbg.ma b/matita/matita/contribs/lambdadelta/basic_2/computation/fpbg_fpbg.ma index 2cb1f197e..9cf029f09 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/computation/fpbg_fpbg.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/computation/fpbg_fpbg.ma @@ -13,7 +13,7 @@ (**************************************************************************) include "basic_2/computation/fpbc_fpbs.ma". -include "basic_2/computation/fpbg_fpns.ma". +include "basic_2/computation/fpbg_fleq.ma". (* GENERAL "BIG TREE" PROPER PARALLEL COMPUTATION FOR CLOSURES **************) @@ -22,10 +22,10 @@ include "basic_2/computation/fpbg_fpns.ma". lemma fpbg_inv_fpbu_sn: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ >⋕[h, g] ⦃G2, L2, T2⦄ → ∃∃G,L,T. ⦃G1, L1, T1⦄ ≻[h, g] ⦃G, L, T⦄ & ⦃G, L, T⦄ ≥[h, g] ⦃G2, L2, T2⦄. #h #g #G1 #G2 #L1 #L2 #T1 #T2 #H @(fpbg_ind_dx … H) -G1 -L1 -T1 -[ #G1 #L1 #T1 * /3 width=5 by fpns_fpbs, ex2_3_intro/ +[ #G1 #L1 #T1 * /3 width=5 by fleq_fpbs, ex2_3_intro/ | #G1 #G #L1 #L #T1 #T * #G0 #L0 #T0 #H10 #H0 #_ * - /5 width=9 by fpbu_fwd_fpbs, fpbs_trans, fpns_fpbs, ex2_3_intro/ + /5 width=9 by fpbu_fwd_fpbs, fpbs_trans, fleq_fpbs, ex2_3_intro/ ] qed-.