]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_cpx.ma
milestone update in basic_2, update in ground and static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpm_cpx.ma
index 6586e600ce8732e0b376ef8dc523becc0589c88a..5251ac507408ec19aa9560c5dbe0ab3d0e5eb1cd 100644 (file)
@@ -17,10 +17,11 @@ include "basic_2/rt_transition/cpm.ma".
 
 (* T-BOUND CONTEXT-SENSITIVE PARALLEL RT-TRANSITION FOR TERMS ***************)
 
-(* Forward lemmas with unbound context-sensitive rt-transition for terms ****)
+(* Forward lemmas with extended context-sensitive rt-transition for terms ***)
 
 (* Basic_2A1: includes: cpr_cpx *)
-lemma cpm_fwd_cpx: ∀h,n,G,L,T1,T2. ❪G,L❫ ⊢ T1 ➡[h,n] T2 → ❪G,L❫ ⊢ T1 ⬈[h] T2.
-#h #n #G #L #T1 #T2 * #c #Hc #H elim H -L -T1 -T2
-/2 width=3 by cpx_theta, cpx_beta, cpx_ee, cpx_eps, cpx_zeta, cpx_flat, cpx_bind, cpx_lref, cpx_delta/
+lemma cpm_fwd_cpx (h) (n) (G) (L):
+      ∀T1,T2. ❪G,L❫ ⊢ T1 ➡[h,n] T2 → ❪G,L❫ ⊢ T1 ⬈ T2.
+#h #n #G #L #T1 #T2 * #c #_ #HT12
+/2 width=4 by cpg_cpx/
 qed-.