]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/xoa/and_3.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / and_3.ma
index f99e0da9d7123f408f93238483cd3ae38d0eb8e6..28c57ae693351a70fe5110c20c9bc4c6d94e91db 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/and_3.ma".
 
-(* multiple conjunction connective (3) *)
-
+(* Note: multiple conjunction connective (3) *)
 inductive and3 (P0,P1,P2:Prop) : Prop ≝
-   | and3_intro: P0 → P1 → P2 → and3 ? ? ?
+  | and3_intro: P0 → P1 → P2 → and3 ? ? ?
 .
 
 interpretation "multiple conjunction connective (3)" 'And P0 P1 P2 = (and3 P0 P1 P2).