X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Freduction%2Fcrx.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Freduction%2Fcrx.ma;h=818374e6e888966dc13903515346eb8f4749fe2e;hb=1f30483032488ac4df2310b68fe8146e05524fec;hp=86796ae0bab0ba94d2d7d08003a25bba6e4c5778;hpb=8676e97d61b676fac6b740f6e10503672e992c00;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/reduction/crx.ma b/matita/matita/contribs/lambdadelta/basic_2/reduction/crx.ma index 86796ae0b..818374e6e 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/reduction/crx.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/reduction/crx.ma @@ -12,11 +12,11 @@ (* *) (**************************************************************************) -include "basic_2/notation/relations/reducible_5.ma". +include "basic_2/notation/relations/predreducible_5.ma". include "basic_2/static/sd.ma". include "basic_2/reduction/crr.ma". -(* CONTEXT-SENSITIVE EXTENDED REDUCIBLE TERMS *******************************) +(* REDUCIBLE TERMS FOR CONTEXT-SENSITIVE EXTENDED REDUCTION *****************) (* activate genv *) (* extended reducible terms *) @@ -33,8 +33,8 @@ inductive crx (h) (g) (G:genv): relation2 lenv term ≝ . interpretation - "context-sensitive extended reducibility (term)" - 'Reducible h g G L T = (crx h g G L T). + "reducibility for context-sensitive extended reduction (term)" + 'PRedReducible h g G L T = (crx h g G L T). (* Basic properties *********************************************************)