]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/syntax/tdeq_ext.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / syntax / tdeq_ext.ma
index 096f2420d43c6ddab3373e3a742def1efcd22788..93a3be18d31c3edc803e4a17429ad650e249b30b 100644 (file)
@@ -12,9 +12,9 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/notation/relations/lazyeq_5.ma".
+include "basic_2/notation/relations/stareq_5.ma".
+include "basic_2/syntax/cext2.ma".
 include "basic_2/syntax/tdeq.ma".
-include "basic_2/syntax/lenv_ext2.ma".
 
 (* EXTENDED DEGREE-BASED EQUIVALENCE ****************************************)
 
@@ -29,12 +29,12 @@ definition cdeq_ext: ∀h. sd h → relation3 lenv bind bind ≝
 
 interpretation
    "context-free degree-based equivalence (binder)"
-   'LazyEq h o I1 I2 = (tdeq_ext h o I1 I2).
+   'StarEq h o I1 I2 = (tdeq_ext h o I1 I2).
 
 interpretation
    "context-dependent degree-based equivalence (term)"
-   'LazyEq h o L T1 T2 = (cdeq h o L T1 T2).
+   'StarEq h o L T1 T2 = (cdeq h o L T1 T2).
 
 interpretation
    "context-dependent degree-based equivalence (binder)"
-   'LazyEq h o L I1 I2 = (cdeq_ext h o L I1 I2).
+   'StarEq h o L I1 I2 = (cdeq_ext h o L I1 I2).