]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/relocation/lexs_length.ma
- exclusion binder added in local environments
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / relocation / lexs_length.ma
index e407927a25ce70f8b7d2b3bc11a65d40aff2c3a7..812a75eeade78d1c2373a6eb7484dc15b212e5f8 100644 (file)
@@ -12,7 +12,7 @@
 (*                                                                        *)
 (**************************************************************************)
 
-include "basic_2/grammar/lenv_length.ma".
+include "basic_2/syntax/lenv_length.ma".
 include "basic_2/relocation/lexs.ma".
 
 (* GENERIC ENTRYWISE EXTENSION OF CONTEXT-SENSITIVE REALTIONS FOR TERMS *****)
@@ -20,6 +20,7 @@ include "basic_2/relocation/lexs.ma".
 (* Forward lemmas with length for local environments ************************)
 
 (* Basic_2A1: includes: lpx_sn_fwd_length *)
-lemma lexs_fwd_length: â\88\80RN,RP,f,L1,L2. L1 â¦»*[RN, RP, f] L2 → |L1| = |L2|.
+lemma lexs_fwd_length: â\88\80RN,RP,f,L1,L2. L1 âª¤*[RN, RP, f] L2 → |L1| = |L2|.
 #RM #RP #f #L1 #L2 #H elim H -f -L1 -L2 //
+#f #I1 #I2 #L1 #L2 >length_bind >length_bind //
 qed-.