Package function-def: Definition of function operators and combinators

Information

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

Files

Defined Constants

Theorems

id = λx. 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