X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fpr_isi_pushs.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fpr_isi_pushs.ma;h=10b815fe57994f9ff605316ba02632cea4774ee4;hb=f8b4eb67c2437f7b5174d7dca46e102e0ac0d19d;hp=0000000000000000000000000000000000000000;hpb=8bbe582d87984526f40182c4409cbfd43108cb79;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/pr_isi_pushs.ma b/matita/matita/contribs/lambdadelta/ground/relocation/pr_isi_pushs.ma new file mode 100644 index 000000000..10b815fe5 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground/relocation/pr_isi_pushs.ma @@ -0,0 +1,32 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "ground/relocation/pr_pushs.ma". +include "ground/relocation/pr_isi.ma". + +(* IDENTITY CONDITION FOR PARTIAL RELOCATION MAPS ***************************) + +(* Constructions with pr_pushs **********************************************) + +(*** isid_pushs *) +lemma pr_isi_pushs (n) (f): 𝐈❪f❫ → 𝐈❪⫯*[n]f❫. +#n @(nat_ind_succ … n) -n /3 width=3 by pr_isi_push/ +qed. + +(* Inversions with pr_pushs *************************************************) + +(*** isid_inv_pushs *) +lemma pr_isi_inv_pushs (n) (g): 𝐈❪⫯*[n]g❫ → 𝐈❪g❫. +#n @(nat_ind_succ … n) -n /3 width=3 by pr_isi_inv_push/ +qed-.