X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Freduction%2Fcnx.ma;h=983e2ac364eeaae2238a8091c351bb93922d7d50;hb=a76f56fdad6348b167376093920650379c9936d4;hp=47f92caaab641e51ea7cf0868278a84adf6ad840;hpb=8676e97d61b676fac6b740f6e10503672e992c00;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/reduction/cnx.ma b/matita/matita/contribs/lambdadelta/basic_2/reduction/cnx.ma index 47f92caaa..983e2ac36 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/reduction/cnx.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/reduction/cnx.ma @@ -12,18 +12,18 @@ (* *) (**************************************************************************) -include "basic_2/notation/relations/normal_5.ma". +include "basic_2/notation/relations/prednormal_5.ma". include "basic_2/reduction/cnr.ma". include "basic_2/reduction/cpx.ma". -(* CONTEXT-SENSITIVE EXTENDED NORMAL TERMS **********************************) +(* NORMAL TERMS FOR CONTEXT-SENSITIVE EXTENDED REDUCTION ********************) definition cnx: ∀h. sd h → relation3 genv lenv term ≝ λh,g,G,L. NF … (cpx h g G L) (eq …). interpretation - "context-sensitive extended normality (term)" - 'Normal h g L T = (cnx h g L T). + "normality for context-sensitive extended reduction (term)" + 'PRedNormal h g L T = (cnx h g L T). (* Basic inversion lemmas ***************************************************)