X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fstatic%2Flsuba_aaa.ma;h=f4dd5a524eb1f17e3562389f49a49cf92f4af109;hb=ff7754f834f937bfe2384c7703cf63f552885395;hp=65b4fd7832d3d403c0d364e45d5b13fac6947c80;hpb=4720368dcf18593959c6d21484f62fb5b61f3d26;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 65b4fd783..f4dd5a524 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/static/lsuba_aaa.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/static/lsuba_aaa.ma @@ -13,7 +13,7 @@ (**************************************************************************) include "basic_2/static/aaa_aaa.ma". -include "basic_2/static/lsuba_ldrop.ma". +include "basic_2/static/lsuba.ma". (* LOCAL ENVIRONMENT REFINEMENT FOR ATOMIC ARITY ASSIGNMENT *****************) @@ -26,14 +26,14 @@ lemma lsuba_aaa_conf: ∀G,L1,V,A. ⦃G, L1⦄ ⊢ V ⁝ A → | #I #G #L1 #K1 #V #A #i #HLK1 #HV #IHV #L2 #HL12 elim (lsuba_ldrop_O1_conf … HL12 … HLK1) -L1 #X #H #HLK2 elim (lsuba_inv_pair1 … H) -H * #K2 - [ #HK12 #H destruct /3 width=5/ + [ #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/ + lapply (aaa_mono … HV0 … HV) #H destruct -V0 /2 width=5 by aaa_lref/ ] -| /4 width=2/ -| /4 width=1/ -| /3 width=3/ -| /3 width=1/ +| /4 width=2 by lsuba_pair, aaa_abbr/ +| /4 width=1 by lsuba_pair, aaa_abst/ +| /3 width=3 by aaa_appl/ +| /3 width=1 by aaa_cast/ ] qed-. @@ -44,13 +44,13 @@ lemma lsuba_aaa_trans: ∀G,L2,V,A. ⦃G, L2⦄ ⊢ V ⁝ A → | #I #G #L2 #K2 #V #A #i #HLK2 #H1V #IHV #L1 #HL12 elim (lsuba_ldrop_O1_trans … HL12 … HLK2) -L2 #X #H #HLK1 elim (lsuba_inv_pair2 … H) -H * #K1 - [ #HK12 #H destruct /3 width=5/ + [ #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/ + lapply (aaa_mono … H2V … H1V) #H destruct -K2 /2 width=5 by aaa_lref/ ] -| /4 width=2/ -| /4 width=1/ -| /3 width=3/ -| /3 width=1/ +| /4 width=2 by lsuba_pair, aaa_abbr/ +| /4 width=1 by lsuba_pair, aaa_abst/ +| /3 width=3 by aaa_appl/ +| /3 width=1 by aaa_cast/ ] qed-.