]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/rt_computation/fpbg_cpxs.ma
960979cacf79260f21ae07797cbfbd18e612c255
[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.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,o,G,L,T1,T2. ⦃G, L⦄ ⊢ T1 ⬈*[h] T2 →
25                        (T1 ≛[h, o] T2 → ⊥) → ⦃G, L, T1⦄ >[h, o] ⦃G, L, T2⦄.
26 #h #o #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.