]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_lift.ma
update in delayd_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / reduction / ifr_lift.ma
index 7c4d11d73cdc452391e1627a058d93dc06a4fe48..1d8f5855a143beeb2e37eb06e8f8c3ef00e5dd5b 100644 (file)
@@ -17,8 +17,8 @@ include "delayed_updating/reduction/ifr.ma".
 include "delayed_updating/substitution/fsubst_lift.ma".
 include "delayed_updating/substitution/fsubst_eq.ma".
 include "delayed_updating/substitution/lift_prototerm_after.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".
 
 include "ground/relocation/tr_uni_compose.ma".
 include "ground/relocation/tr_compose_eq.ma".
@@ -30,13 +30,12 @@ include "ground/relocation/tr_compose_eq.ma".
 theorem ifr_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
@@ -48,10 +47,9 @@ theorem ifr_lift_bi (f) (t1) (t2) (r):
   @(subset_eq_canc_dx โ€ฆ (lift_term_after โ€ฆ))
   @lift_term_eq_repl_sn
 (* Note: crux of the proof begins *)
-  @(stream_eq_trans โ€ฆ (tr_compose_uni_dx โ€ฆ))
-  @tr_compose_eq_repl //
-  >list_append_rcons_sn in H1k; #H1k >lift_rmap_A_dx
-  /2 width=1 by tls_lift_rmap_closed/
+  @(stream_eq_trans โ€ฆ (tr_compose_uni_dx_pap โ€ฆ)) <tr_pap_succ_nap
+  @tr_compose_eq_repl // >nsucc_unfold
+  /2 width=1 by tls_succ_lift_rmap_append_L_closed_dx/
 (* Note: crux of the proof ends *)
 ]
 qed.