X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fsyntax%2Fceq_ext_ceq_ext.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fbasic_2%2Fsyntax%2Fceq_ext_ceq_ext.ma;h=440bddba45d7b3a06c2d0b08c8807c2262c0fcde;hb=7cf2232827c06c7e85a9bc3be005f9134d5b869d;hp=0000000000000000000000000000000000000000;hpb=51b414e3a6f7404b16cab112e94f57aaa94a5239;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/basic_2/syntax/ceq_ext_ceq_ext.ma b/matita/matita/contribs/lambdadelta/basic_2/syntax/ceq_ext_ceq_ext.ma new file mode 100644 index 000000000..440bddba4 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/basic_2/syntax/ceq_ext_ceq_ext.ma @@ -0,0 +1,25 @@ +(**************************************************************************) +(* ___ *) +(* ||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/syntax/lenv_ceq.ma". + +(* CONTEXT-DEPENDENT SYNTACTIC EQUIVALENCE FOR BINDERS **********************) + +(* Main properties **********************************************************) + +theorem ceq_ext_trans: ∀L1,I1,I. ceq_ext L1 I1 I → + ∀L2,I2. ceq_ext L2 I I2 → ∀L3. ceq_ext L3 I1 I2. +#L1 #I1 #I * -I1 -I // +#I1 #V1 #V #HV1 #L2 #Z #H elim (ext2_inv_pair_sn … H) -H // +qed-.