X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_isf_pushs.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Fgr_isf_pushs.ma;h=014d0b3a52dc78a6d50c3b908c98856e2b03f146;hb=55c768d7e45babb300b5010463ba3196a68f1bbe;hp=0000000000000000000000000000000000000000;hpb=15212e44902f25536f6e2de4bec4cedcd9a9804d;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/gr_isf_pushs.ma b/matita/matita/contribs/lambdadelta/ground/relocation/gr_isf_pushs.ma new file mode 100644 index 000000000..014d0b3a5 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground/relocation/gr_isf_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/gr_pushs.ma". +include "ground/relocation/gr_isf.ma". + +(* FINITE COLENGTH CONDITION FOR GENERIC RELOCATION MAPS *) + +(* Properties with iterated push ********************************************) + +(*** isfin_pushs *) +lemma gr_isf_pushs (n) (f): 𝐅❪f❫ → 𝐅❪⫯*[n]f❫. +#n @(nat_ind_succ … n) -n /3 width=3 by gr_isf_push/ +qed. + +(* Inversion lemmas with iterated push **************************************) + +(*** isfin_inv_pushs *) +lemma gr_isf_inv_pushs (n) (g): 𝐅❪⫯*[n]g❫ → 𝐅❪g❫. +#n @(nat_ind_succ … n) -n /3 width=3 by gr_isf_inv_push/ +qed-.