]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/lprs_tc.ma
update in ground static_2 basic_2 apps_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / lprs_tc.ma
index cc3fadc33abe951766c66b0481ea232b1a5013fb..883e9d63d1994b96056e6dcc8f1a877b4ddc64ba 100644 (file)
@@ -21,11 +21,11 @@ include "basic_2/rt_computation/cprs_lpr.ma".
 (* Properties with transitive closure ***************************************)
 
 lemma lprs_TC (h) (G):
-              â\88\80L1,L2. TC â\80¦ (lex (λL.cpm h G L 0)) L1 L2 â\86\92 â\9dªG,L1â\9d«⊢ ➡*[h,0] L2.
+              â\88\80L1,L2. TC â\80¦ (lex (λL.cpm h G L 0)) L1 L2 â\86\92 â\9d¨G,L1â\9d©⊢ ➡*[h,0] L2.
 /4 width=3 by lprs_CTC, lex_CTC, lpr_cprs_trans/ qed.
 
 (* Inversion lemmas with transitive closure *********************************)
 
 lemma lprs_inv_TC (h) (G):
-                  â\88\80L1,L2. â\9dªG,L1â\9d«⊢ ➡*[h,0] L2 → TC … (lex (λL.cpm h G L 0)) L1 L2.
+                  â\88\80L1,L2. â\9d¨G,L1â\9d©⊢ ➡*[h,0] L2 → TC … (lex (λL.cpm h G L 0)) L1 L2.
 /3 width=3 by lprs_inv_CTC, lex_inv_CTC/ qed-.