]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/relocation/lifts_weight.ma
- uniform relocations
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / relocation / lifts_weight.ma
index ace77ad27fba59cddc85c3dd473986d59c919a8b..5bfb660aeab6008a795b01992169782bebcaaeca 100644 (file)
@@ -17,9 +17,9 @@ include "basic_2/relocation/lifts.ma".
 
 (* 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: ∀T1,T2,f. ⬆*[f] T1 ≡ T2 → ♯{T1} = ♯{T2}.
+#T1 #T2 #f #H elim H -T1 -T2 -f normalize //
 qed-.