]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambda_delta/basic_2/etc/csup/yprs_xprs.etc
2feb88a2f7a5cbf34d86054ddaea3cc63d15235c
[helm.git] / matita / matita / contribs / lambda_delta / basic_2 / etc / csup / yprs_xprs.etc
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/computation/xprs_cprs.ma".
16 include "basic_2/computation/yprs.ma".
17
18 (* HYPER PARALLEL COMPUTATION ON CLOSURES ***********************************)
19
20 (* Properties on extended parallel computation for terms ********************)
21
22 lemma xprs_yprs: ∀h,g,L,T1,T2. ⦃h, L⦄ ⊢ T1 •➡*[g] T2 →
23                  h ⊢ ⦃L, T1⦄ •⥸*[g] ⦃L, T2⦄.
24 #h #g #L #T1 #T2 #H @(xprs_ind … H) -T2 // /3 width=4/
25 qed.
26
27 lemma cprs_yprs: ∀h,g,L,T1,T2. L ⊢ T1 ➡* T2 → h ⊢ ⦃L, T1⦄ •⥸*[g] ⦃L, T2⦄.
28 /3 width=1/ qed.