]> 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 e240002bf39a6fcaa70321e550b4bb690c52d922..db04cd8fac35b21ace48a49f7ffeb11b9bae47c4 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/grammar/lenv_length.ma".
+include "basic_2/syntax/lenv_length.ma".
 include "basic_2/static/lsubr.ma".
 
 (* RESTRICTED REFINEMENT FOR LOCAL ENVIRONMENTS *****************************)
 
 (* 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-.