]> matita.cs.unibo.it Git - helm.git/blob - matita/contribs/LAMBDA-TYPES/Unified-Sub/preamble4.ma
contribs should now compile
[helm.git] / matita / contribs / LAMBDA-TYPES / Unified-Sub / preamble4.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 (* Project started Tue Aug 22, 2006 ***************************************)
16
17
18
19 (* PREAMBLE
20 *)
21
22 include "logic/equality.ma".
23 include "datatypes/Bool.ma".
24 include "NPlus/monoid.ma".
25 include "NLE/props.ma".
26 include "NLE/nplus.ma".
27
28 axiom f_equal_3: \forall (A,B,C,D:Set).
29                  \forall (f:A \to B \to C \to D). 
30                  \forall (x1,x2:A).
31                  \forall (y1,y2:B).
32                  \forall (z1,z2:C). 
33                  x1 = x2 \to y1 = y2 \to z1 = z2 \to 
34                  f x1 y1 z1 = f x2 y2 z2.