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

Information

namelist-reverse-def
version1.48
descriptionDefinition of the list reverse function
authorJoe Leslie-Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2014-11-04
checksumcbf546f9f0f42720e5922d29cf5f36f6f2dc5492
requiresbool
list-append
list-def
showData.Bool
Data.List

Files

Defined Constant

Theorems

reverse [] = []

h t. reverse (h :: t) = reverse t @ h :: []

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

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