X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Freduction%2Fysc.ma;h=c6cc92643870fb8461a516e994dacd4f1e5d4024;hb=f5cd5870668ed096f6d93b005e2acd3bd555f3b0;hp=290157d30f3e9164d8a987fc2f474d45859e0123;hpb=f5c6d4c41cbbdabdf998be0c4a8242849a790f1b;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/reduction/ysc.ma b/matita/matita/contribs/lambdadelta/basic_2/reduction/ysc.ma index 290157d30..c6cc92643 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/reduction/ysc.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/reduction/ysc.ma @@ -13,7 +13,7 @@ (**************************************************************************) include "basic_2/notation/relations/btpredproper_8.ma". -include "basic_2/reduction/ypr.ma". +include "basic_2/reduction/fpb.ma". (* "BIG TREE" PROPER PARALLEL REDUCTION FOR CLOSURES ************************) @@ -29,15 +29,15 @@ interpretation (* Basic properties *********************************************************) -lemma ysc_ypr: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≻[h, g] ⦃G2, L2, T2⦄ → +lemma ysc_fpb: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≻[h, g] ⦃G2, L2, T2⦄ → ⦃G1, L1, T1⦄ ≽[h, g] ⦃G2, L2, T2⦄. #h #g #G1 #G2 #L1 #L2 #T1 #T2 * -G2 -L2 -T2 -/2 width=2 by ypr_fsup, ypr_cpr, ypr_ssta/ +/2 width=2 by fpb_fsup, fpb_cpr, fpb_ssta/ qed. (* Inversion lemmas on "big tree" parallel reduction for closures ***********) -lemma ypr_inv_ysc: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≽[h, g] ⦃G2, L2, T2⦄ → +lemma fpb_inv_ysc: ∀h,g,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≽[h, g] ⦃G2, L2, T2⦄ → ⦃G1, L1, T1⦄ ≻[h, g] ⦃G2, L2, T2⦄ ∨ ∧∧ G1 = G2 & ⦃G1, L1⦄ ⊢ ➡ L2 & T1 = T2. #h #g #G1 #G2 #L1 #L2 #T1 #T2 * -G2 -L2 -T2