]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/xoa/ex_3_1.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / ex_3_1.ma
index 3ce615636fc116ca56d7e05d9c54e9dcda719a53..9a2d0636b8ee3300dc666cd0ad21a322f3e5ff18 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_3_1.ma".
 
-(* multiple existental quantifier (3, 1) *)
-
+(* Note: multiple existental quantifier (3, 1) *)
 inductive ex3 (A0:Type[0]) (P0,P1,P2:A0→Prop) : Prop ≝
-   | ex3_intro: ∀x0. P0 x0 → P1 x0 → P2 x0 → ex3 ? ? ? ?
+  | ex3_intro: ∀x0. P0 x0 → P1 x0 → P2 x0 → ex3 ? ? ? ?
 .
 
 interpretation "multiple existental quantifier (3, 1)" 'Ex P0 P1 P2 = (ex3 ? P0 P1 P2).