]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpmre_aaa.ma
made executable again
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / cpmre_aaa.ma
index 3f3cf8bffc23ea37ca288739c9f603e093116329..f96423c3fc99fc4b8c2be9ec7add524e5426d445 100644 (file)
@@ -22,11 +22,11 @@ include "basic_2/rt_computation/cprre_cpms.ma".
 (* Properties with atomic atomic arity assignment on terms ******************)
 
 lemma cpmre_total_aaa (h) (n) (A) (G) (L):
-      â\88\80T1. â\9dªG,Lâ\9d« â\8a¢ T1 â\81\9d A â\86\92 â\88\83T2. â\9dªG,Lâ\9d« ⊢ T1 ➡*𝐍[h,n] T2.
+      â\88\80T1. â\9d¨G,Lâ\9d© â\8a¢ T1 â\81\9d A â\86\92 â\88\83T2. â\9d¨G,Lâ\9d© ⊢ T1 ➡*𝐍[h,n] T2.
 #h #n #A #G #L #T1 #HT1
 elim (cpms_total_aaa h … n … HT1) #T0 #HT10
 elim (cprre_total_csx h G L T0)
 [ #T2 /3 width=4 by cpms_cprre_trans, ex_intro/
-| /4 width=4 by cpms_fwd_cpxs, aaa_csx, csx_cpxs_trans/
+| /4 width=5 by cpms_fwd_cpxs, aaa_csx, csx_cpxs_trans/
 ]
 qed-.