X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambda_delta%2Fbasic_2%2Freducibility%2Fxpr_aaa.ma;fp=matita%2Fmatita%2Fcontribs%2Flambda_delta%2Fbasic_2%2Freducibility%2Fxpr_aaa.ma;h=051ef051454216743f2167dbcc9730f61ef50a7b;hb=a2144f09d1bd7022c1f2dfd4909a1fb9772c8d56;hp=0000000000000000000000000000000000000000;hpb=770ba48ba232d7f1782629c572820a0f1bfe4fde;p=helm.git diff --git a/matita/matita/contribs/lambda_delta/basic_2/reducibility/xpr_aaa.ma b/matita/matita/contribs/lambda_delta/basic_2/reducibility/xpr_aaa.ma new file mode 100644 index 000000000..051ef0514 --- /dev/null +++ b/matita/matita/contribs/lambda_delta/basic_2/reducibility/xpr_aaa.ma @@ -0,0 +1,25 @@ +(**************************************************************************) +(* ___ *) +(* ||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/static/ssta_aaa.ma". +include "basic_2/reducibility/lcpr_aaa.ma". +include "basic_2/reducibility/xpr.ma". + +(* EXTENDED PARALLEL REDUCTION ON TERMS *************************************) + +(* Properties on atomic arity assignment for terms **************************) + +lemma xpr_aaa: ∀h,g,L,T,A. L ⊢ T ⁝ A → ∀U. ⦃h, L⦄ ⊢ T ➸[g] U → L ⊢ U ⁝ A. +#h #g #L #T #A #HT #U * [2: * ] /2 width=3/ /2 width=6/ +qed.