X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fmatita%2Flibrary%2Fhigher_order_defs%2Ffunctions.ma;h=a1b54c80c59cf786d68bc89d881b98de57f61cc7;hb=4167cea65ca58897d1a3dbb81ff95de5074700cc;hp=78c2e2f89d8a52dd50901d9b67c9a68bc43d2592;hpb=4c002f24d149e7db6525a463268feab09ec8a938;p=helm.git diff --git a/helm/matita/library/higher_order_defs/functions.ma b/helm/matita/library/higher_order_defs/functions.ma index 78c2e2f89..a1b54c80c 100644 --- a/helm/matita/library/higher_order_defs/functions.ma +++ b/helm/matita/library/higher_order_defs/functions.ma @@ -64,3 +64,4 @@ definition distributive: \forall A:Type.\forall f,g:A \to A \to A.Prop definition distributive2: \forall A,B:Type.\forall f:A \to B \to B. \forall g: B\to B\to B. Prop \def \lambda A,B.\lambda f,g.\forall x:A.\forall y,z:B. f x (g y z) = g (f x y) (f x z). +