Package natural-funpow-thm: Properties of function power

Information

namenatural-funpow-thm
version1.8
descriptionProperties of function power
authorJoe Leslie-Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2014-11-01
checksum2ae1fc896080744b07b2237ac9af3c7786aa4b77
requiresbool
function
natural-add
natural-def
natural-funpow-def
natural-mult
natural-numeral
showData.Bool
Function
Number.Natural

Files

Theorems

n. id n = id

f. f 1 = f

f n. f suc n = f n f

f n x. (f suc n) x = f ((f n) x)

f n x. (f suc n) x = (f n) (f x)

f m n. f (m * n) = (f m) n

f m n. f (m + n) = f m f n

External Type Operators

External Constants

Assumptions

bit0 0 = 0

t. (x. t) t

() = λp. p = λx.

m. m * 0 = 0

m. m + 0 = m

f. f 0 = id

f. f id = f

f. id f = f

n. bit1 n = suc (bit0 n)

() = λp q. p q p

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

m n. m + suc n = suc (m + n)

f g x. (f g) x = f (g x)

m n. m * suc n = m + m * n

f n. f suc n = f f n

f g h. f g h = f (g h)

p. p 0 (n. p n p (suc n)) n. p n