X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Fxoa%2Fand_4.ma;h=a9046d38b315377f1f4ce809254a3b409a685799;hp=aeee4617f689ea19a70451d1600bc6320d5ebf05;hb=ca318d6d92098c3a65c9f0841174ca110c82e064;hpb=ae626612bff9c3746dd7647bbada791c737e348c diff --git a/matita/matita/contribs/lambdadelta/ground/xoa/and_4.ma b/matita/matita/contribs/lambdadelta/ground/xoa/and_4.ma index aeee4617f..a9046d38b 100644 --- a/matita/matita/contribs/lambdadelta/ground/xoa/and_4.ma +++ b/matita/matita/contribs/lambdadelta/ground/xoa/and_4.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_4.ma". -(* multiple conjunction connective (4) *) - +(* Note: multiple conjunction connective (4) *) inductive and4 (P0,P1,P2,P3:Prop) : Prop ≝ - | and4_intro: P0 → P1 → P2 → P3 → and4 ? ? ? ? + | and4_intro: P0 → P1 → P2 → P3 → and4 ? ? ? ? . interpretation "multiple conjunction connective (4)" 'And P0 P1 P2 P3 = (and4 P0 P1 P2 P3).