]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_drops.ma
milestone update in basic_2, update in ground and static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / lpxs_drops.ma
index 9578dad4edaacdd6abed8c5fa0eefe2da90ec276..9af34d4feaadbf122e6afa40188a83ec32da486d 100644 (file)
 include "static_2/relocation/drops_lex.ma".
 include "basic_2/rt_computation/cpxs_drops.ma".
 
-(* UNBOUND PARALLEL RT-COMPUTATION FOR FULL LOCAL ENVIRONMENTS **************)
+(* EXTENDED PARALLEL RT-COMPUTATION FOR FULL LOCAL ENVIRONMENTS *************)
 
 (* Properties with generic slicing for local environments *******************)
 
 (* Basic_2A1: was: drop_lpxs_trans *)
-lemma drops_lpxs_trans (h) (G): dedropable_sn (cpxs h G).
+lemma drops_lpxs_trans (G):
+      dedropable_sn (cpxs G).
 /3 width=6 by lex_liftable_dedropable_sn, cpxs_lifts_sn/ qed-.
 
 (* Inversion lemmas with generic slicing for local environments *************)
 
 (* Basic_2A1: was: lpxs_drop_conf *)
-lemma lpxs_drops_conf (h) (G): dropable_sn (cpxs h G).
+lemma lpxs_drops_conf (G):
+      dropable_sn (cpxs G).
 /2 width=3 by lex_dropable_sn/ qed-.
 
 (* Basic_2A1: was: lpxs_drop_trans_O1 *)
-lemma lpxs_drops_trans (h) (G): dropable_dx (cpxs h G).
+lemma lpxs_drops_trans (G):
+      dropable_dx (cpxs G).
 /2 width=3 by lex_dropable_dx/ qed-.