X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frelocation%2Flreq_length.ma;h=fcb54e71ac4f9ddea73abe5e844a632977b9eba3;hb=e9da8e091898b6e67a2f270581bdc5cdbe80e9b0;hp=817360e99b1349e7a2b7859dc16068a8ea994205;hpb=3a430d712f9d87185e9271b7b0c5188c5f311e4b;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 index 817360e99..fcb54e71a 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/relocation/lreq_length.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/relocation/lreq_length.ma @@ -20,5 +20,5 @@ include "basic_2/relocation/lreq.ma". (* Forward lemmas with length for local environments ************************) (* Basic_2A1: includes: lreq_fwd_length *) -lemma lreq_fwd_length: ∀L1,L2,f. L1 ≡[f] L2 → |L1| = |L2|. +lemma lreq_fwd_length: ∀f,L1,L2. L1 ≡[f] L2 → |L1| = |L2|. /2 width=4 by lexs_fwd_length/ qed-.