Package natural-exp-def: Definition of natural number exponentiation

Information

namenatural-exp-def
version1.13
descriptionDefinition of natural number exponentiation
authorJoe Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2011-11-27
requiresbool
natural-thm
showData.Bool
Number.Natural

Files

Defined Constant

Theorems

m. exp m 0 = 1

m n. exp m (suc n) = m * exp m n

Input Type Operators

Input Constants

Assumptions

T

() = λP. P ((select) P)

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

() = λp q. p q p

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

() = λP. q. (x. P x q) q

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

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