X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;ds=sidebyside;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Fxoa%2Fex_3_5.ma;h=7db84b905f8aacb3057baf3d734ee881ec20139b;hb=ca318d6d92098c3a65c9f0841174ca110c82e064;hp=e1fa69fbf0d0c9b3681b8fb1e24293cd4c2a39c2;hpb=ae626612bff9c3746dd7647bbada791c737e348c;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/xoa/ex_3_5.ma b/matita/matita/contribs/lambdadelta/ground/xoa/ex_3_5.ma index e1fa69fbf..7db84b905 100644 --- a/matita/matita/contribs/lambdadelta/ground/xoa/ex_3_5.ma +++ b/matita/matita/contribs/lambdadelta/ground/xoa/ex_3_5.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_5.ma". -(* multiple existental quantifier (3, 5) *) - +(* Note: multiple existental quantifier (3, 5) *) inductive ex3_5 (A0,A1,A2,A3,A4:Type[0]) (P0,P1,P2:A0→A1→A2→A3→A4→Prop) : Prop ≝ - | ex3_5_intro: ∀x0,x1,x2,x3,x4. P0 x0 x1 x2 x3 x4 → P1 x0 x1 x2 x3 x4 → P2 x0 x1 x2 x3 x4 → ex3_5 ? ? ? ? ? ? ? ? + | ex3_5_intro: ∀x0,x1,x2,x3,x4. P0 x0 x1 x2 x3 x4 → P1 x0 x1 x2 x3 x4 → P2 x0 x1 x2 x3 x4 → ex3_5 ? ? ? ? ? ? ? ? . interpretation "multiple existental quantifier (3, 5)" 'Ex5 P0 P1 P2 = (ex3_5 ? ? ? ? ? P0 P1 P2).