]> 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 a554bdbe265cd085f11e3d213edece250d39a3b1..e8cc51826179f68191c908417adedae47fd85353 100644 (file)
@@ -20,7 +20,6 @@ include "delayed_updating/unwind/unwind2_prototerm_lift.ma".
 include "delayed_updating/unwind/unwind2_rmap_head.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".
@@ -30,23 +29,24 @@ include "delayed_updating/syntax/path_structure_depth.ma".
 
 (* Constructions with unwind2 ***********************************************)
 
-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
-* #k * #H1k #Ht1 #Ht2
-@(ex_intro ā€¦ (ā†‘ā™­q)) @and3_intro
-[ -H1t1 -H2t1 -Ht1 -Ht2
+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 #k #Hr #H1k #Ht1 #Ht2 destruct
+@(ex4_3_intro ā€¦ (āŠ—p) (āŠ—q) (ā†‘ā™­q))
+[ -H1t1 -H2r -H1k -Ht1 -Ht2 //
+| -H1t1 -H2r -Ht1 -Ht2
   >structure_L_sn
   >H1k in āŠ¢ (??%?); >path_head_structure_depth <H1k -H1k //
-| lapply (in_comp_unwind2_path_term f ā€¦ Ht1) -Ht2 -Ht1 -H1t1 -H2t1
+| lapply (in_comp_unwind2_path_term f ā€¦ Ht1) -Ht2 -Ht1 -H1t1 -H2r
   <unwind2_path_d_dx <list_append_rcons_sn
   lapply (unwind2_rmap_append_pap_closed f ā€¦ (pā—–š—”) ā€¦ H1k) -H1k
   <depth_L_sn #H2k
   lapply (eq_inv_ninj_bi ā€¦ H2k) -H2k #H2k <H2k -H2k #Ht1 //
 | 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
@@ -64,7 +64,7 @@ lemma ifr_unwind_bi (f) (p) (q) (t1) (t2):
 (* Note: crux of the proof ends *)
   | //
   | /2 width=2 by ex_intro/
-  | /2 width=6 by lift_term_proper/
+  | //
   ]
 ]
 qed.