X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fdfr_ifr.ma;h=68cea487c474ddaf6d9a0bff4f740a3e97953946;hb=41a54a797af98d2867d4bf979d424283fb44a1fc;hp=2b15d3d5279b109c66127c7747230d3e39d58e3b;hpb=3af42b8f2cb1956eed14edcc0adb9df92601f248;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma index 2b15d3d52..68cea487c 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_ifr.ma @@ -27,29 +27,28 @@ include "delayed_updating/substitution/lift_prototerm_eq.ma". include "delayed_updating/syntax/prototerm_proper_constructors.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". (* DELAYED FOCUSED REDUCTION ************************************************) (* Main destructions with ifr ***********************************************) -theorem dfr_des_ifr (f) (p) (q) (t1) (t2): t1 ϵ 𝐓 → - t1 ➡𝐝𝐟[p,q] t2 → ▼[f]t1 ➡𝐢𝐟[⊗p,⊗q] ▼[f]t2. -#f #p #q #t1 #t2 #H0t1 -* #n * #H1n #Ht1 #Ht2 -@(ex_intro … (↑♭q)) @and3_intro -[ -H0t1 -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 *)