X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcpue.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Fcpue.ma;h=0000000000000000000000000000000000000000;hb=bac74b5cff042d37e1abc9c961a6c41094b8a294;hp=a22002aede2a9afdbe569255c6d924490b2f1542;hpb=cacd7323994f7621286dbfd93bbf4c50acfbe918;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpue.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpue.ma deleted file mode 100644 index a22002aed..000000000 --- a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpue.ma +++ /dev/null @@ -1,25 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||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/notation/relations/prediteval_5.ma". -include "basic_2/rt_transition/cnu.ma". -include "basic_2/rt_computation/cpms.ma". - -(* EVALUATION FOR T-UNBOUND RT-TRANSITION ON TERMS **************************) - -definition cpue (h) (G) (L): relation2 term term ≝ - λT1,T2. ∃∃n. ⦃G,L⦄ ⊢ T1 ➡*[n,h] T2 & ⦃G,L⦄ ⊢ ⥲[h] 𝐍⦃T2⦄. - -interpretation "evaluation for t-unbound context-sensitive parallel rt-transition (term)" - 'PRedITEval h G L T1 T2 = (cpue h G L T1 T2).