X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Frtmap_basic_after.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Frelocation%2Frtmap_basic_after.ma;h=788d8c24f5e0365071dc58bda78a068751501c19;hb=db020b4218272e2e35641ce3bc3b0a9b3afda899;hp=0000000000000000000000000000000000000000;hpb=d8f6494f48aa08bb32d9d1ac82fc16e9e41b76ac;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_basic_after.ma b/matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_basic_after.ma new file mode 100644 index 000000000..788d8c24f --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground_2/relocation/rtmap_basic_after.ma @@ -0,0 +1,39 @@ +(**************************************************************************) +(* ___ *) +(* ||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_2/relocation/rtmap_after.ma". +include "ground_2/relocation/rtmap_basic.ma". + +(* RELOCATION MAP ***********************************************************) + +(* Properties with composition **********************************************) + +lemma after_basic_rc (m2,m1,n2,n1): + m1 ≤ m2 → m2 ≤ m1+n1 → 𝐁❴m2,n2❵ ⊚ 𝐁❴m1,n1❵ ≘ 𝐁❴m1,n2+n1❵. +#m2 elim m2 -m2 +[ #m1 #n2 #n1 #Hm21 #_ + <(le_n_O_to_eq … Hm21) -m1 // +| #m2 #IH * + [ #n2 #n1 #_ < plus_O_n #H + elim (le_inv_S1 … H) -H #x #Hx #H destruct +