X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fstatic%2Flsubr_lsubr.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fstatic%2Flsubr_lsubr.ma;h=0000000000000000000000000000000000000000;hb=ff612dc35167ec0c145864c9aa8ae5e1ebe20a48;hp=ac9691aa618c74b04152c412364aa98e026fbd3d;hpb=222044da28742b24584549ba86b1805a87def070;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/static/lsubr_lsubr.ma b/matita/matita/contribs/lambdadelta/basic_2/static/lsubr_lsubr.ma deleted file mode 100644 index ac9691aa6..000000000 --- a/matita/matita/contribs/lambdadelta/basic_2/static/lsubr_lsubr.ma +++ /dev/null @@ -1,32 +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/static/lsubr.ma". - -(* RESTRICTED REFINEMENT FOR LOCAL ENVIRONMENTS *****************************) - -(* Main properties **********************************************************) - -theorem lsubr_trans: Transitive … lsubr. -#L1 #L #H elim H -L1 -L // -[ #I #L1 #L #_ #IH #X #H elim (lsubr_inv_bind1 … H) -H * - [ #L2 #HL2 #H | #L2 #V #W #HL2 #H1 #H2 | #I1 #I2 #L2 #V #Hl2 #H1 #H2 ] - destruct /3 width=1 by lsubr_bind, lsubr_beta, lsubr_unit/ -| #L1 #L #V #W #_ #IH #X #H elim (lsubr_inv_abst1 … H) -H * - [ #L2 #HL2 #H | #I #L2 #HL2 #H ] - destruct /3 width=1 by lsubr_beta, lsubr_unit/ -| #I1 #I2 #L1 #L #V #_ #IH #X #H elim (lsubr_inv_unit1 … H) -H - /4 width=1 by lsubr_unit/ -] -qed-.