Package list-dest-def: Definition of list type destructors

Information

namelist-dest-def
version1.48
descriptionDefinition of list type destructors
authorJoe Leslie-Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2014-01-13
requiresbool
list-def
showData.Bool
Data.List

Files

Defined Constants

Theorems

null []

h t. ¬null (h :: t)

h t. head (h :: t) = h

h t. tail (h :: t) = t

b f. case b f [] = b

b f h t. case b f (h :: t) = f h t

External Type Operators

External Constants

Assumptions

() = λp. p ((select) p)

() = λp. p = λx.

t. (t ) t

t. (t ) ¬t

() = λp q. p q p

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

() = λp. q. (x. p x q) q

r. (x. y. r x y) f. x. r x (f x)

b f. fn. fn [] = b h t. fn (h :: t) = f h t (fn t)