X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcontribs%2FLAMBDA-TYPES%2FUnified-Sub%2Fpreamble4.ma;fp=matita%2Fcontribs%2FLAMBDA-TYPES%2FUnified-Sub%2Fpreamble4.ma;h=1449c154f71431f551e3178ed57da5bccf5f4db8;hb=711e170c2deaa92289d9d4eb7c0e8aedbe62b5cb;hp=0000000000000000000000000000000000000000;hpb=fe0aaba722c4a752585bc1046e219b452a2d452b;p=helm.git diff --git a/matita/contribs/LAMBDA-TYPES/Unified-Sub/preamble4.ma b/matita/contribs/LAMBDA-TYPES/Unified-Sub/preamble4.ma new file mode 100644 index 000000000..1449c154f --- /dev/null +++ b/matita/contribs/LAMBDA-TYPES/Unified-Sub/preamble4.ma @@ -0,0 +1,34 @@ +(**************************************************************************) +(* ___ *) +(* ||M|| *) +(* ||A|| A project by Andrea Asperti *) +(* ||T|| *) +(* ||I|| Developers: *) +(* ||T|| The HELM team. *) +(* ||A|| http://helm.cs.unibo.it *) +(* \ / *) +(* \ / This file is distributed under the terms of the *) +(* v GNU General Public License Version 2 *) +(* *) +(**************************************************************************) + +(* Project started Tue Aug 22, 2006 ***************************************) + + + +(* PREAMBLE +*) + +include "logic/equality.ma". +include "datatypes/Bool.ma". +include "NPlus/monoid.ma". +include "NLE/props.ma". +include "NLE/nplus.ma". + +axiom f_equal_3: \forall (A,B,C,D:Set). + \forall (f:A \to B \to C \to D). + \forall (x1,x2:A). + \forall (y1,y2:B). + \forall (z1,z2:C). + x1 = x2 \to y1 = y2 \to z1 = z2 \to + f x1 y1 z1 = f x2 y2 z2.