X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Fxoa%2For_4.ma;h=11c7a209e745b7422fc06dd9673fce7b60a5daef;hp=e1d6a7b4f26ae03ccac0de584723ed00fc98c613;hb=ca318d6d92098c3a65c9f0841174ca110c82e064;hpb=ae626612bff9c3746dd7647bbada791c737e348c diff --git a/matita/matita/contribs/lambdadelta/ground/xoa/or_4.ma b/matita/matita/contribs/lambdadelta/ground/xoa/or_4.ma index e1d6a7b4f..11c7a209e 100644 --- a/matita/matita/contribs/lambdadelta/ground/xoa/or_4.ma +++ b/matita/matita/contribs/lambdadelta/ground/xoa/or_4.ma @@ -12,19 +12,20 @@ (* *) (**************************************************************************) -(* 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/or_4.ma". -(* multiple disjunction connective (4) *) - +(* Note: multiple disjunction connective (4) *) inductive or4 (P0,P1,P2,P3:Prop) : Prop ≝ - | or4_intro0: P0 → or4 ? ? ? ? - | or4_intro1: P1 → or4 ? ? ? ? - | or4_intro2: P2 → or4 ? ? ? ? - | or4_intro3: P3 → or4 ? ? ? ? + | or4_intro0: P0 → or4 ? ? ? ? + | or4_intro1: P1 → or4 ? ? ? ? + | or4_intro2: P2 → or4 ? ? ? ? + | or4_intro3: P3 → or4 ? ? ? ? . interpretation "multiple disjunction connective (4)" 'Or P0 P1 P2 P3 = (or4 P0 P1 P2 P3).