Package function-def: Definition of function operators and combinators

Information

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

Files

Defined Constants

Theorems

id = λx. x

k = λx y. x

w = λf x. f x x

c = λf x y. f y x

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

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

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

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

Input Type Operators

Input Constants

Assumptions

T

() = λp. p = λx. T