]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpt_cpm.ma
update in basic_2 and apps_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpt_cpm.ma
index bf7dff5d9f84865033deb8d8b9ab65b51ec61ed3..aadec180c3281d0a71a08e994dc810f61abae39b 100644 (file)
@@ -20,7 +20,7 @@ include "basic_2/rt_transition/cpt_fqu.ma".
 (* Forward lemmas with t-bound rt-transition for terms **********************)
 
 lemma cpt_fwd_cpm (h) (n) (G) (L):
-      ∀T1,T2. ❪G,L❫ ⊢ T1 ⬆[h,n] T2 → ❪G,L❫ ⊢ T1 ➡[n,h] T2.
+      ∀T1,T2. ❪G,L❫ ⊢ T1 ⬆[h,n] T2 → ❪G,L❫ ⊢ T1 ➡[h,n] T2.
 #h #n #G #L #T1 #T2 #H
 @(cpt_ind … H) -n -G -L -T1 -T2
 /3 width=3 by cpm_ee, cpm_cast, cpm_appl, cpm_bind, cpm_lref, cpm_ell, cpm_delta/