]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs.ma
d520aa6c2248116f325c345580413b0396b4d15e
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / lpxs.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "basic_2/notation/relations/predtysnstar_4.ma".
16 include "basic_2/relocation/lex.ma".
17 include "basic_2/rt_computation/cpxs.ma".
18
19 (* UNCOUNTED PARALLEL RT-COMPUTATION FOR LOCAL ENVIRONMENTS *****************)
20
21 definition lpxs: ∀h. relation3 genv lenv lenv ≝
22                  λh,G. lex (cpxs h G).
23
24 interpretation
25    "uncounted parallel rt-computation (local environment)"
26    'PRedTySnStar h G L1 L2 = (lpxs h G L1 L2).