X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_transition%2Fcpm_aaa.ma;h=a096f5229b5c76b282b26dca6edd350b6ff90bd1;hb=ca7327c20c6031829fade8bb84a3a1bb66113f54;hp=b5a67ac4e6be04b043135dc225635e65374ddcbc;hpb=db020b4218272e2e35641ce3bc3b0a9b3afda899;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_aaa.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_aaa.ma index b5a67ac4e..a096f5229 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_aaa.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_aaa.ma @@ -20,22 +20,22 @@ include "basic_2/rt_transition/lpx_aaa.ma". (* Properties with atomic arity assignment for terms ************************) (* Basic_2A1: includes: cpr_aaa_conf *) -lemma cpm_aaa_conf (n) (h): ∀G,L. Conf3 … (aaa G L) (cpm h G L n). +lemma cpm_aaa_conf (h) (n): ∀G,L. Conf3 … (aaa G L) (cpm h G L n). /3 width=5 by cpx_aaa_conf, cpm_fwd_cpx/ qed-. (* Note: one of these U is the inferred type of T *) lemma aaa_cpm_SO (h) (G) (L) (A): - ∀T. ⦃G,L⦄ ⊢ T ⁝ A → ∃U. ⦃G,L⦄ ⊢ T ➡[1,h] U. + ∀T. ❪G,L❫ ⊢ T ⁝ A → ∃U. ❪G,L❫ ⊢ T ➡[h,1] U. #h #G #L #A #T #H elim H -G -L -T -A [ /3 width=2 by ex_intro/ | * #G #L #V #B #_ * #V0 #HV0 - [ elim (lifts_total V0 (𝐔❴1❵)) #W0 #HVW0 + [ elim (lifts_total V0 (𝐔❨1❩)) #W0 #HVW0 /3 width=4 by cpm_delta, ex_intro/ - | elim (lifts_total V (𝐔❴1❵)) #W #HVW -V0 + | elim (lifts_total V (𝐔❨1❩)) #W #HVW -V0 /3 width=4 by cpm_ell, ex_intro/ ] | #I #G #L #A #i #_ * #T0 #HT0 - elim (lifts_total T0 (𝐔❴1❵)) #U0 #HTU0 + elim (lifts_total T0 (𝐔❨1❩)) #U0 #HTU0 /3 width=4 by cpm_lref, ex_intro/ | #p #G #L #V #T #B #A #_ #_ #_ * #T0 #HT0 /3 width=2 by cpm_bind, ex_intro/