X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fcomputation%2Fcpre.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fcomputation%2Fcpre.ma;h=6b998fb131999f8cc104dacc5ada63d1a276461b;hb=1f30483032488ac4df2310b68fe8146e05524fec;hp=2e81a1a0a31e64a50a980138f994653ead0c63e8;hpb=8676e97d61b676fac6b740f6e10503672e992c00;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/computation/cpre.ma b/matita/matita/contribs/lambdadelta/basic_2/computation/cpre.ma index 2e81a1a0a..6b998fb13 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/computation/cpre.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/computation/cpre.ma @@ -12,17 +12,17 @@ (* *) (**************************************************************************) -include "basic_2/notation/relations/peval_4.ma". +include "basic_2/notation/relations/predeval_4.ma". include "basic_2/computation/cprs.ma". include "basic_2/computation/csx.ma". -(* CONTEXT-SENSITIVE PARALLEL EVALUATION ON TERMS **************************) +(* EVALUATION FOR CONTEXT-SENSITIVE PARALLEL REDUCTION ON TERMS *************) definition cpre: relation4 genv lenv term term ≝ λG,L,T1,T2. ⦃G, L⦄ ⊢ T1 ➡* T2 ∧ ⦃G, L⦄ ⊢ ➡ 𝐍⦃T2⦄. -interpretation "context-sensitive parallel evaluation (term)" - 'PEval G L T1 T2 = (cpre G L T1 T2). +interpretation "evaluation for context-sensitive parallel reduction (term)" + 'PRedEval G L T1 T2 = (cpre G L T1 T2). (* Basic_properties *********************************************************)