]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/xoa/ex_4_1.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / ex_4_1.ma
index 055f6954dc55cfc64fcec4ad8966da4be3014b59..bdf6274dd4a1b7f306734633a80510241bd2d8db 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/ex_4_1.ma".
 
-(* multiple existental quantifier (4, 1) *)
-
+(* Note: multiple existental quantifier (4, 1) *)
 inductive ex4 (A0:Type[0]) (P0,P1,P2,P3:A0→Prop) : Prop ≝
-   | ex4_intro: ∀x0. P0 x0 → P1 x0 → P2 x0 → P3 x0 → ex4 ? ? ? ? ?
+  | ex4_intro: ∀x0. P0 x0 → P1 x0 → P2 x0 → P3 x0 → ex4 ? ? ? ? ?
 .
 
 interpretation "multiple existental quantifier (4, 1)" 'Ex P0 P1 P2 P3 = (ex4 ? P0 P1 P2 P3).