X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frelocation%2Flreq_length.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frelocation%2Flreq_length.ma;h=1b932c4609c048d0caf09a529738ecd58d821b03;hb=bb6e68b2cf746bb3108543807207a1ca628ab442;hp=0000000000000000000000000000000000000000;hpb=85ba2f09d81f44b8c75505cc470f1fc5c431b9f2;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/relocation/lreq_length.ma b/matita/matita/contribs/lambdadelta/basic_2/relocation/lreq_length.ma new file mode 100644 index 000000000..1b932c460 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/relocation/lreq_length.ma @@ -0,0 +1,24 @@ +(**************************************************************************) +(* ___ *) +(* ||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/relocation/lexs_length.ma". +include "basic_2/relocation/lreq.ma". + +(* RANGED EQUIVALENCE FOR LOCAL ENVIRONMENTS ********************************) + +(* Forward lemmas on length for local environments **************************) + +(* Basic_2A1: includes: lreq_fwd_length *) +lemma lreq_fwd_length: ∀L1,L2,f. L1 ≡[f] L2 → |L1| = |L2|. +/2 width=4 by lexs_fwd_length/ qed-.