]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpmre.ma
update in ground_2, static_2, basic_2, apps_2, alpha_1
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / cpmre.ma
index 112f0aa345d53e62a1c343e6c8f6f60c204140bd..229477f8285014d5dccfb94f7f085e3d44902b4f 100644 (file)
@@ -20,7 +20,7 @@ include "basic_2/rt_computation/cpms.ma".
 
 (* Basic_2A1: uses: cprre *)
 definition cpmre (h) (n) (G) (L): relation2 term term ≝
-           Î»T1,T2. â\88§â\88§ â¦\83G,Lâ¦\84 â\8a¢ T1 â\9e¡*[n,h] T2 & â¦\83G,Lâ¦\84 â\8a¢ â\9e¡[h] ð\9d\90\8dâ¦\83T2â¦\84.
+           Î»T1,T2. â\88§â\88§ â\9dªG,Lâ\9d« â\8a¢ T1 â\9e¡*[n,h] T2 & â\9dªG,Lâ\9d« â\8a¢ â\9e¡[h] ð\9d\90\8dâ\9dªT2â\9d«.
 
 interpretation "evaluation for t-bound context-sensitive parallel rt-transition (term)"
    'PRedEval h n G L T1 T2 = (cpmre h n G L T1 T2).
@@ -28,12 +28,12 @@ interpretation "evaluation for t-bound context-sensitive parallel rt-transition
 (* Basic properties *********************************************************)
 
 lemma cpmre_intro (h) (n) (G) (L):
-      â\88\80T1,T2. â¦\83G,Lâ¦\84 â\8a¢ T1 â\9e¡*[n,h] T2 â\86\92 â¦\83G,Lâ¦\84 â\8a¢ â\9e¡[h] ð\9d\90\8dâ¦\83T2â¦\84 â\86\92 â¦\83G,Lâ¦\84â\8a¢T1â\9e¡*[h,n]ð\9d\90\8dâ¦\83T2â¦\84.
+      â\88\80T1,T2. â\9dªG,Lâ\9d« â\8a¢ T1 â\9e¡*[n,h] T2 â\86\92 â\9dªG,Lâ\9d« â\8a¢ â\9e¡[h] ð\9d\90\8dâ\9dªT2â\9d« â\86\92 â\9dªG,Lâ\9d«â\8a¢T1â\9e¡*[h,n]ð\9d\90\8dâ\9dªT2â\9d«.
 /2 width=1 by conj/ qed.
 
 (* Basic forward lemmas *****************************************************)
 
 lemma cpmre_fwd_cpms (h) (n) (G) (L):
-      â\88\80T1,T2. â¦\83G,Lâ¦\84â\8a¢T1â\9e¡*[h,n]ð\9d\90\8dâ¦\83T2â¦\84 â\86\92 â¦\83G,Lâ¦\84 ⊢ T1 ➡*[n,h] T2.
+      â\88\80T1,T2. â\9dªG,Lâ\9d«â\8a¢T1â\9e¡*[h,n]ð\9d\90\8dâ\9dªT2â\9d« â\86\92 â\9dªG,Lâ\9d« ⊢ T1 ➡*[n,h] T2.
 #h #n #G #L #T1 #T2 * //
 qed-.