X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fsyntax%2Facle_acle.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fstatic_2%2Fsyntax%2Facle_acle.ma;h=9b8998900b22a2aa3a213f285c5e2ef26fa3b346;hb=db020b4218272e2e35641ce3bc3b0a9b3afda899;hp=0000000000000000000000000000000000000000;hpb=d8f6494f48aa08bb32d9d1ac82fc16e9e41b76ac;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/static_2/syntax/acle_acle.ma b/matita/matita/contribs/lambdadelta/static_2/syntax/acle_acle.ma new file mode 100644 index 000000000..9b8998900 --- /dev/null +++ b/matita/matita/contribs/lambdadelta/static_2/syntax/acle_acle.ma @@ -0,0 +1,26 @@ +(**************************************************************************) +(* ___ *) +(* ||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 "static_2/syntax/acle.ma". + +(* APPLICABILITY CONDITION PREORDER *****************************************) + +(* Main properties **********************************************************) + +theorem acle_trans: Transitive … acle. +#a1 #a #Ha1 #a2 #Ha2 #m1 #Hm1 +elim (Ha1 … Hm1) -Ha1 -Hm1 #m #Ha #Hm1 +elim (Ha2 … Ha) -Ha2 -Ha #m2 #Ha2 #Hm2 +/3 width=5 by transitive_le, ex2_intro/ +qed-.