]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/csx_gcr.ma
still more additions and corrections for the article
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / csx_gcr.ma
index a757a9374df0d3c9916129e1cb2aa80096d71439..d0644bbf56f09946315bbc2479f9b62bc72b4acb 100644 (file)
@@ -20,13 +20,13 @@ include "basic_2/rt_computation/csx_csx_vector.ma".
 
 (* Main properties with generic candidates of reducibility ******************)
 
-theorem csx_gcr: ∀h. gcr (cpx h) tdeq (csx h) (csx h).
+theorem csx_gcr (h): gcr (cpx h) tdeq (csx h) (csx h).
 #h @mk_gcr
 [ //
 | #G #L #Vs #Hvs #T #HT #H
   @(csx_applv_cnx … H) -H // (**) (* auto fails *)
 | /2 width=1 by csx_applv_beta/
-| /2 width=7 by csx_applv_delta/
+| /2 width=7 by csx_applv_delta_drops/
 | /3 width=3 by csx_applv_theta, csx_abbr/
 | /2 width=1 by csx_applv_cast/
 ]