]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/csx_cnx.ma
made executable again
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / csx_cnx.ma
index feee761c6e9a1ee4d04b4daf0bd9fd1993ef5028..4471b208338d6432720b80e6214d2acbc3be94a4 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-(* STRONGLY NORMALIZING TERMS FOR UNBOUND PARALLEL RT-TRANSITION ************)
-
 include "basic_2/rt_transition/cnx.ma".
 include "basic_2/rt_computation/csx.ma".
 
-(* Properties with normal terms for unbound parallel rt-transition **********)
+(* STRONGLY NORMALIZING TERMS FOR EXTENDED PARALLEL RT-TRANSITION ***********)
+
+(* Properties with normal terms for extended parallel rt-transition *********)
 
 (* Basic_1: was just: sn3_nf2 *)
-lemma cnx_csx (h) (G) (L):
-      â\88\80T. â\9dªG,Lâ\9d« â\8a¢ â¬\88ð\9d\90\8d[h] T â\86\92 â\9dªG,Lâ\9d« â\8a¢ â¬\88\9d\90\92[h] T.
+lemma cnx_csx (G) (L):
+      â\88\80T. â\9d¨G,Lâ\9d© â\8a¢ â¬\88ð\9d\90\8d T â\86\92 â\9d¨G,Lâ\9d© â\8a¢ â¬\88\9d\90\92 T.
 /2 width=1 by NF_to_SN/ qed.
 
 (* Advanced properties ******************************************************)
 
-lemma csx_sort (h) (G) (L):
-      â\88\80s. â\9dªG,Lâ\9d« â\8a¢ â¬\88\9d\90\92[h] ⋆s.
+lemma csx_sort (G) (L):
+      â\88\80s. â\9d¨G,Lâ\9d© â\8a¢ â¬\88\9d\90\92 ⋆s.
 /3 width=4 by cnx_csx, cnx_sort/ qed.