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

Information

namelist-append-def
version1.24
descriptionDefinition of the list append function
authorJoe Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2011-12-18
requiresbool
list-def
showData.Bool
Data.List

Files

Defined Constant

Theorems

l. [] @ l = l

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

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

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

p. (x. y. p x y) y. x. p x (y x)

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