Package function-def: Definition of function operators and combinators

Information

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

Files

Defined Constants

Theorems

id = λx. x

K = λx y. x

W = λf x. f x x

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

C = λf x y. f y x

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.