]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/multiple/llor_ldrop.ma
now we use the version of lazy union for local environments in which
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / multiple / llor_ldrop.ma
index f8458d3c63a4a7e39e3361e766032e25e21a6db3..afc0924d9d4c3405c6b955dc00b8cfd12277c9f6 100644 (file)
@@ -19,7 +19,7 @@ include "basic_2/multiple/llor.ma".
 
 (* Advanced properties ******************************************************)
 
-lemma llor_skip: ∀L1,L2,U,d. |L1|  |L2| → yinj (|L1|) ≤ d → L1 ⩖[U, d] L2 ≡ L1.
+lemma llor_skip: ∀L1,L2,U,d. |L1| = |L2| → yinj (|L1|) ≤ d → L1 ⩖[U, d] L2 ≡ L1.
 #L1 #L2 #U #d #HL12 #Hd @and3_intro // -HL12
 #I1 #I2 #I #K1 #K2 #K #W1 #W2 #W #i #HLK1 #_ #HLK -L2 -K2
 lapply (ldrop_mono … HLK … HLK1) -HLK #H destruct
@@ -27,4 +27,4 @@ lapply (ldrop_fwd_length_lt2 … HLK1) -K1
 /5 width=3 by ylt_yle_trans, ylt_inj, or3_intro0, and3_intro/
 qed.
 
-axiom llor_total: ∀L1,L2,T,d. |L1|  |L2| → ∃L. L1 ⩖[T, d] L2 ≡ L.
+axiom llor_total: ∀L1,L2,T,d. |L1| = |L2| → ∃L. L1 ⩖[T, d] L2 ≡ L.