1 (**************************************************************************)
4 (* ||A|| A project by Andrea Asperti *)
6 (* ||I|| Developers: *)
7 (* ||T|| The HELM team. *)
8 (* ||A|| http://helm.cs.unibo.it *)
10 (* \ / This file is distributed under the terms of the *)
11 (* v GNU General Public License Version 2 *)
13 (**************************************************************************)
15 (* This file was generated by xoa.native: do not edit *********************)
17 include "basics/pts.ma".
19 include "lambda/notation/xoa/or_3.ma".
21 (* multiple disjunction connective (3) *)
23 inductive or3 (P0,P1,P2:Prop) : Prop ≝
24 | or3_intro0: P0 → or3 ? ? ?
25 | or3_intro1: P1 → or3 ? ? ?
26 | or3_intro2: P2 → or3 ? ? ?
29 interpretation "multiple disjunction connective (3)" 'Or P0 P1 P2 = (or3 P0 P1 P2).