X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Fxoa%2Fex_4_1_props.ma;fp=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground_2%2Fxoa%2Fex_4_1_props.ma;h=fe081386b301b8498ae764032fe547fe601817b6;hb=945b096d007f70e8336847f07b174c48f26467e0;hp=0000000000000000000000000000000000000000;hpb=0d1dc967bc12041b9d23ee945db9dd91335e8c1d;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground_2/xoa/ex_4_1_props.ma b/matita/matita/contribs/lambdadelta/ground_2/xoa/ex_4_1_props.ma new file mode 100644 index 000000000..fe081386b --- /dev/null +++ b/matita/matita/contribs/lambdadelta/ground_2/xoa/ex_4_1_props.ma @@ -0,0 +1,22 @@ +(**************************************************************************) +(* ___ *) +(* ||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 "ground_2/xoa/xoa.ma". + +(* Properties with multiple existental quantifier (5, 1) ********************) + +lemma ex4_commute (A0) (P0,P1,P2,P3:A0→Prop): + (∃∃x0. P0 x0 & P1 x0 & P2 x0 & P3 x0) → ∃∃x0. P2 x0 & P3 x0 & P0 x0 & P1 x0. +#A0 #P0 #P1 #P2 #P3 * /2 width=5 by ex4_intro/ +qed-.