]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpg.ma
update in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpg.ma
index 317f69e0572a06b57805b00be69f73052a429ac7..f640625ca3d7a718a678e9bd2e7874ac9c13a8d9 100644 (file)
@@ -20,7 +20,7 @@ include "basic_2/syntax/lenv.ma".
 include "basic_2/syntax/genv.ma".
 include "basic_2/relocation/lifts.ma".
 
-(* COUNTED CONTEXT-SENSITIVE PARALLEL RT-TRANSITION FOR TERMS ***************)
+(* BOUND CONTEXT-SENSITIVE PARALLEL RT-TRANSITION FOR TERMS *****************)
 
 (* avtivate genv *)
 inductive cpg (Rt:relation rtc) (h): rtc → relation4 genv lenv term term ≝
@@ -55,7 +55,7 @@ inductive cpg (Rt:relation rtc) (h): rtc → relation4 genv lenv term term ≝
 .
 
 interpretation
-   "counted context-sensitive parallel rt-transition (term)"
+   "bound context-sensitive parallel rt-transition (term)"
    'PRedTy Rt c h G L T1 T2 = (cpg Rt h c G L T1 T2).
 
 (* Basic properties *********************************************************)