X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fsyntax%2Flenv_weight.ma;h=66d46a41fae7be54262c032febc6732a5d4cc582;hb=98e786e1a6bd7b621e37ba7cd4098d4a0a6f8278;hp=01ff8b7ad00c8672da3f3040498b5bc55c6daea3;hpb=ff612dc35167ec0c145864c9aa8ae5e1ebe20a48;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/static_2/syntax/lenv_weight.ma b/matita/matita/contribs/lambdadelta/static_2/syntax/lenv_weight.ma index 01ff8b7ad..66d46a41f 100644 --- a/matita/matita/contribs/lambdadelta/static_2/syntax/lenv_weight.ma +++ b/matita/matita/contribs/lambdadelta/static_2/syntax/lenv_weight.ma @@ -19,7 +19,7 @@ include "static_2/syntax/lenv.ma". rec definition lw L ≝ match L with [ LAtom ⇒ 0 -| LBind L I ⇒ lw L + ♯{I} +| LBind L I ⇒ lw L + ♯❨I❩ ]. interpretation "weight (local environment)" 'Weight L = (lw L). @@ -27,8 +27,8 @@ interpretation "weight (local environment)" 'Weight L = (lw L). (* Basic properties *********************************************************) (* Basic_2A1: uses: lw_pair *) -lemma lw_bind: ∀I,L. ♯{L} < ♯{L.ⓘ{I}}. -normalize /2 width=1 by monotonic_le_plus_r/ qed. +lemma lw_bind: ∀I,L. ♯❨L❩ < ♯❨L.ⓘ[I]❩. +normalize /2 width=1 by nle_plus_bi_sn/ qed. (* Basic_1: removed theorems 4: clt_cong clt_head clt_thead clt_wf_ind *) (* Basic_1: removed local theorems 1: clt_wf__q_ind *)