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 "basic_2/grammar/term_weight.ma".
16 include "basic_2/relocation/lifts.ma".
18 (* GENERIC RELOCATION FOR TERMS *********************************************)
20 (* Forward lemmas with weight for terms *************************************)
22 (* Basic_2A1: includes: lift_fwd_tw *)
23 lemma lifts_fwd_tw: ∀f,T1,T2. ⬆*[f] T1 ≡ T2 → ♯{T1} = ♯{T2}.
24 #f #T1 #T2 #H elim H -f -T1 -T2 normalize //