X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Fxoa%2Fand_3.ma;h=28c57ae693351a70fe5110c20c9bc4c6d94e91db;hp=f99e0da9d7123f408f93238483cd3ae38d0eb8e6;hb=ca318d6d92098c3a65c9f0841174ca110c82e064;hpb=ae626612bff9c3746dd7647bbada791c737e348c diff --git a/matita/matita/contribs/lambdadelta/ground/xoa/and_3.ma b/matita/matita/contribs/lambdadelta/ground/xoa/and_3.ma index f99e0da9d..28c57ae69 100644 --- a/matita/matita/contribs/lambdadelta/ground/xoa/and_3.ma +++ b/matita/matita/contribs/lambdadelta/ground/xoa/and_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/and_3.ma". -(* multiple conjunction connective (3) *) - +(* Note: multiple conjunction connective (3) *) inductive and3 (P0,P1,P2:Prop) : Prop ≝ - | and3_intro: P0 → P1 → P2 → and3 ? ? ? + | and3_intro: P0 → P1 → P2 → and3 ? ? ? . interpretation "multiple conjunction connective (3)" 'And P0 P1 P2 = (and3 P0 P1 P2).