]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/relocation/lifts_weight.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / relocation / lifts_weight.ma
index 17952bba8b3029c231d27420bd08e1fda9127088..3504082babdb051ade23e800a094aa05f805c967 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/grammar/term_weight.ma".
+include "basic_2/syntax/term_weight.ma".
 include "basic_2/relocation/lifts.ma".
 
-(* GENERIC TERM RELOCATION **************************************************)
+(* GENERIC RELOCATION FOR TERMS *********************************************)
 
-(* Forward lemmas on weight for terms ***************************************)
+(* Forward lemmas with weight for terms *************************************)
 
 (* Basic_2A1: includes: lift_fwd_tw *)
-lemma lifts_fwd_tw: ∀T1,T2,t. ⬆*[t] T1 ≡ T2 → ♯{T1} = ♯{T2}.
-#T1 #T2 #t #H elim H -T1 -T2 -t normalize //
+lemma lifts_fwd_tw: ∀f,T1,T2. ⬆*[f] T1 ≘ T2 → ♯{T1} = ♯{T2}.
+#f #T1 #T2 #H elim H -f -T1 -T2 normalize //
 qed-.