X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fifr_lift.ma;h=1d8f5855a143beeb2e37eb06e8f8c3ef00e5dd5b;hb=829e3a8af3229c4e625245f7265dd67939da98c4;hp=0bf09b4aa60bd7a066f441d82412c0e6f3aa260a;hpb=3af42b8f2cb1956eed14edcc0adb9df92601f248;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_lift.ma b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_lift.ma index 0bf09b4aa..1d8f5855a 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_lift.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_lift.ma @@ -16,8 +16,9 @@ include "delayed_updating/reduction/ifr.ma". include "delayed_updating/substitution/fsubst_lift.ma". include "delayed_updating/substitution/fsubst_eq.ma". -include "delayed_updating/substitution/lift_path_head.ma". -include "delayed_updating/substitution/lift_rmap_head.ma". +include "delayed_updating/substitution/lift_prototerm_after.ma". +include "delayed_updating/substitution/lift_path_closed.ma". +include "delayed_updating/substitution/lift_rmap_closed.ma". include "ground/relocation/tr_uni_compose.ma". include "ground/relocation/tr_compose_eq.ma". @@ -26,15 +27,15 @@ include "ground/relocation/tr_compose_eq.ma". (* Constructions with lift **************************************************) -theorem ifr_lift_bi (f) (p) (q) (t1) (t2): - t1 ➡𝐢𝐟[p,q] t2 → ↑[f]t1 ➡𝐢𝐟[↑[f]p,↑[↑[p◖𝗔◖𝗟]f]q] ↑[f]t2. -#f #p #q #t1 #t2 -* #n * #H1n #Ht1 #Ht2 -@(ex_intro … ((↑[p●𝗔◗𝗟◗q]f)@⧣❨n❩)) @and3_intro -[ -Ht1 -Ht2 - lift_path_L_sn - <(lift_path_head … H1n) in ⊢ (??%?); -H1n // -| lapply (in_comp_lift_path_term f … Ht1) -Ht2 -Ht1 -H1n +theorem ifr_lift_bi (f) (t1) (t2) (r): + t1 ➡𝐢𝐟[r] t2 → ↑[f]t1 ➡𝐢𝐟[↑[f]r] ↑[f]t2. +#f #t1 #t2 #r +* #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 + /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 H1n; #H1n >lift_rmap_A_dx - /2 width=1 by tls_lift_rmap_closed/ + @(stream_eq_trans … (tr_compose_uni_dx_pap …)) nsucc_unfold + /2 width=1 by tls_succ_lift_rmap_append_L_closed_dx/ (* Note: crux of the proof ends *) ] qed.