]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/static/lsubr_length.ma
renaming in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / static / lsubr_length.ma
index 9c6beef120bd08f226502783f89e77affc48c81c..db04cd8fac35b21ace48a49f7ffeb11b9bae47c4 100644 (file)
@@ -19,6 +19,6 @@ include "basic_2/static/lsubr.ma".
 
 (* Forward lemmas with length for local environments ************************)
 
-lemma lsubr_fwd_length: ∀L1,L2. L1 ⫃ L2 → |L2|  |L1|.
-#L1 #L2 #H elim H -L1 -L2 /2 width=1 by O, le_S_S/
+lemma lsubr_fwd_length: ∀L1,L2. L1 ⫃ L2 → |L2| = |L1|.
+#L1 #L2 #H elim H -L1 -L2 normalize //
 qed-.