X-Git-Url: http://matita.cs.unibo.it/gitweb/?p=helm.git;a=blobdiff_plain;f=matita%2Fmatita%2Fcontribs%2Flambdadelta%2Fground%2Fxoa%2For_3.ma;h=51e8f1cf8728908f15e05a5c70e58f9def000e3f;hp=77ddcdfe0b4ed745143882f6f70a27890cd97fde;hb=ca318d6d92098c3a65c9f0841174ca110c82e064;hpb=ae626612bff9c3746dd7647bbada791c737e348c diff --git a/matita/matita/contribs/lambdadelta/ground/xoa/or_3.ma b/matita/matita/contribs/lambdadelta/ground/xoa/or_3.ma index 77ddcdfe0..51e8f1cf8 100644 --- a/matita/matita/contribs/lambdadelta/ground/xoa/or_3.ma +++ b/matita/matita/contribs/lambdadelta/ground/xoa/or_3.ma @@ -12,18 +12,19 @@ (* *) (**************************************************************************) -(* 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_3.ma". -(* multiple disjunction connective (3) *) - +(* Note: multiple disjunction connective (3) *) inductive or3 (P0,P1,P2:Prop) : Prop ≝ - | or3_intro0: P0 → or3 ? ? ? - | or3_intro1: P1 → or3 ? ? ? - | or3_intro2: P2 → or3 ? ? ? + | or3_intro0: P0 → or3 ? ? ? + | or3_intro1: P1 → or3 ? ? ? + | or3_intro2: P2 → or3 ? ? ? . interpretation "multiple disjunction connective (3)" 'Or P0 P1 P2 = (or3 P0 P1 P2).