]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/static_2/syntax/lenv_weight.ma
update in ground_2, static_2, basic_2, apps_2, alpha_1
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / syntax / lenv_weight.ma
index 01ff8b7ad00c8672da3f3040498b5bc55c6daea3..19a645439a1cd89b829ef508a50e07b2abbd18f3 100644 (file)
@@ -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,7 +27,7 @@ interpretation "weight (local environment)" 'Weight L = (lw L).
 (* Basic properties *********************************************************)
 
 (* Basic_2A1: uses: lw_pair *)
-lemma lw_bind: ∀I,L. ♯{L} < ♯{L.ⓘ{I}}.
+lemma lw_bind: ∀I,L. ♯❨L❩ < ♯❨L.ⓘ[I]❩.
 normalize /2 width=1 by monotonic_le_plus_r/ qed.
 
 (* Basic_1: removed theorems 4: clt_cong clt_head clt_thead clt_wf_ind *)