X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Freduction%2Fcix.ma;h=61d14f01146bb4d8b9592efc7a91d2f7007278da;hb=a76f56fdad6348b167376093920650379c9936d4;hp=ad3c608314c37ba3cff8e67b532e06e390a4128a;hpb=606dab57f31b66eb3f30f603185124b88dfad4c1;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/reduction/cix.ma b/matita/matita/contribs/lambdadelta/basic_2/reduction/cix.ma index ad3c60831..61d14f011 100644 --- a/matita/matita/contribs/lambdadelta/basic_2/reduction/cix.ma +++ b/matita/matita/contribs/lambdadelta/basic_2/reduction/cix.ma @@ -12,17 +12,17 @@ (* *) (**************************************************************************) -include "basic_2/notation/relations/notreducible_5.ma". +include "basic_2/notation/relations/prednotreducible_5.ma". include "basic_2/reduction/cir.ma". include "basic_2/reduction/crx.ma". -(* CONTEXT-SENSITIVE EXTENDED IRREDUCIBLE TERMS *****************************) +(* IRREDUCIBLE TERMS FOR CONTEXT-SENSITIVE EXTENDED REDUCTION ***************) definition cix: ∀h. sd h → relation3 genv lenv term ≝ λh,g,G,L,T. ⦃G, L⦄ ⊢ ➡[h, g] 𝐑⦃T⦄ → ⊥. -interpretation "context-sensitive extended irreducibility (term)" - 'NotReducible h g G L T = (cix h g G L T). +interpretation "irreducibility for context-sensitive extended reduction (term)" + 'PRedNotReducible h g G L T = (cix h g G L T). (* Basic inversion lemmas ***************************************************)