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/rt_transition/fpbc_fqup.ma".
16 include "basic_2/rt_transition/cpm_cpx.ma".
18 (* T-BOUND CONTEXT-SENSITIVE PARALLEL RT-TRANSITION FOR TERMS ***************)
20 (* Forward lemmas with proper rst-transition for closures *******************)
22 (* Basic_2A1: includes: cpr_fpb *)
23 (* Basic_2A1: uses: cpm_fpb *)
24 lemma cpm_fwd_fpbc (h) (n) (G) (L):
25 ∀T1,T2. ❪G,L❫ ⊢ T1 ➡[h,n] T2 → (T1 ≅ T2 → ⊥) → ❪G,L,T1❫ ≻ ❪G,L,T2❫.
26 /3 width=3 by cpx_fpbc, cpm_fwd_cpx/ qed-.