]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma
milestone in basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / fpbg_cpxs.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/rt_computation/cpxs_tdeq.ma".
16 include "basic_2/rt_computation/fpbs_cpxs.ma".
17 include "basic_2/rt_computation/fpbg_fpbs.ma".
18
19 (* PROPER PARALLEL RST-COMPUTATION FOR CLOSURES *****************************)
20
21 (* Properties with unbound context-sensitive parallel rt-computation ********)
22
23 (* Basic_2A1: was: cpxs_fpbg *)
24 lemma cpxs_tdneq_fpbg (h): ∀G,L,T1,T2. ⦃G, L⦄ ⊢ T1 ⬈*[h] T2 →
25                            (T1 ≛ T2 → ⊥) → ⦃G, L, T1⦄ >[h] ⦃G, L, T2⦄.
26 #h #G #L #T1 #T2 #H #H0
27 elim (cpxs_tdneq_fwd_step_sn … H … H0) -H -H0
28 /4 width=5 by cpxs_tdeq_fpbs, fpb_cpx, ex2_3_intro/
29 qed.
30
31 lemma cpxs_fpbg_trans (h): ∀G1,L1,T1,T. ⦃G1, L1⦄ ⊢ T1 ⬈*[h] T →
32                            ∀G2,L2,T2. ⦃G1, L1, T⦄ >[h] ⦃G2, L2, T2⦄ → ⦃G1, L1, T1⦄ >[h] ⦃G2, L2, T2⦄.
33 /3 width=5 by fpbs_fpbg_trans, cpxs_fpbs/ qed-.