X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fifr_unwind.ma;h=a554bdbe265cd085f11e3d213edece250d39a3b1;hb=74a8604e5d2d3ec2dc7e67b1e257812ce340da29;hp=6a135ea2ef84a65b34c736caafe92b9df171584b;hpb=61bc42e04598a9f5e489c3867af72e700c7fda04;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_unwind.ma b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_unwind.ma index 6a135ea2e..a554bdbe2 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_unwind.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_unwind.ma @@ -25,27 +25,25 @@ include "delayed_updating/substitution/lift_prototerm_eq.ma". include "delayed_updating/syntax/path_head_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 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 -* #n * #H1n #Ht1 #Ht2 +* #k * #H1k #Ht1 #Ht2 @(ex_intro … (↑♭q)) @and3_intro [ -H1t1 -H2t1 -Ht1 -Ht2 - >structure_L_sn >structure_reverse - >H1n in ⊢ (??%?); >path_head_structure_depth structure_L_sn + >H1k in ⊢ (??%?); >path_head_structure_depth (list_append_rcons_sn … p) list_append_rcons_sn unwind2_rmap_A_sn unwind2_rmap_A_dx /2 width=1 by tls_unwind2_rmap_closed/ ] (* Note: crux of the proof ends *)