Package list-concat-thm: Properties of the list concat function

Information

namelist-concat-thm
version1.8
descriptionProperties of the list concat function
authorJoe Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2011-11-15
requiresbool
list-def
list-dest
list-append
list-quant
list-concat-def
showData.Bool
Data.List

Files

Theorem

l. null (concat l) all null l

Input Type Operators

Input Constants

Assumptions

T

null []

concat [] = []

p. all p []

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

t. (T t) t

() = λp q. p q p

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

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

l m. null (l @ m) null l null m

p h t. all p (h :: t) p h all p t

P. P [] (a0 a1. P a1 P (a0 :: a1)) x. P x