X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fmultiple%2Fllor.ma;h=fc950fdb150c8784bc44b2ea7f9feaa33a6c3ff3;hb=52e675f555f559c047d5449db7fc89a51b977d35;hp=fa3e511af2b0b0f7e5ce87cd43a5220a0af597c6;hpb=3f37332f773685e992ae666cada75d5efaecd4bb;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/multiple/llor.ma b/matita/matita/contribs/lambdadelta/basic_2/multiple/llor.ma index fa3e511af..fc950fdb1 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/multiple/llor.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/multiple/llor.ma @@ -18,7 +18,7 @@ include "basic_2/multiple/frees.ma". (* POINTWISE UNION FOR LOCAL ENVIRONMENTS ***********************************) definition llor: ynat → relation4 term lenv lenv lenv ≝ λd,T,L2,L1,L. - ∧∧ |L1| ≤ |L2| & |L1| = |L| + ∧∧ |L1| = |L2| & |L1| = |L| & (∀I1,I2,I,K1,K2,K,V1,V2,V,i. ⇩[i] L1 ≡ K1.ⓑ{I1}V1 → ⇩[i] L2 ≡ K2.ⓑ{I2}V2 → ⇩[i] L ≡ K.ⓑ{I}V → ∨∨ (∧∧ yinj i < d & I1 = I & V1 = V) | @@ -33,8 +33,8 @@ interpretation (* Basic properties *********************************************************) (* Note: this can be proved by llor_skip *) -lemma llor_atom: ∀L2,T,d. ⋆ ⩖[T, d] L2 ≡ ⋆. -#L2 #T #d @and3_intro // +lemma llor_atom: ∀T,d. ⋆ ⩖[T, d] ⋆ ≡ ⋆. +#T #d @and3_intro // #I1 #I2 #I #K1 #K2 #K #V1 #V2 #V #i #HLK1 -elim (ldrop_inv_atom1 … HLK1) -HLK1 #H destruct +elim (drop_inv_atom1 … HLK1) -HLK1 #H destruct qed.