X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fsyntax%2Fbind_weight.ma;h=2cf1bc17099bd5e19ea558cfba80eeecfb61adcb;hp=c1f512f33338f8ec37f66cff654e0fd95adf3841;hb=bd53c4e895203eb049e75434f638f26b5a161a2b;hpb=3b7b8afcb429a60d716d5226a5b6ab0d003228b1 diff --git a/matita/matita/contribs/lambdadelta/static_2/syntax/bind_weight.ma b/matita/matita/contribs/lambdadelta/static_2/syntax/bind_weight.ma index c1f512f33..2cf1bc170 100644 --- a/matita/matita/contribs/lambdadelta/static_2/syntax/bind_weight.ma +++ b/matita/matita/contribs/lambdadelta/static_2/syntax/bind_weight.ma @@ -19,13 +19,13 @@ include "static_2/syntax/bind.ma". rec definition bw I ≝ match I with [ BUnit _ ⇒ 1 -| BPair _ V ⇒ ♯{V} +| BPair _ V ⇒ ♯❨V❩ ]. interpretation "weight (binder for local environments)" 'Weight I = (bw I). (* Basic properties *********************************************************) -lemma bw_pos: ∀I. 1 ≤ ♯{I}. +lemma bw_pos: ∀I. 1 ≤ ♯❨I❩. * // qed.