X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Freduction%2Fifr_lift.ma;h=35a00a3682458f55d2109805b88b744ed31ef8bf;hb=7008128d354c6e998a87bc2febe9f86ea714869c;hp=1d8f5855a143beeb2e37eb06e8f8c3ef00e5dd5b;hpb=829e3a8af3229c4e625245f7265dd67939da98c4;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 1d8f5855a..35a00a368 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_lift.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/reduction/ifr_lift.ma @@ -28,10 +28,10 @@ include "ground/relocation/tr_compose_eq.ma". (* Constructions with lift **************************************************) theorem ifr_lift_bi (f) (t1) (t2) (r): - t1 ➡𝐢𝐟[r] t2 → ↑[f]t1 ➡𝐢𝐟[↑[f]r] ↑[f]t2. + 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❩)) +@(ex4_3_intro … (🠡[f]p) (🠡[🠢[f](p◖𝗔◖𝗟)]q) (🠢[f](p●𝗔◗𝗟◗q)@§❨n❩)) [ -Hn -Ht1 -Ht2 // | -Ht1 -Ht2 /2 width=1 by lift_path_rmap_closed_L/ @@ -49,7 +49,7 @@ theorem ifr_lift_bi (f) (t1) (t2) (r): (* Note: crux of the proof begins *) @(stream_eq_trans … (tr_compose_uni_dx_pap …)) nsucc_unfold - /2 width=1 by tls_succ_lift_rmap_append_L_closed_dx/ + /2 width=2 by tls_succ_lift_rmap_append_L_closed_dx/ (* Note: crux of the proof ends *) ] qed.