]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/static_2/relocation/lifts_bind.ma
partial commit in static_2
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / relocation / lifts_bind.ma
index 925baceae8a68d329f2c9a5cf83d199800056a3b..3b45f26c32acb1e8dca3fb3913427dc61e8463f8 100644 (file)
@@ -17,14 +17,14 @@ include "static_2/relocation/lifts.ma".
 
 (* GENERIC RELOCATION FOR BINDERS *******************************************)
 
-definition liftsb: rtmap → relation bind ≝
+definition liftsb: pr_map → relation bind ≝
            λf. ext2 (lifts f).
 
 interpretation "generic relocation (binder for local environments)"
    'RLiftStar f I1 I2 = (liftsb f I1 I2).
 
 interpretation "uniform relocation (binder for local environments)"
-   'RLift i I1 I2 = (liftsb (uni i) I1 I2).
+   'RLift i I1 I2 = (liftsb (pr_uni i) I1 I2).
 
 (* Basic_inversion lemmas **************************************************)
 
@@ -48,7 +48,7 @@ lemma liftsb_inv_pair_dx (f):
 
 (* Basic properties *********************************************************)
 
-lemma liftsb_eq_repl_back: ∀I1,I2. eq_repl_back … (λf. ⇧*[f] I1 ≘ I2).
+lemma liftsb_eq_repl_back: ∀I1,I2. pr_eq_repl_back … (λf. ⇧*[f] I1 ≘ I2).
 #I1 #I2 #f1 * -I1 -I2 /3 width=3 by lifts_eq_repl_back, ext2_pair/
 qed-.