X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Ftr_pap_pn.ma;h=09b342d3d16c7dce2c197570434576b1a615dd9d;hb=61bc42e04598a9f5e489c3867af72e700c7fda04;hp=96eaa241f056e7d273d31dde50d4bf36ef1e02b7;hpb=2e4a7c54ef77c10cb1cef4b59518c473245ea935;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_pn.ma b/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_pn.ma index 96eaa241f..09b342d3d 100644 --- a/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_pn.ma +++ b/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_pn.ma @@ -17,10 +17,16 @@ include "ground/relocation/tr_pap.ma". (* POSITIVE APPLICATION FOR TOTAL RELOCATION MAPS ***************************) +(* Constructions with tr_push ***********************************************) + +lemma tr_pap_push (f): + ∀i. ↑(f@⧣❨i❩) = (⫯f)@⧣❨↑i❩. +// qed. + (* Constructions with tr_next ***********************************************) (*** apply_S2 *) lemma tr_pap_next (f): - ∀i. ↑(f@❨i❩) = (↑f)@❨i❩. + ∀i. ↑(f@⧣❨i❩) = (↑f)@⧣❨i❩. * #p #f * // qed.