X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fi_dynamic%2Fntas_ntas.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fi_dynamic%2Fntas_ntas.ma;h=67e7464cabd82f43d6a238ac6d2fe58001e18dd9;hb=86861e6f031df66824a381527dfe847029ff72bc;hp=0000000000000000000000000000000000000000;hpb=7e6fea0332e132a8cb89c689ba68c5e884c4354c;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/i_dynamic/ntas_ntas.ma b/matita/matita/contribs/lambdadelta/basic_2/i_dynamic/ntas_ntas.ma new file mode 100644 index 000000000..67e7464ca --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/i_dynamic/ntas_ntas.ma @@ -0,0 +1,27 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "basic_2/i_dynamic/ntas_preserve.ma". + +(* ITERATED NATIVE TYPE ASSIGNMENT FOR TERMS ********************************) + +(* Main properties **********************************************************) + +theorem ntas_trans (h) (a) (G) (L) (T0): + ∀n1,T1. ⦃G,L⦄ ⊢ T1 :*[h,a,n1] T0 → + ∀n2,T2. ⦃G,L⦄ ⊢ T0 :*[h,a,n2] T2 → ⦃G,L⦄ ⊢ T1 :*[h,a,n1+n2] T2. +#h #a #G #L #T0 #n1 #T1 * #X1 #HT0 #HT1 #H01 #H11 #n2 #T2 * #X2 #HT2 #_ #H22 #H02 +elim (cnv_cpms_conf … HT0 … H01 … H02) -T0