X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fdfr_lift.ma;h=28b21e5e0e4a10c90e2ab904f85cdded8bc089df;hb=d06053844638d88936d711b66fddbcca2a9add1c;hp=71a599326aeef8a38fec6578e4382153ff7cca6b;hpb=e4328f6887dc0235d49d965a5ba44787b1754b80;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_lift.ma b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_lift.ma index 71a599326..28b21e5e0 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_lift.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/dfr_lift.ma @@ -12,42 +12,39 @@ (* *) (**************************************************************************) -include "delayed_updating/reduction/dfr.ma". - include "delayed_updating/substitution/fsubst_lift.ma". include "delayed_updating/substitution/fsubst_eq.ma". include "delayed_updating/substitution/lift_constructors.ma". -include "delayed_updating/substitution/lift_path_head.ma". -include "delayed_updating/substitution/lift_rmap_head.ma". +include "delayed_updating/substitution/lift_path_closed.ma". +include "delayed_updating/substitution/lift_rmap_closed.ma". + +(**) (* reverse include *) +include "delayed_updating/reduction/dfr.ma". (* DELAYED FOCUSED REDUCTION ************************************************) (* Constructions with lift **************************************************) -(* ↑[↑[p◖𝗔◖𝗟]f]q *) - theorem dfr_lift_bi (f) (t1) (t2) (r): t1 ➡𝐝𝐟[r] t2 → ↑[f]t1 ➡𝐝𝐟[↑[f]r] ↑[f]t2. #f #t1 #t2 #r -* #p #q #k #Hr #H1k #Ht1 #Ht2 destruct -@(ex4_3_intro … (↑[f]p) (↑[↑[p◖𝗔◖𝗟]f]q) ((↑[p●𝗔◗𝗟◗q]f)@⧣❨k❩)) -[ -H1k -Ht1 -Ht2 // +* #p #q #n #Hr #Hn #Ht1 #Ht2 destruct +@(ex4_3_intro … (↑[f]p) (↑[↑[p◖𝗔◖𝗟]f]q) ((↑[p●𝗔◗𝗟◗q]f)@§❨n❩)) +[ -Hn -Ht1 -Ht2 // | -Ht1 -Ht2 - lift_path_L_sn - <(lift_path_head_closed … H1k) in ⊢ (??%?); -H1k // -| lapply (in_comp_lift_path_term f … Ht1) -Ht2 -Ht1 -H1k + /2 width=1 by lift_path_rmap_closed_L/ +| lapply (in_comp_lift_path_term f … Ht1) -Ht2 -Ht1 -Hn list_append_rcons_sn in H1k; #H1k >lift_rmap_A_dx - /2 width=1 by tls_lift_rmap_closed/ + /2 width=2 by tls_succ_lift_rmap_append_L_closed_dx/ (* Note: crux of the proof ends *) ] qed.