Package list-concat-def: Definition of the list concat function

Information

namelist-concat-def
version1.23
descriptionDefinition of the list concat function
authorJoe Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2011-11-27
requiresbool
list-def
showData.Bool
Data.List

Files

Defined Constant

Theorems

concat [] = []

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

Input Type Operators

Input Constants

Assumptions

T

() = λP. P ((select) P)

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

() = λp q. p q p

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

NIL' CONS'.
    fn. fn [] = NIL' a0 a1. fn (a0 :: a1) = CONS' a0 a1 (fn a1)