]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/matita/contribs/lambda/background/xoa.ma
- paths and left residuals: second case of the equivalence proved!
[helm.git] / matita / matita / contribs / lambda / background / xoa.ma
index f18b06ec94b3b3127e53f53d601545c646329115..a2f19a6b70c5637bb3207324fed3bd9924f65a8d 100644 (file)
 
 include "basics/pts.ma".
 
+(* multiple existental quantifier (1, 2) *)
+
+inductive ex1_2 (A0,A1:Type[0]) (P0:A0→A1→Prop) : Prop ≝
+   | ex1_2_intro: ∀x0,x1. P0 x0 x1 → ex1_2 ? ? ?
+.
+
+interpretation "multiple existental quantifier (1, 2)" 'Ex P0 = (ex1_2 ? ? P0).
+
 (* multiple existental quantifier (2, 2) *)
 
 inductive ex2_2 (A0,A1:Type[0]) (P0,P1:A0→A1→Prop) : Prop ≝