Package bool-def: Basic boolean definitions

Information

namebool-def
version1.0
descriptionBasic boolean definitions
authorJoe Hurd <joe@gilith.com>
licenseMIT
showData.Bool

Files

Defined Constants

Theorems

F p. p

let = λf x. f x

(¬) = λp. p F

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

() = λP. P = λx. T

() = λp q. p q p

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

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

() = λp q. r. (p r) (q r) r

(∃!) = λP. () P x y. P x P y x = y

cond = λt t1 t2. select x. ((t T) x = t1) ((t F) x = t2)

Input Type Operators

Input Constants