1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
16 include "static_2/notation/relations/approxeq_3.ma".
18 include "static_2/syntax/teqg_ext.ma".
19 include "static_2/syntax/teqx.ma".
21 (* EXTENDED SORT-IRRELEVANT EQUIVALENCE *************************************)
23 definition teqx_ext: relation bind ≝
26 definition ceqx: relation3 lenv term term ≝
29 definition ceqx_ext: relation3 lenv bind bind ≝
33 "context-free sort-irrelevant equivalence (binder)"
34 'StarEq I1 I2 = (teqx_ext I1 I2).
37 "context-dependent sort-irrelevant equivalence (term)"
38 'StarEq L T1 T2 = (cdeq L T1 T2).
41 "context-dependent sort-irrelevant equivalence (binder)"
42 'ApproxEq L I1 I2 = (cdeq_ext L I1 I2).