]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/xoa/or_4.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / or_4.ma
index e1d6a7b4f26ae03ccac0de584723ed00fc98c613..11c7a209e745b7422fc06dd9673fce7b60a5daef 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_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).