X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fstatic%2Flsuba_aaa.ma;h=84f997c825f60b81e1b138e8767ce4421d68a08c;hb=58ea181757dce19b875b2f5a224fe193b2263004;hp=7588e5cc73327d4759e499f98194e08efc5aaa23;hpb=52e675f555f559c047d5449db7fc89a51b977d35;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/static/lsuba_aaa.ma b/matita/matita/contribs/lambdadelta/basic_2/static/lsuba_aaa.ma index 7588e5cc7..84f997c82 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/static/lsuba_aaa.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/static/lsuba_aaa.ma @@ -15,21 +15,20 @@ include "basic_2/static/aaa_aaa.ma". include "basic_2/static/lsuba.ma". -(* LOCAL ENVIRONMENT REFINEMENT FOR ATOMIC ARITY ASSIGNMENT *****************) +(* RESTRICTED REFINEMENT FOR ATOMIC ARITY ASSIGNMENT ************************) -(* Properties concerning atomic arity assignment ****************************) +(* Properties with atomic arity assignment **********************************) lemma lsuba_aaa_conf: ∀G,L1,V,A. ⦃G, L1⦄ ⊢ V ⁝ A → - ∀L2. G ⊢ L1 ⁝⫃ L2 → ⦃G, L2⦄ ⊢ V ⁝ A. + ∀L2. G ⊢ L1 ⫃⁝ L2 → ⦃G, L2⦄ ⊢ V ⁝ A. #G #L1 #V #A #H elim H -G -L1 -V -A [ // -| #I #G #L1 #K1 #V #A #i #HLK1 #HV #IHV #L2 #HL12 - elim (lsuba_drop_O1_conf … HL12 … HLK1) -L1 #X #H #HLK2 - elim (lsuba_inv_pair1 … H) -H * #K2 - [ #HK12 #H destruct /3 width=5 by aaa_lref/ - | #W0 #V0 #A0 #HV0 #HW0 #_ #H1 #H2 #H3 destruct - lapply (aaa_mono … HV0 … HV) #H destruct -V0 /2 width=5 by aaa_lref/ - ] +| #I #G #L1 #V #A #HA #IH #L2 #H + elim (lsuba_inv_pair1 … H) -H * /3 width=1 by aaa_zero/ + #L0 #W0 #V0 #A0 #HV0 #HW0 #HL10 #H1 #H2 #H3 destruct + lapply (aaa_mono … HV0 … HA) #H destruct -V0 -L1 /2 width=1 by aaa_zero/ +| #I #G #K1 #V #A #i #_ #IH #L2 #H + elim (lsuba_inv_pair1 … H) -H * /3 width=1 by aaa_lref/ | /4 width=2 by lsuba_pair, aaa_abbr/ | /4 width=1 by lsuba_pair, aaa_abst/ | /3 width=3 by aaa_appl/ @@ -38,16 +37,15 @@ lemma lsuba_aaa_conf: ∀G,L1,V,A. ⦃G, L1⦄ ⊢ V ⁝ A → qed-. lemma lsuba_aaa_trans: ∀G,L2,V,A. ⦃G, L2⦄ ⊢ V ⁝ A → - ∀L1. G ⊢ L1 ⁝⫃ L2 → ⦃G, L1⦄ ⊢ V ⁝ A. + ∀L1. G ⊢ L1 ⫃⁝ L2 → ⦃G, L1⦄ ⊢ V ⁝ A. #G #L2 #V #A #H elim H -G -L2 -V -A [ // -| #I #G #L2 #K2 #V #A #i #HLK2 #H1V #IHV #L1 #HL12 - elim (lsuba_drop_O1_trans … HL12 … HLK2) -L2 #X #H #HLK1 - elim (lsuba_inv_pair2 … H) -H * #K1 - [ #HK12 #H destruct /3 width=5 by aaa_lref/ - | #V0 #A0 #HV0 #H2V #_ #H1 #H2 destruct - lapply (aaa_mono … H2V … H1V) #H destruct -K2 /2 width=5 by aaa_lref/ - ] +| #I #G #L2 #V #A #HA #IH #L1 #H + elim (lsuba_inv_pair2 … H) -H * /3 width=1 by aaa_zero/ + #L0 #V0 #A0 #HV0 #HV #HL02 #H1 #H2 destruct + lapply (aaa_mono … HV … HA) #H destruct -L2 /2 width=1 by aaa_zero/ +| #I #G #K2 #V #A #i #_ #IH #L1 #H + elim (lsuba_inv_pair2 … H) -H * /3 width=1 by aaa_lref/ | /4 width=2 by lsuba_pair, aaa_abbr/ | /4 width=1 by lsuba_pair, aaa_abst/ | /3 width=3 by aaa_appl/