]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/xoa/or_3.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / or_3.ma
index 77ddcdfe0b4ed745143882f6f70a27890cd97fde..51e8f1cf8728908f15e05a5c70e58f9def000e3f 100644 (file)
 (*                                                                        *)
 (**************************************************************************)
 
-(* 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).