X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambda_delta%2Fbasic_2%2Fstatic%2Flsuba_ldrop.ma;h=247a8b22171478097a926daf9d75d0e4a37e9756;hb=ea83c19f4cac864dd87eb059d8aeb2343eba480f;hp=1094133f03ab5b7b56459db7ac02b9c42ee6f6fd;hpb=2ba7ef901a6b72210692792f2396c08bc0cff52c;p=helm.git diff --git a/matita/matita/contribs/lambda_delta/basic_2/static/lsuba_ldrop.ma b/matita/matita/contribs/lambda_delta/basic_2/static/lsuba_ldrop.ma index 1094133f0..247a8b221 100644 --- a/matita/matita/contribs/lambda_delta/basic_2/static/lsuba_ldrop.ma +++ b/matita/matita/contribs/lambda_delta/basic_2/static/lsuba_ldrop.ma @@ -19,7 +19,6 @@ include "basic_2/static/lsuba.ma". (* Properties concerning basic local environment slicing ********************) (* Note: the constant 0 cannot be generalized *) - lemma lsuba_ldrop_O1_conf: ∀L1,L2. L1 ⁝⊑ L2 → ∀K1,e. ⇩[0, e] L1 ≡ K1 → ∃∃K2. K1 ⁝⊑ K2 & ⇩[0, e] L2 ≡ K2. #L1 #L2 #H elim H -L1 -L2 @@ -41,6 +40,7 @@ lemma lsuba_ldrop_O1_conf: ∀L1,L2. L1 ⁝⊑ L2 → ∀K1,e. ⇩[0, e] L1 ≡ ] qed-. +(* Note: the constant 0 cannot be generalized *) lemma lsuba_ldrop_O1_trans: ∀L1,L2. L1 ⁝⊑ L2 → ∀K2,e. ⇩[0, e] L2 ≡ K2 → ∃∃K1. K1 ⁝⊑ K2 & ⇩[0, e] L1 ≡ K1. #L1 #L2 #H elim H -L1 -L2