X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fifr_unwind.ma;h=e8cc51826179f68191c908417adedae47fd85353;hb=41a54a797af98d2867d4bf979d424283fb44a1fc;hp=9bd4cd7c47f21e086d9798e24966f0b02c3c6cbf;hpb=00fca351072c2dba11b71c14b1169d303fd6836f;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 9bd4cd7c4..e8cc51826 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_unwind.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_unwind.ma @@ -14,62 +14,57 @@ include "delayed_updating/reduction/ifr.ma". -include "delayed_updating/unwind/unwind2_constructors.ma". include "delayed_updating/unwind/unwind2_preterm_fsubst.ma". include "delayed_updating/unwind/unwind2_preterm_eq.ma". -include "delayed_updating/unwind/unwind2_prototerm_inner.ma". +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_eq.ma". -include "delayed_updating/syntax/prototerm_proper_inner.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 ***********************************************) -theorem 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 list_append_rcons_sn in H1n; structure_L_sn + >H1k in ⊢ (??%?); >path_head_structure_depth list_append_rcons_sn in H1n; nrplus_inj_dx in ⊢ (???%); unwind2_rmap_A_dx + /2 width=1 by tls_unwind2_rmap_closed/ + ] (* Note: crux of the proof ends *) | // | /2 width=2 by ex_intro/ - | @term_proper_outer #H0 (**) (* full auto does not work *) - /3 width=2 by unwind2_term_des_inner/ + | // ] ] qed.