X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Fxoa%2Fex_1_3.ma;h=4ca475a88bc74c77f9869aa319d5428fd35591b0;hb=ca318d6d92098c3a65c9f0841174ca110c82e064;hp=7e195cd3a3c2bcda780e360947057d36607298da;hpb=68b4f2490c12139c03760b39895619e63b0f38c9;p=helm.git diff --git a/matita/matita/contribs/lambdadelta/ground/xoa/ex_1_3.ma b/matita/matita/contribs/lambdadelta/ground/xoa/ex_1_3.ma index 7e195cd3a..4ca475a88 100644 --- a/matita/matita/contribs/lambdadelta/ground/xoa/ex_1_3.ma +++ b/matita/matita/contribs/lambdadelta/ground/xoa/ex_1_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_1_3.ma". -(* multiple existental quantifier (1, 3) *) - +(* Note: multiple existental quantifier (1, 3) *) inductive ex1_3 (A0,A1,A2:Type[0]) (P0:A0→A1→A2→Prop) : Prop ≝ - | ex1_3_intro: ∀x0,x1,x2. P0 x0 x1 x2 → ex1_3 ? ? ? ? + | ex1_3_intro: ∀x0,x1,x2. P0 x0 x1 x2 → ex1_3 ? ? ? ? . interpretation "multiple existental quantifier (1, 3)" 'Ex3 P0 = (ex1_3 ? ? ? P0).