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

Information

namelist-replicate-def
version1.44
descriptionDefinition of the list replicate function
authorJoe Leslie-Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2012-08-06
requiresbool
list-def
natural
showData.Bool
Data.List
Number.Natural

Files

Defined Constant

Theorems

x. replicate x 0 = []

x n. replicate x (suc n) = x :: replicate x n

Input Type Operators

Input Constants

Assumptions

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

() = λp. p = λx.

() = λp q. p q p

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

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

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

(∃!) = λp. () p x y. p x p y x = y

e f. ∃!fn. fn 0 = e n. fn (suc n) = f (fn n) n