]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_path_after.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / substitution / lift_path_after.ma
index 869d680fef6a2cec94700f90aef49d9fb4587787..ec54cdedf483d044d551f39e17010ff00007a0d7 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "delayed_updating/substitution/lift_eq.ma".
-include "ground/relocation/tr_compose_pap.ma".
-include "ground/relocation/tr_compose_pn.ma".
-include "ground/relocation/tr_compose_tls.ma".
+include "delayed_updating/substitution/lift_rmap_after.ma".
+include "delayed_updating/substitution/prelift_label_after.ma".
 
 (* LIFT FOR PATH ************************************************************)
 
 (* Constructions with tr_after **********************************************)
 
-lemma lift_path_after (p) (f1) (f2):
-      ā†‘[f2]ā†‘[f1]p = ā†‘[f2āˆ˜f1]p.
-#p elim p -p [| * ] // [ #n ] #p #IH #f1 #f2
-[ <lift_path_d_sn <lift_path_d_sn <lift_path_d_sn //
-| <lift_path_L_sn <lift_path_L_sn <lift_path_L_sn
-  >tr_compose_push_bi //
-]
+lemma lift_path_after (g) (f) (p):
+      šŸ ”[g]šŸ ”[f]p = šŸ ”[gāˆ˜f]p.
+#g #f #p elim p -p //
+#l #p #IH
+<lift_path_rcons <lift_path_rcons  <IH -IH //
 qed.