]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/cprre_csx.ma
made executable again
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / cprre_csx.ma
index a6675e4b4abf114431250e10725361ab33407bbb..1527f86b1f8cb8f8370c38eed12568461c8b3b24 100644 (file)
@@ -19,16 +19,16 @@ include "basic_2/rt_computation/cprre.ma".
 
 (* EVALUATION FOR CONTEXT-SENSITIVE PARALLEL R-TRANSITION ON TERMS **********)
 
-(* Properties with strong normalization for unbound rt-transition for terms *)
+(* Properties with strongly normalizing terms for extended rt-transition ****)
 
 (* Basic_1: was just: nf2_sn3 *)
 (* Basic_2A1: was: csx_cpre *)
 lemma cprre_total_csx (h) (G) (L):
-      â\88\80T1. â\9dªG,Lâ\9d« â\8a¢ â¬\88*[h] ð\9d\90\92â\9dªT1â\9d« â\86\92 â\88\83T2. â\9dªG,Lâ\9d« ⊢ T1 ➡*𝐍[h,0] T2.
+      â\88\80T1. â\9d¨G,Lâ\9d© â\8a¢ â¬\88\9d\90\92 T1 â\86\92 â\88\83T2. â\9d¨G,Lâ\9d© ⊢ T1 ➡*𝐍[h,0] T2.
 #h #G #L #T1 #H
 @(csx_ind … H) -T1 #T1 #_ #IHT1
 elim (cnr_dec_teqx h G L T1) [ /3 width=3 by ex_intro, cpmre_intro/ ] *
 #T0 #HT10 #HnT10
-elim (IHT1 … HnT10) -IHT1 -HnT10 [| /2 width=2 by cpm_fwd_cpx/ ]
+elim (IHT1 … HnT10) -IHT1 -HnT10 [| /2 width=3 by cpm_fwd_cpx/ ]
 #T2 * /4 width=3 by cprs_step_sn, ex_intro, cpmre_intro/
 qed-.