]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpg.ma
syntactic components detached from basic_2 become static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpg.ma
index 317f69e0572a06b57805b00be69f73052a429ac7..0ca16ee93c18ee2065c2a1035cb8248dcbd376ca 100644 (file)
 include "ground_2/steps/rtc_max.ma".
 include "ground_2/steps/rtc_plus.ma".
 include "basic_2/notation/relations/predty_7.ma".
-include "basic_2/syntax/item_sh.ma".
-include "basic_2/syntax/lenv.ma".
-include "basic_2/syntax/genv.ma".
-include "basic_2/relocation/lifts.ma".
+include "static_2/syntax/item_sh.ma".
+include "static_2/syntax/lenv.ma".
+include "static_2/syntax/genv.ma".
+include "static_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 *********************************************************)