X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frelocation%2Flifts_weight_bind.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frelocation%2Flifts_weight_bind.ma;h=152ecbba1223effb60e5d6f2515cd790bb8d124c;hb=69d929da2e17a9acc74edd49c2e726c72abf42ae;hp=0000000000000000000000000000000000000000;hpb=5ad776e509cd35fa003292e8bf2ed8f31d2c0a4b;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/relocation/lifts_weight_bind.ma b/matita/matita/contribs/lambdadelta/basic_2/relocation/lifts_weight_bind.ma new file mode 100644 index 000000000..152ecbba1 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/relocation/lifts_weight_bind.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 "basic_2/syntax/bind_weight.ma". +include "basic_2/relocation/lifts_weight.ma". +include "basic_2/relocation/lifts_bind.ma". + +(* GENERIC RELOCATION FOR BINDERS *******************************************) + +(* Forward lemmas with weight for binders ***********************************) + +lemma liftsb_fwd_bw: ∀f,I1,I2. ⬆*[f] I1 ≡ I2 → ♯{I1} = ♯{I2}. +#f #I1 #I2 * -I1 -I2 /2 width=2 by lifts_fwd_tw/ +qed-.