1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 include "basic_2/computation/cprs.ma".
16 include "basic_2/computation/xprs.ma".
18 (* EXTENDED PARALLEL COMPUTATION ON TERMS ***********************************)
20 (* properties on context sensitive parallel computation for terms ***********)
22 lemma cprs_xprs: ∀h,g,L,T1,T2. L ⊢ T1 ➡* T2 → ⦃h, L⦄ ⊢ T1 •➡*[g] T2.
23 #h #g #L #T1 #T2 #H @(cprs_ind … H) -T2 // /3 width=3/