Package natural-sub-def: Definition of natural number subtraction

Information

namenatural-sub-def
version1.15
descriptionDefinition of natural number subtraction
authorJoe Hurd <joe@gilith.com>
licenseMIT
provenanceHOL Light theory extracted on 2011-12-18
requiresbool
natural-def
natural-thm
natural-dest
natural-add
showData.Bool
Number.Natural

Files

Defined Constant

Theorem

m n. m + n - n = m

Input Type Operators

Input Constants

Assumptions

T

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

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

n. pre (suc n) = n

m. m + 0 = m

() = λp q. p q p

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

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

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

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

P. P 0 (n. P n P (suc n)) n. P n

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

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