]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_drops.ma
syntactic components detached from basic_2 become static_2
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / rt_computation / lpxs_drops.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 include "static_2/relocation/drops_lex.ma".
16 include "basic_2/rt_computation/cpxs_drops.ma".
17
18 (* UNBOUND PARALLEL RT-COMPUTATION FOR FULL LOCAL ENVIRONMENTS **************)
19
20 (* Properties with generic slicing for local environments *******************)
21
22 (* Basic_2A1: was: drop_lpxs_trans *)
23 lemma drops_lpxs_trans (h) (G): dedropable_sn (cpxs h G).
24 /3 width=6 by lex_liftable_dedropable_sn, cpxs_lifts_sn/ qed-.
25
26 (* Inversion lemmas with generic slicing for local environments *************)
27
28 (* Basic_2A1: was: lpxs_drop_conf *)
29 lemma lpxs_drops_conf (h) (G): dropable_sn (cpxs h G).
30 /2 width=3 by lex_dropable_sn/ qed-.
31
32 (* Basic_2A1: was: lpxs_drop_trans_O1 *)
33 lemma lpxs_drops_trans (h) (G): dropable_dx (cpxs h G).
34 /2 width=3 by lex_dropable_dx/ qed-.