Package natural-factorial-def: Definition of natural number factorial

Information

namenatural-factorial-def
version1.35
descriptionDefinition of natural number factorial
authorJoe Leslie-Hurd <joe@gilith.com>
licenseHOLLight
provenanceHOL Light theory extracted on 2014-11-04
checksum2f15571a77606a3d04312a61e5e98a87be281316
requiresbool
natural-mult
natural-thm
showData.Bool
Number.Natural

Files

Defined Constant

Theorems

factorial 0 = 1

n. factorial (suc n) = suc n * factorial n

External Type Operators

External Constants

Assumptions

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

() = λp. p = λx.

() = λp q. p q p

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

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

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