]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/static_2/syntax/genv_weight.ma
update in ground_2, static_2, basic_2, apps_2, alpha_1
[helm.git] / matita / matita / contribs / lambdadelta / static_2 / syntax / genv_weight.ma
index 9bf005fa069ebc515ff1589a56fc9b9e43b78209..3dd315e0a6e39d128f6b7c978135db72aa3169e1 100644 (file)
@@ -19,12 +19,12 @@ include "static_2/syntax/genv.ma".
 
 rec definition gw G ≝ match G with
 [ GAtom       ⇒ 0
-| GPair G I T ⇒ gw G + ♯{T}
+| GPair G I T ⇒ gw G + ♯❨T❩
 ].
 
 interpretation "weight (global environment)" 'Weight G = (gw G).
 
 (* Basic properties *********************************************************)
 
-lemma gw_pair: ∀I,G,T. ♯{G} < ♯{G.ⓑ{I}T}.
+lemma gw_pair: ∀I,G,T. ♯❨G❩ < ♯❨G.ⓑ[I]T❩.
 normalize /2 width=1 by monotonic_le_plus_r/ qed.