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

Information

namelist-member-def
version1.26
descriptionDefinition of the list member function
authorJoe Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2012-01-28
requiresbool
list-def
showData.Bool
Data.List

Files

Defined Constant

Theorems

x. ¬member x []

x h t. member x (h :: t) x = h member x t

Input Type Operators

Input Constants

Assumptions

T

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

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

t. (t F) ¬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)