]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/basic_2/computation/lpxs_ldrop.ma
95afc7c3b338b6e6415dc69462b5d4bb43a6e268
[helm.git] / matita / matita / contribs / lambdadelta / basic_2 / computation / lpxs_ldrop.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 "basic_2/relocation/ldrop_lsuby.ma".
16 include "basic_2/reduction/lpx_ldrop.ma".
17 include "basic_2/computation/lpxs.ma".
18
19 (* SN EXTENDED PARALLEL COMPUTATION ON LOCAL ENVIRONMENTS *******************)
20
21 (* Properies on local environment slicing ***********************************)
22
23 lemma lpxs_ldrop_conf: ∀h,g,G. dropable_sn (lpxs h g G).
24 /3 width=3 by dropable_sn_TC, lpx_ldrop_conf/ qed-.
25
26 lemma ldrop_lpxs_trans: ∀h,g,G. dedropable_sn (lpxs h g G).
27 /3 width=3 by dedropable_sn_TC, ldrop_lpx_trans/ qed-.
28
29 lemma lpxs_ldrop_trans_O1: ∀h,g,G. dropable_dx (lpxs h g G).
30 /3 width=3 by dropable_dx_TC, lpx_ldrop_trans_O1/ qed-.