]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_unwind.ma
update in delayed_updating
[helm.git] / matita / matita / contribs / lambdadelta / delayed_updating / reduction / ifr_unwind.ma
index 7d57698879785610dd3af516b8d3a1544febd02a..d931a1a7b035ed229a6e8bef688d31357d885fd7 100644 (file)
@@ -17,57 +17,50 @@ include "delayed_updating/reduction/ifr.ma".
 include "delayed_updating/unwind/unwind2_preterm_fsubst.ma".
 include "delayed_updating/unwind/unwind2_preterm_eq.ma".
 include "delayed_updating/unwind/unwind2_prototerm_lift.ma".
-include "delayed_updating/unwind/unwind2_rmap_head.ma".
+include "delayed_updating/unwind/unwind2_rmap_closed.ma".
 
 include "delayed_updating/substitution/fsubst_eq.ma".
-include "delayed_updating/substitution/lift_prototerm_proper.ma".
 include "delayed_updating/substitution/lift_prototerm_eq.ma".
 
-include "delayed_updating/syntax/path_head_structure.ma".
+include "delayed_updating/syntax/path_closed_structure.ma".
 include "delayed_updating/syntax/path_structure_depth.ma".
-include "delayed_updating/syntax/path_structure_reverse.ma".
-include "delayed_updating/syntax/path_depth_reverse.ma".
 
 (* IMMEDIATE FOCUSED REDUCTION **********************************************)
 
-(* Constructions with unwind ************************************************)
+(* Constructions with unwind***********************************************)
 
-lemma ifr_unwind_bi (f) (p) (q) (t1) (t2):
-      t1 Ļµ š“ ā†’ t1ā‹”(pā—–š—¦) Ļµ š ā†’
-      t1 āž”š¢šŸ[p,q] t2 ā†’ ā–¼[f]t1 āž”š¢šŸ[āŠ—p,āŠ—q] ā–¼[f]t2.
-#f #p #q #t1 #t2 #H1t1 #H2t1
-* #n * #H1n #Ht1 #Ht2
-@(ex_intro ā€¦ (ā†‘ā™­q)) @and3_intro
-[ -H1t1 -H2t1 -Ht1 -Ht2
-  >structure_L_sn >structure_reverse
-  >H1n >path_head_structure_depth <H1n -H1n //
-| lapply (in_comp_unwind2_path_term f ā€¦ Ht1) -Ht2 -Ht1 -H1t1 -H2t1
-  <unwind2_path_d_dx
-  >list_append_rcons_sn in H1n; <reverse_append #H1n
-  lapply (unwind2_rmap_append_pap_closed f ā€¦ H1n)
-  <reverse_lcons <depth_L_dx #H2n
-  lapply (eq_inv_ninj_bi ā€¦ H2n) -H2n #H2n <H2n -H2n -H1n #Ht1 //
+lemma ifr_unwind_bi (f) (t1) (t2) (r):
+      t1 Ļµ š“ ā†’ r Ļµ šˆ ā†’
+      t1 āž”š¢šŸ[r] t2 ā†’ ā–¼[f]t1 āž”š¢šŸ[āŠ—r] ā–¼[f]t2.
+#f #t1 #t2 #r #H1t1 #H2r
+* #p #q #n #Hr #Hn #Ht1 #Ht2 destruct
+@(ex4_3_intro ā€¦ (āŠ—p) (āŠ—q) (ā™­q))
+[ -H1t1 -H2r -Hn -Ht1 -Ht2 //
+| -H1t1 -H2r -Ht1 -Ht2
+  /2 width=2 by path_closed_structure_depth/
+| lapply (in_comp_unwind2_path_term f ā€¦ Ht1) -Ht2 -Ht1 -H1t1 -H2r
+  <unwind2_path_d_dx <tr_pap_succ_nap <list_append_rcons_sn
+  <nap_unwind2_rmap_append_closed_Lq_dx_depth //
 | lapply (unwind2_term_eq_repl_dx f ā€¦ Ht2) -Ht2 #Ht2
   @(subset_eq_trans ā€¦ Ht2) -t2
-  @(subset_eq_trans ā€¦ (unwind2_term_fsubst ā€¦))
+  @(subset_eq_trans ā€¦ (unwind2_term_fsubst_pic ā€¦))
   [ @fsubst_eq_repl [ // | // ]
     @(subset_eq_canc_sn ā€¦ (lift_term_eq_repl_dx ā€¦))
     [ @unwind2_term_grafted_S /2 width=2 by ex_intro/ | skip ] -Ht1
     @(subset_eq_trans ā€¦ (lift_unwind2_term_after ā€¦))
-    @(subset_eq_canc_dx ā€¦ (unwind2_term_after_lift ā€¦))
+    @(subset_eq_canc_dx ā€¦ (unwind2_lift_term_after ā€¦))
     @unwind2_term_eq_repl_sn
 (* Note: crux of the proof begins *)
-    >list_append_rcons_sn in H1n; <reverse_append #H1n
-    @(stream_eq_trans ā€¦ (tr_compose_uni_dx ā€¦))
+    <list_append_rcons_sn
+    @(stream_eq_trans ā€¦ (tr_compose_uni_dx_pap ā€¦)) <tr_pap_succ_nap
     @tr_compose_eq_repl
-    [ <unwind2_rmap_append_pap_closed //
-    | >unwind2_rmap_A_sn <reverse_rcons
-      /2 width=1 by tls_unwind2_rmap_append_closed/
+    [ <nap_unwind2_rmap_append_closed_Lq_dx_depth //
+    | /2 width=2 by tls_succ_unwind2_rmap_append_closed_Lq_dx/
     ]
 (* Note: crux of the proof ends *)
   | //
   | /2 width=2 by ex_intro/
-  | /2 width=6 by lift_term_proper/
+  | //
   ]
 ]
 qed.