]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/reduction/cnr.ma
some notation renamed and fixed
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / cnr.ma
index ad48736fa01d8f0c1f0bc735952e8339c3e77455..e0e84742f9c9668328d5ce8886536bf9b90a21af 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/notation/relations/normal_3.ma".
+include "basic_2/notation/relations/prednormal_3.ma".
 include "basic_2/reduction/cpr.ma".
 
-(* CONTEXT-SENSITIVE NORMAL TERMS *******************************************)
+(* NORMAL TERMS FOR CONTEXT-SENSITIVE REDUCTION *****************************)
 
 definition cnr: relation3 genv lenv term ≝ λG,L. NF … (cpr G L) (eq …).
 
 interpretation
-   "context-sensitive normality (term)"
-   'Normal G L T = (cnr G L T).
+   "normality for context-sensitive reduction (term)"
+   'PRedNormal G L T = (cnr G L T).
 
 (* Basic inversion lemmas ***************************************************)