]> matita.cs.unibo.it Git - helm.git/blob - matita/matita/contribs/lambdadelta/ground/xoa/or_5.ma
update in ground
[helm.git] / matita / matita / contribs / lambdadelta / ground / xoa / or_5.ma
1 (**************************************************************************)
2 (*       ___                                                              *)
3 (*      ||M||                                                             *)
4 (*      ||A||       A project by Andrea Asperti                           *)
5 (*      ||T||                                                             *)
6 (*      ||I||       Developers:                                           *)
7 (*      ||T||         The HELM team.                                      *)
8 (*      ||A||         http://helm.cs.unibo.it                             *)
9 (*      \   /                                                             *)
10 (*       \ /        This file is distributed under the terms of the       *)
11 (*        v         GNU General Public License Version 2                  *)
12 (*                                                                        *)
13 (**************************************************************************)
14
15 (* LOGIC ********************************************************************)
16
17 (* NOTE: This file was generated by xoa.native, do not edit *****************)
18
19 include "basics/pts.ma".
20
21 include "ground/notation/xoa/or_5.ma".
22
23 (* Note: multiple disjunction connective (5) *)
24 inductive or5 (P0,P1,P2,P3,P4:Prop) : Prop ≝
25   | or5_intro0: P0 → or5 ? ? ? ? ?
26   | or5_intro1: P1 → or5 ? ? ? ? ?
27   | or5_intro2: P2 → or5 ? ? ? ? ?
28   | or5_intro3: P3 → or5 ? ? ? ? ?
29   | or5_intro4: P4 → or5 ? ? ? ? ?
30 .
31
32 interpretation "multiple disjunction connective (5)" 'Or P0 P1 P2 P3 P4 = (or5 P0 P1 P2 P3 P4).
33