X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Ftr_pap.ma;h=670dbd8ca85cce480c69ae016636bba47d57eab3;hb=77479649510792efe4d9cbff508e118360862594;hp=ac2d3fb385d52e8977f16aa0872c51fbd98f7ab2;hpb=9b4e20442ec5a4028cfe2b6fe836c94acdb033b8;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap.ma b/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap.ma index ac2d3fb38..670dbd8ca 100644 --- a/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap.ma +++ b/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap.ma @@ -12,7 +12,7 @@ (* *) (**************************************************************************) -include "ground/notation/functions/apply_2.ma". +include "ground/notation/functions/atsharp_2.ma". include "ground/arith/pnat_plus.ma". include "ground/relocation/tr_map.ma". @@ -29,16 +29,16 @@ defined. interpretation "functional positive application (total relocation maps)" - 'Apply f i = (tr_pap i f). + 'AtSharp f i = (tr_pap i f). (* Basic constructions ******************************************************) (*** apply_O1 *) lemma tr_pap_unit (f): - ∀p. p = (p⨮f)@❨𝟏❩. + ∀p. p = (p⨮f)@⧣❨𝟏❩. // qed. (*** apply_S1 *) lemma tr_pap_succ (f): - ∀p,i. f@❨i❩+p = (p⨮f)@❨↑i❩. + ∀p,i. f@⧣❨i❩+p = (p⨮f)@⧣❨↑i❩. // qed.