X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fjsx_lsubr.ma;h=a821861ed656c54e04152c06d1584cbd71ae7c3a;hb=3c7b4071a9ac096b02334c1d47468776b948e2de;hp=6fc7232946e34db304d563adfae66b56c6786d7c;hpb=f76594123e375bd7852c9421fe260a7bec693a92;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/jsx_lsubr.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/jsx_lsubr.ma index 6fc723294..a821861ed 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/jsx_lsubr.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/jsx_lsubr.ma @@ -15,11 +15,12 @@ include "static_2/static/lsubr.ma". include "basic_2/rt_computation/jsx.ma". -(* COMPATIBILITY OF STRONG NORMALIZATION FOR UNBOUND RT-TRANSITION **********) +(* COMPATIBILITY OF STRONG NORMALIZATION FOR EXTENDED RT-TRANSITION *********) (* Forward lemmas with restricted refinement for local environments *********) -lemma jsx_fwd_lsubr (h) (G): ∀L1,L2. G ⊢ L1 ⊒[h] L2 → L1 ⫃ L2. -#h #G #L1 #L2 #H elim H -L1 -L2 +lemma jsx_fwd_lsubr (G): + ∀L1,L2. G ⊢ L1 ⊒ L2 → L1 ⫃ L2. +#G #L1 #L2 #H elim H -L1 -L2 /2 width=1 by lsubr_bind, lsubr_unit/ qed-.