X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Fxoa%2Fex_3_3.ma;h=0321328775548580b3a001c611430a01b4a1b2ed;hb=ca318d6d92098c3a65c9f0841174ca110c82e064;hp=cfa954454c4dcfaf65218d861d99dd26f93801fd;hpb=ae626612bff9c3746dd7647bbada791c737e348c;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/xoa/ex_3_3.ma b/matita/matita/contribs/lambdadelta/ground/xoa/ex_3_3.ma index cfa954454..032132877 100644 --- a/matita/matita/contribs/lambdadelta/ground/xoa/ex_3_3.ma +++ b/matita/matita/contribs/lambdadelta/ground/xoa/ex_3_3.ma @@ -12,16 +12,17 @@ (* *) (**************************************************************************) -(* This file was generated by xoa.native: do not edit *********************) +(* LOGIC ********************************************************************) + +(* NOTE: This file was generated by xoa.native, do not edit *****************) include "basics/pts.ma". include "ground/notation/xoa/ex_3_3.ma". -(* multiple existental quantifier (3, 3) *) - +(* Note: multiple existental quantifier (3, 3) *) inductive ex3_3 (A0,A1,A2:Type[0]) (P0,P1,P2:A0→A1→A2→Prop) : Prop ≝ - | ex3_3_intro: ∀x0,x1,x2. P0 x0 x1 x2 → P1 x0 x1 x2 → P2 x0 x1 x2 → ex3_3 ? ? ? ? ? ? + | ex3_3_intro: ∀x0,x1,x2. P0 x0 x1 x2 → P1 x0 x1 x2 → P2 x0 x1 x2 → ex3_3 ? ? ? ? ? ? . interpretation "multiple existental quantifier (3, 3)" 'Ex3 P0 P1 P2 = (ex3_3 ? ? ? P0 P1 P2).