]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambda_delta/basic_2/computation/fprs.ma
- some confluence results for focalized reduction and computation
[helm.git] / matita / matita / contribs / lambda_delta / basic_2 / computation / fprs.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/reducibility/fpr.ma".
16
17 (* CONTEXT-FREE PARALLEL COMPUTATION ON CLOSURES ****************************)
18
19 definition fprs: bi_relation lenv term ≝ bi_TC … fpr.
20
21 interpretation "context-free parallel computation (closure)"
22    'FocalizedPRedStar L1 T1 L2 T2 = (fprs L1 T1 L2 T2).
23
24 (* Basic properties *********************************************************)
25
26 lemma fprs_refl: bi_reflexive … fprs.
27 /2 width=1/ qed.
28
29 lemma fprs_strap1: ∀L1,L,L2,T1,T,T2. ⦃L1, T1⦄ ➡* ⦃L, T⦄ → ⦃L, T⦄ ➡ ⦃L2, T2⦄ →
30                    ⦃L1, T1⦄ ➡* ⦃L2, T2⦄.
31 /2 width=4/ qed.
32
33 lemma fprs_strap2: ∀L1,L,L2,T1,T,T2. ⦃L1, T1⦄ ➡ ⦃L, T⦄ → ⦃L, T⦄ ➡* ⦃L2, T2⦄ →
34                    ⦃L1, T1⦄ ➡* ⦃L2, T2⦄.
35 /2 width=4/ qed.