1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "static_2/syntax/term_weight.ma".
16 include "static_2/syntax/bind.ma".
18 (* WEIGHT OF A BINDER FOR LOCAL ENVIRONMENTS *******************************)
20 rec definition bw I ≝ match I with
26 "weight (binder for local environments)"
29 (* Basic properties *********************************************************)
31 lemma bw_unit_unfold (I): 𝟏 = ♯❨BUnit I❩.
34 lemma bw_pair_unfold (I) (V): ♯❨V❩ = ♯❨BPair I V❩.