X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fcomputation%2Flprs_ldrop.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fcomputation%2Flprs_ldrop.ma;h=0000000000000000000000000000000000000000;hb=f21cc1fc7f776761926a7f017fda55735d63442e;hp=f03d3f0e851fa42a8b79c7df6b04fb5a3982bb3b;hpb=82fc9726cbd3363dcd08695dbe0179653e6a18a7;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/computation/lprs_ldrop.ma b/matita/matita/contribs/lambdadelta/basic_2/computation/lprs_ldrop.ma deleted file mode 100644 index f03d3f0e8..000000000 --- a/matita/matita/contribs/lambdadelta/basic_2/computation/lprs_ldrop.ma +++ /dev/null @@ -1,29 +0,0 @@ -(**************************************************************************) -(* ___ *) -(* ||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/reduction/lpr_ldrop.ma". -include "basic_2/computation/lprs.ma". - -(* SN PARALLEL COMPUTATION ON LOCAL ENVIRONMENTS ****************************) - -(* Properies on local environment slicing ***********************************) - -lemma lprs_ldrop_conf: ∀G. dropable_sn (lprs G). -/3 width=3 by dropable_sn_TC, lpr_ldrop_conf/ qed-. - -lemma ldrop_lprs_trans: ∀G. dedropable_sn (lprs G). -/3 width=3 by dedropable_sn_TC, ldrop_lpr_trans/ qed-. - -lemma lprs_ldrop_trans_O1: ∀G. dropable_dx (lprs G). -/3 width=3 by dropable_dx_TC, lpr_ldrop_trans_O1/ qed-.