]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_rmap_id.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / substitution / lift_rmap_id.ma
index 077f90747a49c2ffa5ff2fee329d0bf0ed53cfac..28eee66dc512a83cc3165c1e4ce84d72a9366086 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "delayed_updating/substitution/lift_gen.ma".
-include "ground/relocation/tr_id_tls.ma".
+include "delayed_updating/substitution/lift_rmap.ma".
+include "delayed_updating/substitution/prelift_rmap_id.ma".
 
-(* LIFT FOR RELOCATION MAP  *************************************************)
+(* LIFT FOR RELOCATION MAP **************************************************)
 
-(* Constructions with proj_rmap and tr_id ***********************************)
+(* Constructions with tr_id *************************************************)
 
 lemma lift_rmap_id (p):
-      (𝐢) = ↑[p]𝐢.
+      (𝐢) = 🠢[𝐢]p.
 #p elim p -p //
-* [ #n ] #p #IH //
 qed.