]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/xoa/and_4.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / and_4.ma
index aeee4617f689ea19a70451d1600bc6320d5ebf05..a9046d38b315377f1f4ce809254a3b409a685799 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_4.ma".
 
-(* multiple conjunction connective (4) *)
-
+(* Note: multiple conjunction connective (4) *)
 inductive and4 (P0,P1,P2,P3:Prop) : Prop ≝
-   | and4_intro: P0 → P1 → P2 → P3 → and4 ? ? ? ?
+  | and4_intro: P0 → P1 → P2 → P3 → and4 ? ? ? ?
 .
 
 interpretation "multiple conjunction connective (4)" 'And P0 P1 P2 P3 = (and4 P0 P1 P2 P3).