]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambdadelta/ground/xoa/ex_5_1.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / ex_5_1.ma
index af0e36ebc5ee92728fd1bfd11a443844928c8a22..422e55fff84390055dee69cabeba17bfbfc0125b 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_5_1.ma".
 
-(* multiple existental quantifier (5, 1) *)
-
+(* Note: multiple existental quantifier (5, 1) *)
 inductive ex5 (A0:Type[0]) (P0,P1,P2,P3,P4:A0→Prop) : Prop ≝
-   | ex5_intro: ∀x0. P0 x0 → P1 x0 → P2 x0 → P3 x0 → P4 x0 → ex5 ? ? ? ? ? ?
+  | ex5_intro: ∀x0. P0 x0 → P1 x0 → P2 x0 → P3 x0 → P4 x0 → ex5 ? ? ? ? ? ?
 .
 
 interpretation "multiple existental quantifier (5, 1)" 'Ex P0 P1 P2 P3 P4 = (ex5 ? P0 P1 P2 P3 P4).