]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/xoa/or_5.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / or_5.ma
index 98ea468169ca908934341f3809d7ff667d92a6ca..b822801c89650afd1f7c7a53aa62fd060c8bd8a1 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_5.ma".
 
-(* multiple disjunction connective (5) *)
-
+(* Note: multiple disjunction connective (5) *)
 inductive or5 (P0,P1,P2,P3,P4:Prop) : Prop ≝
-   | or5_intro0: P0 → or5 ? ? ? ? ?
-   | or5_intro1: P1 → or5 ? ? ? ? ?
-   | or5_intro2: P2 → or5 ? ? ? ? ?
-   | or5_intro3: P3 → or5 ? ? ? ? ?
-   | or5_intro4: P4 → or5 ? ? ? ? ?
+  | or5_intro0: P0 → or5 ? ? ? ? ?
+  | or5_intro1: P1 → or5 ? ? ? ? ?
+  | or5_intro2: P2 → or5 ? ? ? ? ?
+  | or5_intro3: P3 → or5 ? ? ? ? ?
+  | or5_intro4: P4 → or5 ? ? ? ? ?
 .
 
 interpretation "multiple disjunction connective (5)" 'Or P0 P1 P2 P3 P4 = (or5 P0 P1 P2 P3 P4).