]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/reduction/crx.ma
some notation renamed and fixed
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / reduction / crx.ma
index 86796ae0bab0ba94d2d7d08003a25bba6e4c5778..818374e6e888966dc13903515346eb8f4749fe2e 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-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 *********************************************************)