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

Information

namelist-last-def
version1.25
descriptionDefinition of the last list function
authorJoe Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2012-02-07
requiresbool
list-def
showData.Bool
Data.List

Files

Defined Constant

Theorem

h t. last (h :: t) = if t = [] then h else last t

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)

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