]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/cpxs_lsubr.ma
milestone update in basic_2, update in ground and static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / cpxs_lsubr.ma
index 163f7a109dfd95e3930436eaf1f40b88c875b139..173da6adc460ded352ba6a050899911d3f514ce0 100644 (file)
 include "basic_2/rt_transition/cpx_lsubr.ma".
 include "basic_2/rt_computation/cpxs.ma".
 
-(* UNCOUNTED CONTEXT-SENSITIVE PARALLEL RT-COMPUTATION FOR TERMS ************)
+(* EXTENDED CONTEXT-SENSITIVE PARALLEL RT-COMPUTATION FOR TERMS *************)
 
 (* Properties with restricted refinement for local environments *************)
 
-lemma lsubr_cpxs_trans: ∀h,G. lsub_trans … (cpxs h G) lsubr.
-/3 width=5 by lsubr_cpx_trans, LTC_lsub_trans/
+lemma lsubr_cpxs_trans (G): lsub_trans … (cpxs G) lsubr.
+/3 width=5 by lsubr_cpx_trans, CTC_lsub_trans/
 qed-.