Package list-append-def: Definition of appending lists

Information

namelist-append-def
version1.45
descriptionDefinition of appending lists
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

concat [] = []

l. [] @ l = l

h t. concat (h :: t) = h @ concat t

l h t. (h :: t) @ l = h :: t @ l

External Type Operators

External Constants

Assumptions

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

() = λp. p = λx.

() = λ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)