Package list-set-def: Definition of list to set conversions

Information

namelist-set-def
version1.53
descriptionDefinition of list to set conversions
authorJoe Leslie-Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2014-11-04
checksumeb885d37d937fc38d799e7360fc407504130d7da
requiresbool
list-def
list-length
set
showData.Bool
Data.List
Number.Natural
Set

Files

Defined Constants

Theorems

toSet [] =

p. all p []

x. ¬member x []

p. ¬any p []

h t. toSet (h :: t) = insert h (toSet t)

s. finite s toSet (fromSet s) = s length (fromSet s) = size s

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

p h t. any p (h :: t) p h any p t

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

External Type Operators

External Constants

Assumptions

length [] = 0

size = 0

p. p

(¬) = λp. p

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

() = λp. p = λx.

t. (t ) t

t. t t

t. t t

t. (t ) ¬t

() = λp q. p q p

t1 t2. (if then t1 else t2) = t2

h t. length (h :: t) = suc (length t)

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

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

x s.
    finite s size (insert x s) = if x s then size s else suc (size s)

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

p.
    p (x s. p s ¬(x s) finite s p (insert x s))
    s. finite s p s