X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fstatic%2Flfeq_lreq.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fstatic%2Flfeq_lreq.ma;h=0000000000000000000000000000000000000000;hb=b4b5f03ffca4f250a1dc02f277b70e4f33ac8a9b;hp=fc902a4a324415cdc8a867862064c16390a7bfcc;hpb=09b4420070d6a71990e16211e499b51dbb0742cb;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/static/lfeq_lreq.ma b/matita/matita/contribs/lambdadelta/basic_2/static/lfeq_lreq.ma deleted file mode 100644 index fc902a4a3..000000000 --- a/matita/matita/contribs/lambdadelta/basic_2/static/lfeq_lreq.ma +++ /dev/null @@ -1,36 +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/frees_lreq.ma". -include "basic_2/static/lfeq.ma". - -(* EQUIVALENCE FOR LOCAL ENVIRONMENTS ON REFERRED ENTRIES *******************) - -(* Inversion lemmas with ranged equivalence for local environments **********) - -lemma lfeq_inv_lreq: ∀L1,L2,T. L1 ≡[T] L2 → ∃∃f. L1 ⊢ 𝐅*⦃T⦄ ≡ f & L1 ≡[f] L2. -#L1 #L2 #T * /2 width=3 by ex2_intro/ -qed-. - -(* Properties with ranged equivalence for local environments ****************) - -lemma lreq_lfeq: ∀f,L1,L2,T. L1 ⊢ 𝐅*⦃T⦄ ≡ f → L1 ≡[f] L2 → L1 ≡[T] L2. -/2 width=3 by ex2_intro/ qed. - -(* Advanced properties ******************************************************) - -lemma lfeq_sym: ∀T. symmetric … (lfeq T). -#T #L1 #L2 #H elim (lfeq_inv_lreq … H) -H -/3 width=3 by lreq_lfeq, frees_lreq_conf, lreq_sym/ -qed-.