X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Ffpbs_aaa.ma;h=0ecacf3e47c6247c840ede0d83e4749c9fb28499;hb=4173283e148199871d787c53c0301891deb90713;hp=5432caf82c0fc2ac3a0ddf1a6884296693f1525e;hpb=e9f96fa56226dfd74de214c89d827de0c5018ac7;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_aaa.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_aaa.ma index 5432caf82..0ecacf3e4 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_aaa.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbs_aaa.ma @@ -12,16 +12,16 @@ (* *) (**************************************************************************) -include "basic_2/reduction/fpbq_aaa.ma". -include "basic_2/computation/fpbs.ma". +include "basic_2/rt_transition/fpbq_aaa.ma". +include "basic_2/rt_computation/fpbs.ma". -(* "QRST" PARALLEL COMPUTATION FOR CLOSURES *********************************) +(* PARALLEL RST-COMPUTATION FOR CLOSURES ************************************) -(* Properties on atomic arity assignment for terms **************************) +(* Properties with atomic arity assignment for terms ************************) -lemma fpbs_aaa_conf: ∀h,o,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≥[h, o] ⦃G2, L2, T2⦄ → +lemma fpbs_aaa_conf: ∀h,G1,G2,L1,L2,T1,T2. ⦃G1, L1, T1⦄ ≥[h] ⦃G2, L2, T2⦄ → ∀A1. ⦃G1, L1⦄ ⊢ T1 ⁝ A1 → ∃A2. ⦃G2, L2⦄ ⊢ T2 ⁝ A2. -#h #o #G1 #G2 #L1 #L2 #T1 #T2 #H @(fpbs_ind … H) -G2 -L2 -T2 /2 width=2 by ex_intro/ +#h #G1 #G2 #L1 #L2 #T1 #T2 #H @(fpbs_ind … H) -G2 -L2 -T2 /2 width=2 by ex_intro/ #G #G2 #L #L2 #T #T2 #_ #H2 #IH1 #A #HA elim (IH1 … HA) -IH1 -A /2 width=8 by fpbq_aaa_conf/ qed-.