X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Flpxs_drops.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Frt_computation%2Flpxs_drops.ma;h=0482e3d1956fcc30d4220fe6c73ce979353dfbca;hb=6b35f96790b871aa06b22045b4e8e8dd7bba6590;hp=0000000000000000000000000000000000000000;hpb=05b047be6817f430c8c72fd9b0902df8bb9f579e;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_drops.ma b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_drops.ma new file mode 100644 index 000000000..0482e3d19 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/rt_computation/lpxs_drops.ma @@ -0,0 +1,34 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +include "basic_2/relocation/drops_lex.ma". +include "basic_2/rt_computation/cpxs_drops.ma". + +(* UNBOUND 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). +/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). +/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). +/2 width=3 by lex_dropable_dx/ qed-.