]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_transition/cpm_fsle.ma
update in staic_2 and basic_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_transition / cpm_fsle.ma
index 81ee72afb1b9e0076fe6a6d8d7e55d04a42beac6..1fcc7d5d753aa73196eb04c3a23d89e5f522da4a 100644 (file)
@@ -19,14 +19,17 @@ include "basic_2/rt_transition/cpm_cpx.ma".
 
 (* Forward lemmas with free variables inclusion for restricted closures *****)
 
-lemma cpm_fsge_comp: ∀h,n,G. R_fsge_compatible (λL. cpm h G L n).
+lemma cpm_fsge_comp (h) (n) (G):
+      R_fsge_compatible (λL. cpm h G L n).
 /3 width=6 by cpm_fwd_cpx, cpx_fsge_comp/ qed-.
 
-lemma rpr_fsge_comp: ∀h,G. rex_fsge_compatible (λL. cpm h G L 0).
+lemma rpr_fsge_comp (h) (G):
+      rex_fsge_compatible (λL. cpm h G L 0).
 /4 width=5 by cpm_fwd_cpx, rpx_fsge_comp, rex_co/ qed-.
 
 (* Properties with generic extension on referred entries ********************)
 
 (* Basic_2A1: was just: cpr_llpx_sn_conf *)
-lemma cpm_rex_conf: ∀R,n,h,G. s_r_confluent1 … (λL. cpm h G L n) (rex R).
-/3 width=5 by cpm_fwd_cpx, cpx_rex_conf/ qed-.
+lemma cpm_rex_conf_sn (R) (h) (n) (G):
+      s_r_confluent1 … (λL. cpm h G L n) (rex R).
+/3 width=5 by cpm_fwd_cpx, cpx_rex_conf_sn/ qed-.