Package unit-thm: Properties of the unit type

Information

nameunit-thm
version1.7
descriptionProperties of the unit type
authorJoe Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2011-11-12
requiresbool
unit-def
showData.Bool
Data.Unit

Files

Theorems

f g. f = g

e. fn. fn () = e

e. ∃!fn. fn () = e

P. P () x. P x

Input Type Operators

Input Constants

Assumptions

T

t. t t

v. v = ()

t. (x. t) t

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

t. T t t

() = λp q. p q p

x y. x = y y = x

() = λp q. (λf. f p q) = λf. f T T

() = λP. q. (x. P x q) q

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

P. (∃!x. P x) (x. P x) x x'. P x P x' x = x'