X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fdelayed_updating%2Fsubstitution%2Flift_eq.ma;h=fad4995de2f7f7af8fa789a1cfb7308d4c8a7396;hb=dfcad1c1a698bac1b7fb6a5f59393b28f45182af;hp=9e23b2cb9a5620d08bab1658735ea0cc32344dd6;hpb=f2a1fcef1f05dae5dff517ffc0a8439f6071955b;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_eq.ma b/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_eq.ma index 9e23b2cb9..fad4995de 100644 --- a/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_eq.ma +++ b/matita/matita/contribs/lambdadelta/delayed_updating/substitution/lift_eq.ma @@ -13,8 +13,14 @@ (**************************************************************************) include "delayed_updating/substitution/lift.ma". +(* +include "ground/relocation/tr_uni_compose.ma". +include "ground/relocation/tr_compose_compose.ma". include "ground/relocation/tr_compose_eq.ma". +*) +include "ground/relocation/tr_pap_eq.ma". include "ground/relocation/tr_pn_eq.ma". +include "ground/lib/stream_tls_eq.ma". (* LIFT FOR PATH ***********************************************************) @@ -29,14 +35,12 @@ interpretation lemma lift_eq_repl (A) (p) (k1) (k2): k1 ≗{A} k2 → stream_eq_repl … (λf1,f2. ↑❨k1, f1, p❩ = ↑❨k2, f2, p❩). -#A #p @(path_ind_lift … p) -p [| #n #IH | #n #l0 #q #IH |*: #q #IH ] -#k1 #k2 #f1 #f2 #Hk #Hf +#A #p elim p -p [| * [ #n ] #q #IH ] +#k1 #k2 #Hk #f1 #f2 #Hf [ lift_lcons_alt // >lift_append_rcons_sn // - lift_lcons_alt >lift_append_rcons_sn // - lift_lcons_alt >lift_append_rcons_sn // - lift_lcons_alt // >lift_append_rcons_sn // +lift_lcons_alt nrplus_inj_dx +/2 width=1 by tr_tls_compose_uni_dx/ +qed. +*)