]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_lift.ma
update in delayd_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / reduction / dfr_lift.ma
index b60bd708c681b172e2f4c4ebbfdc3b403abe2879..830dbd640339a7b8711d7197d46aeeccfc84006c 100644 (file)
@@ -17,8 +17,8 @@ include "delayed_updating/reduction/dfr.ma".
 include "delayed_updating/substitution/fsubst_lift.ma".
 include "delayed_updating/substitution/fsubst_eq.ma".
 include "delayed_updating/substitution/lift_constructors.ma".
-include "delayed_updating/substitution/lift_path_head.ma".
-include "delayed_updating/substitution/lift_rmap_head.ma".
+include "delayed_updating/substitution/lift_path_closed.ma".
+include "delayed_updating/substitution/lift_rmap_closed.ma".
 
 (* DELAYED FOCUSED REDUCTION ************************************************)
 
@@ -27,25 +27,23 @@ include "delayed_updating/substitution/lift_rmap_head.ma".
 theorem dfr_lift_bi (f) (t1) (t2) (r):
         t1 โžก๐๐Ÿ[r] t2 โ†’ โ†‘[f]t1 โžก๐๐Ÿ[โ†‘[f]r] โ†‘[f]t2.
 #f #t1 #t2 #r
-* #p #q #k #Hr #H1k #Ht1 #Ht2 destruct
-@(ex4_3_intro โ€ฆ (โ†‘[f]p) (โ†‘[โ†‘[pโ—–๐—”โ—–๐—Ÿ]f]q) ((โ†‘[pโ—๐—”โ——๐—Ÿโ——q]f)๏ผ โงฃโจkโฉ))
-[ -H1k -Ht1 -Ht2 //
+* #p #q #n #Hr #Hn #Ht1 #Ht2 destruct
+@(ex4_3_intro โ€ฆ (โ†‘[f]p) (โ†‘[โ†‘[pโ—–๐—”โ—–๐—Ÿ]f]q) ((โ†‘[pโ—๐—”โ——๐—Ÿโ——q]f)๏ผ ยงโจnโฉ))
+[ -Hn -Ht1 -Ht2 //
 | -Ht1 -Ht2
-  <lift_rmap_L_dx >lift_path_L_sn
-  <(lift_path_head_closed โ€ฆ H1k) in โŠข (??%?); -H1k //
-| lapply (in_comp_lift_path_term f โ€ฆ Ht1) -Ht2 -Ht1 -H1k
+  /2 width=1 by lift_path_rmap_closed_L/
+| lapply (in_comp_lift_path_term f โ€ฆ Ht1) -Ht2 -Ht1 -Hn
   <lift_path_d_dx #Ht1 //
 | lapply (lift_term_eq_repl_dx f โ€ฆ Ht2) -Ht2 #Ht2 -Ht1
   @(subset_eq_trans โ€ฆ Ht2) -t2
   @(subset_eq_trans โ€ฆ (lift_term_fsubst โ€ฆ))
   @fsubst_eq_repl [ // | // ]
-  @(subset_eq_trans โ€ฆ (lift_term_iref โ€ฆ))
+  @(subset_eq_trans โ€ฆ (lift_term_iref_nap โ€ฆ))
   @iref_eq_repl
   @(subset_eq_canc_sn โ€ฆ (lift_term_grafted_S โ€ฆ))
   @lift_term_eq_repl_sn
 (* Note: crux of the proof begins *)
-  >list_append_rcons_sn in H1k; #H1k >lift_rmap_A_dx
-  /2 width=1 by tls_lift_rmap_closed/
+  /2 width=1 by tls_succ_lift_rmap_append_L_closed_dx/
 (* Note: crux of the proof ends *)
 ]
 qed.