Package function-def: Definition of function operators and combinators

Information

namefunction-def
version1.20
descriptionDefinition of function operators and combinators
authorJoe Leslie-Hurd <joe@gilith.com>
licenseHOLLight
checksum80cdbf8f0b994aa8376b1c615f1917790666025e
requiresbool
showData.Bool
Function

Files

Defined Constants

Theorems

id = λx. x

const = λx y. x

Combinator.w = λf x. f x x

() = λf g x. f (g x)

flip = λf x y. f y x

Combinator.s = λf g x. f x (g x)

f. surjective f y. x. y = f x

f. injective f x1 x2. f x1 = f x2 x1 = x2

External Type Operators

External Constants

Assumptions

() = λp. p = λx.