X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fifr_lift.ma;h=cd597c2bbdbf56b23f94edcc1d62b63f8557546b;hp=6eb354905fe8acd473a52b930d08ba7e72ec7522;hb=119da3f9ce130f7c4e8b23fcc491d221472ad657;hpb=3729defa81f91b5f1259d628299bce9dbc5bfb7f 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 6eb354905..cd597c2bb 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,16 +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 - >list_append_rcons_sn in H1n; list_append_rcons_sn in H1n; #H1n >lift_rmap_A_dx - /2 width=1 by tls_lift_rmap_append_closed/ + @(stream_eq_trans … (tr_compose_uni_dx_pap …)) nsucc_unfold + /2 width=2 by tls_succ_lift_rmap_append_closed_Lq_dx/ (* Note: crux of the proof ends *) ] qed.