X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2A%2Fmultiple%2Fmr2_mr2.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2A%2Fmultiple%2Fmr2_mr2.ma;h=0000000000000000000000000000000000000000;hb=1fd63df4c77f5c24024769432ea8492748b4ac79;hp=20702f6a6b71c3adf1609df33d0a275317fde49c;hpb=277fc8ff21ce3dbd6893b1994c55cf5c06a98355;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2A/multiple/mr2_mr2.ma b/matita/matita/contribs/lambdadelta/basic_2A/multiple/mr2_mr2.ma deleted file mode 100644 index 20702f6a6..000000000 --- a/matita/matita/contribs/lambdadelta/basic_2A/multiple/mr2_mr2.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_2A/multiple/mr2.ma". - -(* MULTIPLE RELOCATION WITH PAIRS *******************************************) - -(* Main properties **********************************************************) - -theorem at_mono: ∀cs,i,i1. @⦃i, cs⦄ ≡ i1 → ∀i2. @⦃i, cs⦄ ≡ i2 → i1 = i2. -#cs #i #i1 #H elim H -cs -i -i1 -[ #i #x #H <(at_inv_nil … H) -x // -| #cs #l #m #i #i1 #Hil #_ #IHi1 #x #H - lapply (at_inv_cons_lt … H Hil) -H -Hil /2 width=1 by/ -| #cs #l #m #i #i1 #Hli #_ #IHi1 #x #H - lapply (at_inv_cons_ge … H Hli) -H -Hli /2 width=1 by/ -] -qed-.