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 "ground/arith/pnat_lt_plus.ma".
16 include "static_2/notation/functions/weight_1.ma".
17 include "static_2/syntax/term.ma".
19 (* WEIGHT OF A TERM *********************************************************)
21 rec definition tw T ≝ match T with
23 | TPair _ V T ⇒ ↑(tw V + tw T)
26 interpretation "weight (term)" 'Weight T = (tw T).
28 (* Basic properties *********************************************************)
30 lemma tw_atom_unfold (I): 𝟏 = ♯❨⓪[I]❩.
33 lemma tw_pair_unfold (I) (V) (T): ↑(♯❨V❩ + ♯❨T❩) = ♯❨②[I]V.T❩.
36 lemma tw_le_pair_dx (I): ∀V,T. ♯❨T❩ < ♯❨②[I]V.T❩.
37 /2 width=1 by plt_succ_dx_trans/
40 (* Basic_1: removed theorems 12:
42 wadd_le wadd_lt wadd_O weight_le weight_eq weight_add_O
43 weight_add_S tlt_trans tlt_head_sx tlt_head_dx tlt_wf_ind
45 (* Basic_1: removed local theorems 1: q_ind *)