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 (**************************************************************************)
15 include "delayed_updating/substitution/lift.ma".
16 include "delayed_updating/syntax/prototerm.ma".
17 include "ground/lib/subset_ext_equivalence.ma".
19 (* LIFT FOR PROTOTERM *******************************************************)
23 'UpArrow f t = (subset_ext_f1 ? ? (lift_gen ? proj_path f) t).
25 (* Basic constructions ******************************************************)
27 lemma in_comp_lift_bi (f) (p) (t):
28 p ϵ t → ↑[f]p ϵ ↑[f]t.
29 /2 width=1 by subset_in_ext_f1_dx/
32 lemma eq_lift_bi (f) (t1) (t2):
33 t1 ⇔ t2 → ↑[f]t1 ⇔ ↑[f]t2.
34 /2 width=1 by subset_equivalence_ext_f1_bi/