X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fstatic%2Ffeqx_req.ma;h=196d0654c7c80b0117ade25477d32b04d10a324f;hp=2191862719e3032a4057e315e1ca00bc89385060;hb=bd53c4e895203eb049e75434f638f26b5a161a2b;hpb=3b7b8afcb429a60d716d5226a5b6ab0d003228b1 diff --git a/matita/matita/contribs/lambdadelta/static_2/static/feqx_req.ma b/matita/matita/contribs/lambdadelta/static_2/static/feqx_req.ma index 219186271..196d0654c 100644 --- a/matita/matita/contribs/lambdadelta/static_2/static/feqx_req.ma +++ b/matita/matita/contribs/lambdadelta/static_2/static/feqx_req.ma @@ -20,7 +20,7 @@ include "static_2/static/feqx.ma". (* Properties with syntactic equivalence on referred entries ****************) lemma req_reqx_trans: ∀L1,L,T1. L1 ≡[T1] L → - ∀G1,G2,L2,T2. ⦃G1,L,T1⦄ ≛ ⦃G2,L2,T2⦄ → ⦃G1,L1,T1⦄ ≛ ⦃G2,L2,T2⦄. + ∀G1,G2,L2,T2. ❪G1,L,T1❫ ≛ ❪G2,L2,T2❫ → ❪G1,L1,T1❫ ≛ ❪G2,L2,T2❫. #L1 #L #T1 #HL1 #G1 #G2 #L2 #T2 #H elim (feqx_inv_gen_sn … H) -H #H #HL2 #T12 destruct /3 width=3 by feqx_intro_sn, req_reqx_trans/