X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Ftr_pap_lt.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Frelocation%2Ftr_pap_lt.ma;h=32ce73d45cf15453fb3544102b934b862f45f614;hb=d85eac4e29291d854469e626381654181b0c7e87;hp=0000000000000000000000000000000000000000;hpb=2815c74c03f38089d0e27aba00e2280223b0f76f;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_lt.ma b/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_lt.ma new file mode 100644 index 000000000..32ce73d45 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground/relocation/tr_pap_lt.ma @@ -0,0 +1,25 @@ +(**************************************************************************) +(* ___ *) +(* ||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/tr_pap_pat.ma". +include "ground/relocation/pr_pat_lt.ma". + +(* POSITIVE APPLICATION FOR TOTAL RELOCATION MAPS ***************************) + +(* Constructions with plt ***************************************************) + +lemma tr_pap_increasing (f) (p): + p ≤ f@⧣❨p❩. +/2 width=2 by pr_pat_increasing/ +qed.