X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fdynamic%2Fcnv_cpme.ma;h=be0443bca6b90a7c39ee7cb6ea80ec2745b1be67;hp=dd3d99a308c1c8cf9c6a906d001b49d6ab09f8f5;hb=31be09cc0d040577917783e050e1d38c0daa8f01;hpb=bf2b1df641df98a3b614a8c3d53edee8beb0964a diff --git a/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_cpme.ma b/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_cpme.ma index dd3d99a30..be0443bca 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_cpme.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/dynamic/cnv_cpme.ma @@ -20,6 +20,13 @@ include "basic_2/dynamic/cnv_preserve.ma". (* Properties with evaluation for t-bound rt-transition on terms ************) +lemma cnv_cpme_trans (a) (h) (n) (G) (L): + ∀T1. ⦃G,L⦄ ⊢ T1 ![a,h] → + ∀T2. ⦃G,L⦄ ⊢ T1 ➡*[h,n] 𝐍⦃T2⦄ → ⦃G,L⦄ ⊢ T2 ![a,h]. +#a #h #n #G #L #T1 #HT1 #T2 * #HT12 #_ +/2 width=4 by cnv_cpms_trans/ +qed-. + lemma cnv_cpme_cpms_conf (a) (h) (n) (G) (L): ∀T. ⦃G,L⦄ ⊢ T ![a,h] → ∀T1. ⦃G,L⦄ ⊢ T ➡*[n,h] T1 → ∀T2. ⦃G,L⦄ ⊢ T ➡*[h,n] 𝐍⦃T2⦄ → ⦃G,L⦄ ⊢ T1 ➡*[h] 𝐍⦃T2⦄.